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 Privileged: 106
No change to feed
Updating GitHub Updating GitHub

View File

@ -999,8 +999,8 @@
{ {
"@attributes": { "@attributes": {
"Name": "WebUI", "Name": "WebUI",
"Target": "", "Target": "8169",
"Default": "", "Default": "8169",
"Mode": "tcp", "Mode": "tcp",
"Description": "", "Description": "",
"Type": "Port", "Type": "Port",
@ -23900,8 +23900,8 @@
"@attributes": { "@attributes": {
"Name": "APP_URL", "Name": "APP_URL",
"Target": "APP_URL", "Target": "APP_URL",
"Default": "yourbaseurl", "Default": "",
"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`", "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", "Type": "Variable",
"Display": "always", "Display": "always",
"Required": "true", "Required": "true",
@ -23913,8 +23913,8 @@
"@attributes": { "@attributes": {
"Name": "DB_HOST", "Name": "DB_HOST",
"Target": "DB_HOST", "Target": "DB_HOST",
"Default": "yourdbhost", "Default": "",
"Description": "for specifying the database host", "Description": "The database instance hostname",
"Type": "Variable", "Type": "Variable",
"Display": "always", "Display": "always",
"Required": "true", "Required": "true",
@ -23926,8 +23926,8 @@
"@attributes": { "@attributes": {
"Name": "DB_PORT", "Name": "DB_PORT",
"Target": "DB_PORT", "Target": "DB_PORT",
"Default": "yourdbport", "Default": "3306",
"Description": "for specifying the database port if not default 3306", "Description": "Database port (default `3306`)",
"Type": "Variable", "Type": "Variable",
"Display": "always", "Display": "always",
"Required": "true", "Required": "true",
@ -23937,10 +23937,10 @@
}, },
{ {
"@attributes": { "@attributes": {
"Name": "DB_USER", "Name": "DB_USERNAME",
"Target": "DB_USER", "Target": "DB_USERNAME",
"Default": "yourdbuser", "Default": "",
"Description": "for specifying the database user", "Description": "Database user",
"Type": "Variable", "Type": "Variable",
"Display": "always", "Display": "always",
"Required": "true", "Required": "true",
@ -23950,10 +23950,10 @@
}, },
{ {
"@attributes": { "@attributes": {
"Name": "DB_PASS", "Name": "DB_PASSWORD",
"Target": "DB_PASS", "Target": "DB_PASSWORD",
"Default": "yourdbpass", "Default": "",
"Description": "for specifying the database password (minimum 4 characters and non-alphanumeric passwords must be properly escaped.)", "Description": "Database password (minimum 4 characters and non-alphanumeric passwords must be properly escaped.)",
"Type": "Variable", "Type": "Variable",
"Display": "always", "Display": "always",
"Required": "true", "Required": "true",
@ -23965,8 +23965,8 @@
"@attributes": { "@attributes": {
"Name": "DB_DATABASE", "Name": "DB_DATABASE",
"Target": "DB_DATABASE", "Target": "DB_DATABASE",
"Default": "bookstackapp", "Default": "",
"Description": "for specifying the database to be used", "Description": "Database name",
"Type": "Variable", "Type": "Variable",
"Display": "always", "Display": "always",
"Required": "true", "Required": "true",
@ -319735,8 +319735,8 @@
], ],
"downloads": 662, "downloads": 662,
"stars": 1, "stars": 1,
"LastUpdate": 1717771234,
"LastUpdateScan": 1728893224, "LastUpdateScan": 1728893224,
"LastUpdate": 1717771234,
"FirstSeen": 1728893224 "FirstSeen": 1728893224
}, },
{ {