stackspout/overrides/stackspin-apps-custom.yaml

31 lines
910 B
YAML
Raw Normal View History

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).
2024-02-08 12:55:01 +00:00
# Processed in https://open.greenhost.net/stackspin/dashboard/-/blob/main/backend/areas/apps/models.py?ref_type=heads#L135
2023-02-07 19:26:19 +00:00
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