stackspout/overrides/stackspin-apps-custom.yaml
xeruf 0f97c71eb8 overrides/stackspin-apps-custom: remove accidental external marking from zammad
external apps are only those not deployed by the cluster
2025-02-11 17:54:16 +01:00

59 lines
1.7 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 ${org_name} Tasks"
version: "0.22"
url: "https://do.${domain}"
vikunja-extra: |
name: "Vikunja ${domain_extra} Tasks"
version: "0.25"
url: "https://do.${domain_extra}"
forgejo: |
name: "Forgejo Git Repositories"
version: "10.0.0"
url: "https://forge.${domain}"
gatus: |
name: "Gatus Monitoring"
version: "5.11.0"
url: "https://status.${domain}"
invoiceninja: |
name: "Invoiceninja Billing"
version: "5.11"
url: "https://ninja.${domain}"
cal: |
name: "Cal Appointment Booking"
version: "3.7.11"
url: "https://meet.${domain}"
n8n: |
name: "n8n Integrations"
version: "1.47.3"
url: "https://flow.${domain}"
zammad: |
name: "Zammad Customer Support"
version: "6.2.0"
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
vikunja-extra: vikunja-extra
forgejo: forgejo
gatus: gatus