Automated update: 2026-06-08 14:55:46

This commit is contained in:
KiteStacks AutoSync 2026-06-08 14:55:46 -05:00
parent 59b9209846
commit 65f66362ec
13 changed files with 957 additions and 56 deletions

View file

@ -7,30 +7,18 @@ services:
- PUID=1000
- PGID=1000
- TZ=America/Chicago
- APP_URL=https://books.kitestacks.com # CHANGE: set to your actual BookStack subdomain
- APP_URL=http://192.168.1.205:6875
- DB_HOST=bookstack-db
- DB_PORT=3306
- DB_USERNAME=bookstack
- DB_PASSWORD=bookstackpassword
- DB_DATABASE=bookstackapp
# Authentik OIDC — fill in BOOKSTACK_OIDC_SECRET in .env after creating the Authentik app
- AUTH_METHOD=oidc
- AUTH_AUTO_INITIATE=false
- OIDC_NAME=Authentik
- OIDC_DISPLAY_NAME_CLAIMS=name
- OIDC_CLIENT_ID=bookstack
- OIDC_CLIENT_SECRET=${BOOKSTACK_OIDC_SECRET}
- OIDC_ISSUER=https://auth.kitestacks.com/application/o/bookstack/
- OIDC_ISSUER_DISCOVER=true
volumes:
- ./bookstack:/config
ports:
- "6875:80"
depends_on:
- bookstack-db
networks:
- default
- kitestacks
bookstack-db:
image: mariadb:11
@ -43,7 +31,3 @@ services:
- MYSQL_PASSWORD=bookstackpassword
volumes:
- ./db:/var/lib/mysql
networks:
kitestacks:
external: true