feat: add rustical
This commit is contained in:
parent
a33615f7b7
commit
83d2ed9141
3 changed files with 39 additions and 5 deletions
17
docker/rustical/docker-compose.yml
Normal file
17
docker/rustical/docker-compose.yml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
services:
|
||||
rustical:
|
||||
image: ghcr.io/lennart-k/rustical:0.10.5
|
||||
ports:
|
||||
- '4000:4000'
|
||||
volumes:
|
||||
- "${RUSTICAL_DATA_VOLUME:-/mnt/nas1/shared/rustical/:/var/lib/rustical/}"
|
||||
environment:
|
||||
RUSTICAL_OIDC__NAME: ${RUSTICAL_OIDC_NAME:-Authentik}
|
||||
RUSTICAL_OIDC__ISSUER: ${RUSTICAL_OIDC_ISSUER:-https://auth.fukurokuju.dev/application/o/rustical/}
|
||||
RUSTICAL_OIDC__CLIENT_ID: ${RUSTICAL_OIDC_CLIENT_ID}
|
||||
RUSTICAL_OIDC__CLIENT_SECRET: ${RUSTICAL_OIDC_CLIENT_SECRET}
|
||||
RUSTICAL_OIDC__CLAIM_USERID: ${RUSTICAL_OIDC_CLAIM_USERID:-preferred_username}
|
||||
RUSTICAL_OIDC__SCOPES: '["openid", "profile", "groups"]'
|
||||
RUSTICAL_OIDC__ALLOW_SIGN_UP: "true"
|
||||
RUSTICAL_FRONTEND__ALLOW_PASSWORD_LOGIN: ${RUSTICAL_FRONTED_ALLOW_PASSWORD_LOGIN:-false}
|
||||
Loading…
Add table
Add a link
Reference in a new issue