2023-02-07 19:26:19 +00:00
|
|
|
# This list of apps is loaded by the Stackspin dashboard on startup, and it
|
|
|
|
# will insert any missing entries into the Stackspin database (`apps` table).
|
|
|
|
apiVersion: v1
|
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: stackspin-apps-custom
|
|
|
|
namespace: flux-system
|
|
|
|
data:
|
2023-02-10 11:03:51 +00:00
|
|
|
vikunja: |
|
2023-02-07 19:26:19 +00:00
|
|
|
name: "Vikunja Tasks"
|
2023-02-10 11:03:51 +00:00
|
|
|
gitea: |
|
2023-02-07 19:26:19 +00:00
|
|
|
name: "Gitea Code"
|
2024-01-23 21:50:41 +00:00
|
|
|
forgejo: |
|
|
|
|
name: "Forgejo"
|
2023-02-10 11:03:51 +00:00
|
|
|
invoiceninja: |
|
2023-02-07 19:26:19 +00:00
|
|
|
name: "Invoiceninja Billing"
|
|
|
|
---
|
|
|
|
# This list of OAuth clients with their corresponding apps is loaded by the
|
|
|
|
# Stackspin dashboard on startup, and it will insert any missing entries into
|
|
|
|
# the Stackspin database (`oauthclient_apps` table).
|
|
|
|
apiVersion: v1
|
|
|
|
kind: ConfigMap
|
|
|
|
metadata:
|
|
|
|
name: stackspin-oauthclients-custom
|
|
|
|
namespace: flux-system
|
|
|
|
data:
|
|
|
|
vikunja: vikunja
|
|
|
|
gitea: gitea
|
2024-01-23 21:50:41 +00:00
|
|
|
forgejo: forgejo
|