Automated update: 2026-06-08 14:55:46
This commit is contained in:
parent
59b9209846
commit
65f66362ec
13 changed files with 957 additions and 56 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
|
@ -1 +0,0 @@
|
|||
BOOKSTACK_OIDC_SECRET=REPLACE_WITH_AUTHENTIK_CLIENT_SECRET
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue