this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

feat(actualbudget): SSO

+16
+7
apps/finance/actualbudget/staging.yaml
··· 8 8 image: 9 9 repository: docker.io/actualbudget/actual-server 10 10 tag: latest-alpine 11 + env: 12 + ACTUAL_LOGIN_METHOD: openid 13 + ACTUAL_OPENID_DISCOVERY_URL: https://dex.staging.khuedoan.com/.well-known/openid-configuration 14 + ACTUAL_OPENID_CLIENT_ID: actualbudget 15 + ACTUAL_OPENID_CLIENT_SECRET: vault:secret/data/actualbudget/auth#client_secret 16 + ACTUAL_OPENID_SERVER_HOSTNAME: https://budget.staging.khuedoan.com 17 + ACTUAL_USER_CREATION_MODE: login 11 18 service: 12 19 main: 13 20 controller: main
+6
platform/staging/dex.yaml
··· 47 47 # the webhook cannot use the K3s image mirror config for registry lookups. 48 48 ADMIN_PASSWORD_HASH: vault:secret/data/dex/auth#ADMIN_PASSWORD_HASH 49 49 KHUEDOAN_PASSWORD_HASH: vault:secret/data/dex/auth#KHUEDOAN_PASSWORD_HASH 50 + ACTUALBUDGET_CLIENT_SECRET: vault:secret/data/actualbudget/auth#client_secret 50 51 FORGEJO_CLIENT_SECRET: vault:secret/data/forgejo/oauth#secret 51 52 --- 52 53 apiVersion: helm.toolkit.fluxcd.io/v2 ··· 97 98 userID: "41dd7db5-4cb3-4856-a7f1-0d5168a10a12" 98 99 hashFromEnv: KHUEDOAN_PASSWORD_HASH 99 100 staticClients: 101 + - id: actualbudget 102 + name: Actual Budget 103 + redirectURIs: 104 + - "https://budget.staging.khuedoan.com/openid/callback" 105 + secretEnv: ACTUALBUDGET_CLIENT_SECRET 100 106 - id: forgejo 101 107 name: Forgejo 102 108 redirectURIs:
+3
settings.yaml
··· 21 21 type: random 22 22 secret: 23 23 type: random 24 + secret/actualbudget/auth: 25 + client_secret: 26 + type: random 24 27 secret/dex/auth: 25 28 ADMIN_PASSWORD_HASH: 26 29 type: manual