.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
logrotate state -- version 2
|
||||
"/var/log/acpid.log" 2026-1-19-2:0:0
|
||||
"/config/log/nginx/access.log" 2026-6-7-2:0:0
|
||||
"/config/log/nginx/access.log" 2026-6-14-2:0:0
|
||||
"/var/log/php84/*.log" 2026-1-19-2:0:0
|
||||
"/config/log/nginx/error.log" 2026-1-19-2:0:0
|
||||
"/config/log/php/error.log" 2026-6-7-2:0:0
|
||||
"/config/log/php/error.log" 2026-6-14-2:0:0
|
||||
|
||||
@@ -7,4 +7,7 @@ HBOX_WEB_MAX_FILE_UPLOAD=10
|
||||
# Please consider allowing analytics to help us improve Homebox (basic computer information, no personal data)
|
||||
HBOX_OPTIONS_ALLOW_ANALYTICS=false
|
||||
|
||||
# Use a strong random string for the pepper in production, it will be used to hash API keys and make them more secure
|
||||
HBOX_AUTH_API_KEY_PEPPER=thisissomelsf43509sflkj45høhafh89435hjkhfakjdhfwoieryuighajhfjaheuirywuihafjhds
|
||||
|
||||
PORT=3100
|
||||
|
||||
+2
-1
@@ -4,6 +4,7 @@
|
||||
|
||||
services:
|
||||
homebox:
|
||||
#image: ghcr.io/sysadminsmedia/homebox:0.26.1
|
||||
image: ghcr.io/sysadminsmedia/homebox:latest
|
||||
#image: ghcr.io/sysadminsmedia/homebox:latest-rootless
|
||||
#container_name: homebox
|
||||
@@ -12,8 +13,8 @@ services:
|
||||
- HBOX_LOG_LEVEL=${HBOX_LOG_LEVEL:-info}
|
||||
- HBOX_LOG_FORMAT=${HBOX_LOG_FORMAT:-text}
|
||||
- HBOX_WEB_MAX_FILE_UPLOAD=${HBOX_WEB_MAX_FILE_UPLOAD:-10}
|
||||
# Please consider allowing analytics to help us improve Homebox (basic computer information, no personal data)
|
||||
- HBOX_OPTIONS_ALLOW_ANALYTICS=${HBOX_OPTIONS_ALLOW_ANALYTICS:-false}
|
||||
- HBOX_AUTH_API_KEY_PEPPER=${HBOX_AUTH_API_KEY_PEPPER}
|
||||
volumes:
|
||||
- /home/rcadmin/docker/homebox/data:/data/
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user