feat: improve implementations links
All checks were successful
/ deploy (push) Successful in 4s
/ build (push) Successful in 27s

This commit is contained in:
Hugo Renard 2024-12-05 16:11:29 +01:00
parent 888cf3db29
commit 73ea2531c2
Signed by: hougo
GPG key ID: 3A285FD470209C59
8 changed files with 30 additions and 8 deletions

View file

@ -1,7 +1,9 @@
--- ---
title: Discourse title: Discourse
description: A platform for community discussion. Free, open, simple. description: A platform for community discussion. Free, open, simple.
source: https://forge.libre.sh/libre.sh/discourse-scim.git links:
- name: git
url: https://forge.libre.sh/libre.sh/discourse-scim.git
role: server role: server
implementation: plugin implementation: plugin
--- ---

View file

@ -1,7 +1,9 @@
--- ---
title: Grist title: Grist
description: Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database. description: Grist is a modern relational spreadsheet. It combines the flexibility of a spreadsheet with the robustness of a database.
source: https://github.com/gristlabs/grist-core.git links:
- name: git
url: https://github.com/gristlabs/grist-core.git
role: server role: server
implementation: native implementation: native
--- ---

View file

@ -1,7 +1,11 @@
--- ---
title: Keycloak title: Keycloak
description: Open Source Identity and Access Management For Modern Applications and Services description: Open Source Identity and Access Management For Modern Applications and Services
source: https://forge.libre.sh/libre.sh/keycloak-scim.git links:
- name: git
url: https://forge.libre.sh/libre.sh/keycloak-scim.git
- name: pull request
url: https://github.com/keycloak/keycloak/pull/34733
role: client role: client
implementation: both implementation: both
--- ---

View file

@ -1,7 +1,11 @@
--- ---
title: Nextcloud title: Nextcloud
description: A safe home for all your data. description: A safe home for all your data.
source: https://forge.libre.sh/libre.sh/scimserviceprovider.git links:
- name: git
url: https://forge.libre.sh/libre.sh/scimserviceprovider.git
- name: store
url: https://apps.nextcloud.com/apps/scimserviceprovider
role: server role: server
implementation: plugin implementation: plugin
--- ---

View file

@ -1,6 +1,10 @@
--- ---
title: scim-cli title: scim-cli
description: SCIM application development CLI. description: SCIM application development CLI.
source: https://github.com/python-scim/scim2-cli.git links:
- name: git
url: https://github.com/python-scim/scim2-cli.git
- name: doc
url: https://scim2-client.readthedocs.io/
role: client role: client
--- ---

View file

@ -1,7 +1,9 @@
--- ---
title: Stackspin title: Stackspin
description: A platform that offers self-managed, click-and-play provisioning of online applications for Civil Society Organisations (CSOs). description: A platform that offers self-managed, click-and-play provisioning of online applications for Civil Society Organisations (CSOs).
source: https://open.greenhost.net/stackspin/dashboard.git links:
- name: git
url: https://open.greenhost.net/stackspin/dashboard.git
role: client role: client
implementation: native implementation: native
--- ---

View file

@ -1,7 +1,9 @@
--- ---
title: Synapse title: Synapse
description: Matrix homeserver written in Python/Twisted. description: Matrix homeserver written in Python/Twisted.
source: https://github.com/element-hq/synapse/pull/17144 links:
- name: pull request
url: https://github.com/element-hq/synapse/pull/17144
role: server role: server
implementation: native implementation: native
--- ---

View file

@ -23,7 +23,9 @@
<p>{{ .Params.description | markdownify }}</p> <p>{{ .Params.description | markdownify }}</p>
</div> </div>
<div class="flex-row"> <div class="flex-row">
<a class="btn lv1" target="_blank" href="{{ .Params.source }}">git ↗</a> {{ range .Params.links }}
<a class="btn lv1" target="_blank" href="{{ .url }}" style="margin-right: 1em;">{{ .name }} ↗</a>
{{ end }}
<!-- <a class="btn lv1" target="_blank" href="{{ .Path }}">doc ↗</a> --> <!-- <a class="btn lv1" target="_blank" href="{{ .Path }}">doc ↗</a> -->
</div> </div>
</div> </div>