.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
logrotate state -- version 2
|
logrotate state -- version 2
|
||||||
"/var/log/acpid.log" 2026-1-19-2:0:0
|
"/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
|
"/var/log/php84/*.log" 2026-1-19-2:0:0
|
||||||
"/config/log/nginx/error.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)
|
# Please consider allowing analytics to help us improve Homebox (basic computer information, no personal data)
|
||||||
HBOX_OPTIONS_ALLOW_ANALYTICS=false
|
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
|
PORT=3100
|
||||||
|
|||||||
+2
-1
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
services:
|
services:
|
||||||
homebox:
|
homebox:
|
||||||
|
#image: ghcr.io/sysadminsmedia/homebox:0.26.1
|
||||||
image: ghcr.io/sysadminsmedia/homebox:latest
|
image: ghcr.io/sysadminsmedia/homebox:latest
|
||||||
#image: ghcr.io/sysadminsmedia/homebox:latest-rootless
|
#image: ghcr.io/sysadminsmedia/homebox:latest-rootless
|
||||||
#container_name: homebox
|
#container_name: homebox
|
||||||
@@ -12,8 +13,8 @@ services:
|
|||||||
- HBOX_LOG_LEVEL=${HBOX_LOG_LEVEL:-info}
|
- HBOX_LOG_LEVEL=${HBOX_LOG_LEVEL:-info}
|
||||||
- HBOX_LOG_FORMAT=${HBOX_LOG_FORMAT:-text}
|
- HBOX_LOG_FORMAT=${HBOX_LOG_FORMAT:-text}
|
||||||
- HBOX_WEB_MAX_FILE_UPLOAD=${HBOX_WEB_MAX_FILE_UPLOAD:-10}
|
- 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_OPTIONS_ALLOW_ANALYTICS=${HBOX_OPTIONS_ALLOW_ANALYTICS:-false}
|
||||||
|
- HBOX_AUTH_API_KEY_PEPPER=${HBOX_AUTH_API_KEY_PEPPER}
|
||||||
volumes:
|
volumes:
|
||||||
- /home/rcadmin/docker/homebox/data:/data/
|
- /home/rcadmin/docker/homebox/data:/data/
|
||||||
ports:
|
ports:
|
||||||
|
|||||||
@@ -3,9 +3,6 @@
|
|||||||
# Copy this file to /usr/sbin/start to enable easy startup
|
# Copy this file to /usr/sbin/start to enable easy startup
|
||||||
# sudo cp start.sh /usr/sbin/start
|
# sudo cp start.sh /usr/sbin/start
|
||||||
|
|
||||||
#docker stack deploy -c compose.yml ${PWD##*/}
|
|
||||||
|
|
||||||
|
|
||||||
# Check if .env file exists in the current directory
|
# Check if .env file exists in the current directory
|
||||||
if [ ! -f ".env" ]; then
|
if [ ! -f ".env" ]; then
|
||||||
touch .env
|
touch .env
|
||||||
|
|||||||
Reference in New Issue
Block a user