Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion bookstack/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
"remote_mysql_username": "str?",
"remote_mysql_password": "password?",
"remote_mysql_port": "int?",
"proxy_host": "str?",
"log_level": "list(trace|debug|info|notice|warning|error|fatal)?",
"certfile": "str",
"keyfile": "str",
Expand Down
4 changes: 0 additions & 4 deletions bookstack/rootfs/etc/services.d/php-fpm/run
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,6 @@ else
DB_PORT=$(bashio::services "mysql" "port")
fi

if bashio::config.has_value 'proxy_host';then
APP_URL=$(bashio::config "proxy_host")
fi

if bashio::config.equals 'log_level' 'debug' \
|| bashio::config.equals 'log_level' 'trace' ;then
export APP_DEBUG=true
Expand Down