-
Notifications
You must be signed in to change notification settings - Fork 546
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92abfe5
commit 84ef353
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Sat Nov 9 04:20:35 UTC 2024 | ||
Sat Nov 9 04:22:31 UTC 2024 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"lscr.io/linuxserver/mariadb:$$cap_mariadb_version","environment":{"PGID":1000,"PUID":1000,"MYSQL_ROOT_PASSWORD":"$$cap_DB_PASS","TZ":"$$cap_timezone","MYSQL_DATABASE":"bookstackapp","MYSQL_USER":"bookstack","MYSQL_PASSWORD":"$$cap_DB_PASS"},"volumes":["$$cap_appname-db-config:/config"],"notExposeAsWebApp":"true"},"$$cap_appname":{"environment":{"PUID":1000,"PGID":1000,"APP_URL":"http://$$cap_appname.$$cap_root_domain","DB_HOST":"srv-captain--$$cap_appname-db","DB_PORT":3306,"DB_USER":"bookstack","DB_PASS":"$$cap_DB_PASS","DB_DATABASE":"bookstackapp"},"image":"lscr.io/linuxserver/bookstack:$$cap_bookstack_version","restart":"always","volumes":["$$cap_appname-config:/config"]}}},"variables":[{"label":"Database Password","description":"Password to connect to the database","defaultValue":"$$cap_gen_random_hex(16)","id":"$$cap_DB_PASS"},{"label":"Timezone","description":"This is the timezone for the application, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones","defaultValue":"Europe/London","id":"$$cap_timezone"},{"id":"$$cap_bookstack_version","label":"Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/bookstack/tags","defaultValue":"v23.10.4-ls118"},{"id":"$$cap_mariadb_version","label":"MariaDB Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/mariadb/tags","defaultValue":"10.11.5-r0-ls122"}],"instructions":{"start":"A platform to create documentation/wiki content built with PHP & Laravel.\n\nGitHub: https://github.com/BookStackApp/BookStack","end":"Aaaand you're done! 😄\n\nYour service is available at http://$$cap_appname.$$cap_root_domain\n\nThe default username is [email protected] with the password of password."},"displayName":"BookStack","isOfficial":true,"description":"A platform to create documentation/wiki content built with PHP & Laravel","documentation":"https://www.bookstackapp.com/docs/"} | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"lscr.io/linuxserver/mariadb:$$cap_mariadb_version","environment":{"PGID":1000,"PUID":1000,"MYSQL_ROOT_PASSWORD":"$$cap_DB_PASS","TZ":"$$cap_timezone","MYSQL_DATABASE":"$$cap_database_name","MYSQL_USER":"$$cap_database_user","MYSQL_PASSWORD":"$$cap_DB_PASS"},"volumes":["$$cap_appname-db-config:/config"],"notExposeAsWebApp":"true"},"$$cap_appname":{"environment":{"PUID":1000,"PGID":1000,"APP_URL":"http://$$cap_appname.$$cap_root_domain","APP_KEY":"$$cap_app_key","DB_HOST":"srv-captain--$$cap_appname-db","DB_PORT":3306,"DB_USERNAME":"$$cap_database_user","DB_PASSWORD":"$$cap_DB_PASS","DB_DATABASE":"$$cap_database_name"},"image":"lscr.io/linuxserver/bookstack:$$cap_bookstack_version","restart":"always","volumes":["$$cap_appname-config:/config"]}}},"variables":[{"id":"$$cap_app_key","label":"Bookstack application key","description":"Generate bookstack session encryption key by running `docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey` or using online generator on https://laravel-encryption-key-generator.vercel.app/"},{"id":"$$cap_database_name","label":"Database schema name","description":"Database schema that will be use for the bookstack app","defaultValue":"bookstackapp"},{"id":"$$cap_database_user","label":"Database user name","description":"Database user that will be use for the bookstack app","defaultValue":"bookstack"},{"label":"Database Password","description":"Password to connect to the database","defaultValue":"$$cap_gen_random_hex(16)","id":"$$cap_DB_PASS"},{"label":"Timezone","description":"This is the timezone for the application, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones","defaultValue":"Etc/UTC","id":"$$cap_timezone"},{"id":"$$cap_bookstack_version","label":"Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/bookstack/tags","defaultValue":"v24.10-ls172"},{"id":"$$cap_mariadb_version","label":"MariaDB Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/mariadb/tags","defaultValue":"10.11.10-r0-ls161"}],"instructions":{"start":"A platform to create documentation/wiki content built with PHP & Laravel.\n\nGitHub: https://github.com/BookStackApp/BookStack","end":"Aaaand you're done! 😄\n\nYour service is available at http://$$cap_appname.$$cap_root_domain\n\nThe default username is [email protected] with the password of password."},"displayName":"BookStack","isOfficial":true,"description":"A platform to create documentation/wiki content built with PHP & Laravel","documentation":"https://www.bookstackapp.com/docs/"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"lscr.io/linuxserver/mariadb:$$cap_mariadb_version","environment":{"PGID":1000,"PUID":1000,"MYSQL_ROOT_PASSWORD":"$$cap_DB_PASS","TZ":"$$cap_timezone","MYSQL_DATABASE":"bookstackapp","MYSQL_USER":"bookstack","MYSQL_PASSWORD":"$$cap_DB_PASS"},"volumes":["$$cap_appname-db-config:/config"],"notExposeAsWebApp":"true"},"$$cap_appname":{"environment":{"PUID":1000,"PGID":1000,"APP_URL":"http://$$cap_appname.$$cap_root_domain","DB_HOST":"srv-captain--$$cap_appname-db","DB_PORT":3306,"DB_USER":"bookstack","DB_PASS":"$$cap_DB_PASS","DB_DATABASE":"bookstackapp"},"image":"lscr.io/linuxserver/bookstack:$$cap_bookstack_version","restart":"always","volumes":["$$cap_appname-config:/config"]}}},"variables":[{"label":"Database Password","description":"Password to connect to the database","defaultValue":"$$cap_gen_random_hex(16)","id":"$$cap_DB_PASS"},{"label":"Timezone","description":"This is the timezone for the application, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones","defaultValue":"Europe/London","id":"$$cap_timezone"},{"id":"$$cap_bookstack_version","label":"Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/bookstack/tags","defaultValue":"v23.10.4-ls118"},{"id":"$$cap_mariadb_version","label":"MariaDB Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/mariadb/tags","defaultValue":"10.11.5-r0-ls122"}],"instructions":{"start":"A platform to create documentation/wiki content built with PHP & Laravel.\n\nGitHub: https://github.com/BookStackApp/BookStack","end":"Aaaand you're done! 😄\n\nYour service is available at http://$$cap_appname.$$cap_root_domain\n\nThe default username is [email protected] with the password of password."},"displayName":"BookStack","isOfficial":true,"description":"A platform to create documentation/wiki content built with PHP & Laravel","documentation":"https://www.bookstackapp.com/docs/"} | ||
{"captainVersion":2,"dockerCompose":{"services":{"$$cap_appname-db":{"image":"lscr.io/linuxserver/mariadb:$$cap_mariadb_version","environment":{"PGID":1000,"PUID":1000,"MYSQL_ROOT_PASSWORD":"$$cap_DB_PASS","TZ":"$$cap_timezone","MYSQL_DATABASE":"$$cap_database_name","MYSQL_USER":"$$cap_database_user","MYSQL_PASSWORD":"$$cap_DB_PASS"},"volumes":["$$cap_appname-db-config:/config"],"notExposeAsWebApp":"true"},"$$cap_appname":{"environment":{"PUID":1000,"PGID":1000,"APP_URL":"http://$$cap_appname.$$cap_root_domain","APP_KEY":"$$cap_app_key","DB_HOST":"srv-captain--$$cap_appname-db","DB_PORT":3306,"DB_USERNAME":"$$cap_database_user","DB_PASSWORD":"$$cap_DB_PASS","DB_DATABASE":"$$cap_database_name"},"image":"lscr.io/linuxserver/bookstack:$$cap_bookstack_version","restart":"always","volumes":["$$cap_appname-config:/config"]}}},"variables":[{"id":"$$cap_app_key","label":"Bookstack application key","description":"Generate bookstack session encryption key by running `docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey` or using online generator on https://laravel-encryption-key-generator.vercel.app/"},{"id":"$$cap_database_name","label":"Database schema name","description":"Database schema that will be use for the bookstack app","defaultValue":"bookstackapp"},{"id":"$$cap_database_user","label":"Database user name","description":"Database user that will be use for the bookstack app","defaultValue":"bookstack"},{"label":"Database Password","description":"Password to connect to the database","defaultValue":"$$cap_gen_random_hex(16)","id":"$$cap_DB_PASS"},{"label":"Timezone","description":"This is the timezone for the application, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones","defaultValue":"Etc/UTC","id":"$$cap_timezone"},{"id":"$$cap_bookstack_version","label":"Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/bookstack/tags","defaultValue":"v24.10-ls172"},{"id":"$$cap_mariadb_version","label":"MariaDB Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/mariadb/tags","defaultValue":"10.11.10-r0-ls161"}],"instructions":{"start":"A platform to create documentation/wiki content built with PHP & Laravel.\n\nGitHub: https://github.com/BookStackApp/BookStack","end":"Aaaand you're done! 😄\n\nYour service is available at http://$$cap_appname.$$cap_root_domain\n\nThe default username is [email protected] with the password of password."},"displayName":"BookStack","isOfficial":true,"description":"A platform to create documentation/wiki content built with PHP & Laravel","documentation":"https://www.bookstackapp.com/docs/"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{"captainVersion":4,"services":{"$$cap_appname-db":{"image":"lscr.io/linuxserver/mariadb:$$cap_mariadb_version","environment":{"PGID":1000,"PUID":1000,"MYSQL_ROOT_PASSWORD":"$$cap_DB_PASS","TZ":"$$cap_timezone","MYSQL_DATABASE":"bookstackapp","MYSQL_USER":"bookstack","MYSQL_PASSWORD":"$$cap_DB_PASS"},"volumes":["$$cap_appname-db-config:/config"],"caproverExtra":{"notExposeAsWebApp":"true"}},"$$cap_appname":{"environment":{"PUID":1000,"PGID":1000,"APP_URL":"http://$$cap_appname.$$cap_root_domain","DB_HOST":"srv-captain--$$cap_appname-db","DB_PORT":3306,"DB_USER":"bookstack","DB_PASS":"$$cap_DB_PASS","DB_DATABASE":"bookstackapp"},"image":"lscr.io/linuxserver/bookstack:$$cap_bookstack_version","restart":"always","volumes":["$$cap_appname-config:/config"]}},"caproverOneClickApp":{"variables":[{"label":"Database Password","description":"Password to connect to the database","defaultValue":"$$cap_gen_random_hex(16)","id":"$$cap_DB_PASS"},{"label":"Timezone","description":"This is the timezone for the application, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones","defaultValue":"Europe/London","id":"$$cap_timezone"},{"id":"$$cap_bookstack_version","label":"Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/bookstack/tags","defaultValue":"v23.10.4-ls118"},{"id":"$$cap_mariadb_version","label":"MariaDB Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/mariadb/tags","defaultValue":"10.11.5-r0-ls122"}],"instructions":{"start":"A platform to create documentation/wiki content built with PHP & Laravel.\n\nGitHub: https://github.com/BookStackApp/BookStack","end":"Aaaand you're done! 😄\n\nYour service is available at http://$$cap_appname.$$cap_root_domain\n\nThe default username is [email protected] with the password of password."},"displayName":"BookStack","isOfficial":true,"description":"A platform to create documentation/wiki content built with PHP & Laravel","documentation":"https://www.bookstackapp.com/docs/"}} | ||
{"captainVersion":4,"services":{"$$cap_appname-db":{"image":"lscr.io/linuxserver/mariadb:$$cap_mariadb_version","environment":{"PGID":1000,"PUID":1000,"MYSQL_ROOT_PASSWORD":"$$cap_DB_PASS","TZ":"$$cap_timezone","MYSQL_DATABASE":"$$cap_database_name","MYSQL_USER":"$$cap_database_user","MYSQL_PASSWORD":"$$cap_DB_PASS"},"volumes":["$$cap_appname-db-config:/config"],"caproverExtra":{"notExposeAsWebApp":"true"}},"$$cap_appname":{"environment":{"PUID":1000,"PGID":1000,"APP_URL":"http://$$cap_appname.$$cap_root_domain","APP_KEY":"$$cap_app_key","DB_HOST":"srv-captain--$$cap_appname-db","DB_PORT":3306,"DB_USERNAME":"$$cap_database_user","DB_PASSWORD":"$$cap_DB_PASS","DB_DATABASE":"$$cap_database_name"},"image":"lscr.io/linuxserver/bookstack:$$cap_bookstack_version","restart":"always","volumes":["$$cap_appname-config:/config"]}},"caproverOneClickApp":{"variables":[{"id":"$$cap_app_key","label":"Bookstack application key","description":"Generate bookstack session encryption key by running `docker run -it --rm --entrypoint /bin/bash lscr.io/linuxserver/bookstack:latest appkey` or using online generator on https://laravel-encryption-key-generator.vercel.app/"},{"id":"$$cap_database_name","label":"Database schema name","description":"Database schema that will be use for the bookstack app","defaultValue":"bookstackapp"},{"id":"$$cap_database_user","label":"Database user name","description":"Database user that will be use for the bookstack app","defaultValue":"bookstack"},{"label":"Database Password","description":"Password to connect to the database","defaultValue":"$$cap_gen_random_hex(16)","id":"$$cap_DB_PASS"},{"label":"Timezone","description":"This is the timezone for the application, find yours at https://en.wikipedia.org/wiki/List_of_tz_database_time_zones","defaultValue":"Etc/UTC","id":"$$cap_timezone"},{"id":"$$cap_bookstack_version","label":"Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/bookstack/tags","defaultValue":"v24.10-ls172"},{"id":"$$cap_mariadb_version","label":"MariaDB Version Tag","description":"Check out their Docker page for the valid tags https://hub.docker.com/r/linuxserver/mariadb/tags","defaultValue":"10.11.10-r0-ls161"}],"instructions":{"start":"A platform to create documentation/wiki content built with PHP & Laravel.\n\nGitHub: https://github.com/BookStackApp/BookStack","end":"Aaaand you're done! 😄\n\nYour service is available at http://$$cap_appname.$$cap_root_domain\n\nThe default username is [email protected] with the password of password."},"displayName":"BookStack","isOfficial":true,"description":"A platform to create documentation/wiki content built with PHP & Laravel","documentation":"https://www.bookstackapp.com/docs/"}} |