diff --git a/README.md b/README.md index 894d6314..920ec906 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ This is the official repository for the Tipi App Store. It contains all the apps ## Apps available - [Adguard Home](https://github.com/AdguardTeam/AdGuardHome) - Adguard Home DNS adblocker - [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 - [Code-Server](https://github.com/coder/code-server) - Web VS Code - [Filebrowser](https://github.com/filebrowser/filebrowser) - Web File Browser diff --git a/apps/bookstack/docker-compose.yml b/apps/bookstack/docker-compose.yml index 58c9e1d6..6731286b 100644 --- a/apps/bookstack/docker-compose.yml +++ b/apps/bookstack/docker-compose.yml @@ -1,16 +1,13 @@ - version: "3.9" services: bookstack: image: lscr.io/linuxserver/bookstack:22.07.3 container_name: bookstack environment: - - PUID=1000 - - PGID=1000 - - APP_URL=${INTERNAL_IP}:${APP_PORT} - - DB_HOST=bookstack_db - - DB_USER=tipi - - DB_PASS=${BOOKSTACK_DB_PASS} + - APP_URL=http://${INTERNAL_IP}:${APP_PORT} + - DB_HOST=bookstack-db + - DB_USERNAME=tipi + - DB_PASSWORD=${BOOKSTACK_DB_PASS} - DB_DATABASE=bookstackapp volumes: - ${APP_DATA_DIR}/data/config:/config @@ -28,9 +25,6 @@ services: image: lscr.io/linuxserver/mariadb container_name: bookstack-db environment: - - PUID=1000 - - PGID=1000 - - MYSQL_ROOT_PASSWORD=${BOOKSTACK_DB_PASS} - TZ=${TZ} - MYSQL_DATABASE=bookstackapp - MYSQL_USER=tipi diff --git a/apps/bookstack/metadata/description.md b/apps/bookstack/metadata/description.md index 26e6335b..4d4e5383 100644 --- a/apps/bookstack/metadata/description.md +++ b/apps/bookstack/metadata/description.md @@ -2,4 +2,9 @@ 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. -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. \ No newline at end of file +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 \ No newline at end of file