From 846bc466c18f3e3aea7c3c07bf9299101859e8f3 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Thu, 11 Sep 2025 13:03:53 +0000 Subject: [PATCH] Add the appsmith app Signed-off-by: Martyn Ranyard --- apps/dex.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/dex.yaml b/apps/dex.yaml index 3782fbe..263a680 100644 --- a/apps/dex.yaml +++ b/apps/dex.yaml @@ -53,7 +53,12 @@ spec: name: "NextClouD" redirectURIs: - https://nc.martyn.berlin/apps/user_oidc/code - + - id: 0ce2934123914ded3f9263c3be9487f0 + secret: b9d9570f06e8dec2c4215f4b8852874cee48fc76c30568e5e688607bff1f0aa8 + name: "KaraokeList" + redirectURIs: + - http://172.20.0.82/api/v1/datasources/authorize + - http://karaokelist.martyn.berlin/api/v1/datasources/authorize staticPasswords: - email: "martyn@ranyard.info" # bcrypt hash of the string "password": $(echo password | htpasswd -BinC 10 admin | cut -d: -f2)