diff --git a/forcebuild.date b/forcebuild.date index c19813336..18e4cf132 100644 --- a/forcebuild.date +++ b/forcebuild.date @@ -1 +1 @@ -Sat Nov 9 04:20:35 UTC 2024 +Sat Nov 9 04:22:31 UTC 2024 diff --git a/v2/apps/bookstack.json b/v2/apps/bookstack.json index 0202a3da2..f70b83dcc 100644 --- a/v2/apps/bookstack.json +++ b/v2/apps/bookstack.json @@ -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 admin@admin.com 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 admin@admin.com 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/"} diff --git a/v3/apps/bookstack b/v3/apps/bookstack index 0202a3da2..f70b83dcc 100644 --- a/v3/apps/bookstack +++ b/v3/apps/bookstack @@ -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 admin@admin.com 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 admin@admin.com 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/"} diff --git a/v4/apps/bookstack b/v4/apps/bookstack index b45e761ec..3da184e5f 100644 --- a/v4/apps/bookstack +++ b/v4/apps/bookstack @@ -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 admin@admin.com 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 admin@admin.com 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/"}}