This commit is contained in:
2026-06-14 13:25:43 +02:00
parent f4ff848abd
commit 28da794a90
4 changed files with 7 additions and 6 deletions
+2 -2
View File
@@ -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
+3
View File
@@ -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
View File
@@ -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:
-3
View File
@@ -3,9 +3,6 @@
# Copy this file to /usr/sbin/start to enable easy startup
# sudo cp start.sh /usr/sbin/start
#docker stack deploy -c compose.yml ${PWD##*/}
# Check if .env file exists in the current directory
if [ ! -f ".env" ]; then
touch .env