This commit is contained in:
Andrew Z 2024-10-14 08:07:37 -04:00
parent 76780bf8ed
commit a7f8c8e950
2 changed files with 23 additions and 19 deletions

View File

@ -4394,5 +4394,9 @@ Updating stats on containers
Privileged: 106
No change to feed
Updating GitHub

View File

@ -999,8 +999,8 @@
{
"@attributes": {
"Name": "WebUI",
"Target": "",
"Default": "",
"Target": "8169",
"Default": "8169",
"Mode": "tcp",
"Description": "",
"Type": "Port",
@ -23900,8 +23900,8 @@
"@attributes": {
"Name": "APP_URL",
"Target": "APP_URL",
"Default": "yourbaseurl",
"Description": "for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`",
"Default": "",
"Description": "The IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com`",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -23913,8 +23913,8 @@
"@attributes": {
"Name": "DB_HOST",
"Target": "DB_HOST",
"Default": "yourdbhost",
"Description": "for specifying the database host",
"Default": "",
"Description": "The database instance hostname",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -23926,8 +23926,8 @@
"@attributes": {
"Name": "DB_PORT",
"Target": "DB_PORT",
"Default": "yourdbport",
"Description": "for specifying the database port if not default 3306",
"Default": "3306",
"Description": "Database port (default `3306`)",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -23937,10 +23937,10 @@
},
{
"@attributes": {
"Name": "DB_USER",
"Target": "DB_USER",
"Default": "yourdbuser",
"Description": "for specifying the database user",
"Name": "DB_USERNAME",
"Target": "DB_USERNAME",
"Default": "",
"Description": "Database user",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -23950,10 +23950,10 @@
},
{
"@attributes": {
"Name": "DB_PASS",
"Target": "DB_PASS",
"Default": "yourdbpass",
"Description": "for specifying the database password (minimum 4 characters and non-alphanumeric passwords must be properly escaped.)",
"Name": "DB_PASSWORD",
"Target": "DB_PASSWORD",
"Default": "",
"Description": "Database password (minimum 4 characters and non-alphanumeric passwords must be properly escaped.)",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -23965,8 +23965,8 @@
"@attributes": {
"Name": "DB_DATABASE",
"Target": "DB_DATABASE",
"Default": "bookstackapp",
"Description": "for specifying the database to be used",
"Default": "",
"Description": "Database name",
"Type": "Variable",
"Display": "always",
"Required": "true",
@ -319735,8 +319735,8 @@
],
"downloads": 662,
"stars": 1,
"LastUpdate": 1717771234,
"LastUpdateScan": 1728893224,
"LastUpdate": 1717771234,
"FirstSeen": 1728893224
},
{