fix: app-url variable

This commit is contained in:
Nicolas Meienberger 2022-08-29 22:21:34 +02:00
parent 6095c110fb
commit 51e82f8e31
3 changed files with 11 additions and 11 deletions

View File

@ -4,6 +4,7 @@ This is the official repository for the Tipi App Store. It contains all the apps
## Apps available ## Apps available
- [Adguard Home](https://github.com/AdguardTeam/AdGuardHome) - Adguard Home DNS adblocker - [Adguard Home](https://github.com/AdguardTeam/AdGuardHome) - Adguard Home DNS adblocker
- [Booksonic](https://github.com/popeen) - A server for streaming your audiobooks - [Booksonic](https://github.com/popeen) - A server for streaming your audiobooks
- [Bookstack](https://github.com/BookStackApp/BookStack) - Simple, easy-to-use platform for organising and storing information.
- [Calibre-Web](https://github.com/janeczku/calibre-web) - Web Ebook Reader - [Calibre-Web](https://github.com/janeczku/calibre-web) - Web Ebook Reader
- [Code-Server](https://github.com/coder/code-server) - Web VS Code - [Code-Server](https://github.com/coder/code-server) - Web VS Code
- [Filebrowser](https://github.com/filebrowser/filebrowser) - Web File Browser - [Filebrowser](https://github.com/filebrowser/filebrowser) - Web File Browser

View File

@ -1,16 +1,13 @@
version: "3.9" version: "3.9"
services: services:
bookstack: bookstack:
image: lscr.io/linuxserver/bookstack:22.07.3 image: lscr.io/linuxserver/bookstack:22.07.3
container_name: bookstack container_name: bookstack
environment: environment:
- PUID=1000 - APP_URL=http://${INTERNAL_IP}:${APP_PORT}
- PGID=1000 - DB_HOST=bookstack-db
- APP_URL=${INTERNAL_IP}:${APP_PORT} - DB_USERNAME=tipi
- DB_HOST=bookstack_db - DB_PASSWORD=${BOOKSTACK_DB_PASS}
- DB_USER=tipi
- DB_PASS=${BOOKSTACK_DB_PASS}
- DB_DATABASE=bookstackapp - DB_DATABASE=bookstackapp
volumes: volumes:
- ${APP_DATA_DIR}/data/config:/config - ${APP_DATA_DIR}/data/config:/config
@ -28,9 +25,6 @@ services:
image: lscr.io/linuxserver/mariadb image: lscr.io/linuxserver/mariadb
container_name: bookstack-db container_name: bookstack-db
environment: environment:
- PUID=1000
- PGID=1000
- MYSQL_ROOT_PASSWORD=${BOOKSTACK_DB_PASS}
- TZ=${TZ} - TZ=${TZ}
- MYSQL_DATABASE=bookstackapp - MYSQL_DATABASE=bookstackapp
- MYSQL_USER=tipi - MYSQL_USER=tipi

View File

@ -3,3 +3,8 @@ BookStack is an opinionated wiki system that provides a pleasant and simple out-
BookStack is not designed as an extensible platform to be used for purposes that differ to the statement above. BookStack is not designed as an extensible platform to be used for purposes that differ to the statement above.
In regard to development philosophy, BookStack has a relaxed, open & positive approach. At the end of the day this is free software developed and maintained by people donating their own free time. In regard to development philosophy, BookStack has a relaxed, open & positive approach. At the end of the day this is free software developed and maintained by people donating their own free time.
## Credentials
Username: admin@admin.com
Password: password