From 6573767078502bcb0c048edcaf6c1da1fe481157 Mon Sep 17 00:00:00 2001
From: xeruf <27jf@pm.me>
Date: Tue, 7 Feb 2023 19:26:19 +0000
Subject: [PATCH] overrides: add custom stackspin apps

---
 basic/overrides/stackspin-apps-custom.yaml | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)
 create mode 100644 basic/overrides/stackspin-apps-custom.yaml

diff --git a/basic/overrides/stackspin-apps-custom.yaml b/basic/overrides/stackspin-apps-custom.yaml
new file mode 100644
index 0000000..7bab943
--- /dev/null
+++ b/basic/overrides/stackspin-apps-custom.yaml
@@ -0,0 +1,26 @@
+# 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:
+  vikunja: |
+    name: "Vikunja Tasks"
+  gitea: |
+    name: "Gitea Code"
+  invoiceninja: |
+    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
-- 
GitLab