feat: improve implementations links
This commit is contained in:
parent
888cf3db29
commit
73ea2531c2
8 changed files with 30 additions and 8 deletions
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
title: Discourse
|
||||
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
|
||||
implementation: plugin
|
||||
---
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
title: Grist
|
||||
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
|
||||
implementation: native
|
||||
---
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
title: Keycloak
|
||||
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
|
||||
implementation: both
|
||||
---
|
||||
|
|
|
@ -1,7 +1,11 @@
|
|||
---
|
||||
title: Nextcloud
|
||||
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
|
||||
implementation: plugin
|
||||
---
|
||||
|
|
|
@ -1,6 +1,10 @@
|
|||
---
|
||||
title: scim-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
|
||||
---
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
title: Stackspin
|
||||
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
|
||||
implementation: native
|
||||
---
|
||||
|
|
|
@ -1,7 +1,9 @@
|
|||
---
|
||||
title: Synapse
|
||||
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
|
||||
implementation: native
|
||||
---
|
||||
|
|
|
@ -23,7 +23,9 @@
|
|||
<p>{{ .Params.description | markdownify }}</p>
|
||||
</div>
|
||||
<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> -->
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue