62 lines
1.6 KiB
YAML
62 lines
1.6 KiB
YAML
# 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).
|
|
# Processed in https://open.greenhost.net/stackspin/dashboard/-/blob/main/backend/areas/apps/models.py?ref_type=heads#L135
|
|
apiVersion: v1
|
|
kind: ConfigMap
|
|
metadata:
|
|
name: stackspin-apps-custom
|
|
namespace: flux-system
|
|
data:
|
|
vikunja: |
|
|
name: "Vikunja Tasks"
|
|
version: "0.22"
|
|
external: true
|
|
url: "https://do.${domain}"
|
|
forgejo: |
|
|
name: "Forgejo Git"
|
|
version: "1.21"
|
|
external: true
|
|
url: "https://forge.${domain}"
|
|
invoiceninja: |
|
|
name: "Invoiceninja Billing"
|
|
version: "5.9"
|
|
external: true
|
|
url: "https://ninja.${domain}"
|
|
cal: |
|
|
name: "Cal Appointment Booking"
|
|
version: "3.7.11"
|
|
external: true
|
|
url: "https://meet.${domain}"
|
|
n8n: |
|
|
name: "n8n Integrations"
|
|
version: "1.47.3"
|
|
external: true
|
|
url: "https://flow.${domain}"
|
|
gatus: |
|
|
name: "Gatus Monitoring"
|
|
version: "5.11.0"
|
|
external: true
|
|
url: "https://status.${domain}"
|
|
zammad: |
|
|
name: "Zammad Customer Support"
|
|
version: "6.2.0"
|
|
external: true
|
|
url: "https://support.${domain}"
|
|
handbook: |
|
|
name: "FTT Handbook"
|
|
external: true
|
|
url: "https://about.${domain}"
|
|
---
|
|
# 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
|
|
forgejo: forgejo
|
|
gatus: gatus
|