ssh config location
All checks were successful
Container Publish / on-success-skip (push) Has been skipped
Container Publish / build-image (amd64) (push) Successful in 50s
Container Publish / build-image (arm64) (push) Successful in 23s
Container Publish / update docker manifest (push) Successful in 14s

This commit is contained in:
2025-07-31 09:57:49 +02:00
parent 2b0b477c7d
commit 85f45d8145
3 changed files with 39 additions and 31 deletions

View File

@@ -6,6 +6,7 @@ PATH_STATS=${PATH_BASE}/stats
PATH_STATSDB=${PATH_BASE}/stats.db
PATH_LOGS=${PATH_BASE}/logs
PATH_AUTH=${PATH_BASE}/auth
PATH_SSH_HOST=${PATH_BASE}/ssh.host
WEBDAV_PORT=${WEBDAV_PORT:-8080}
STATS_PORT=${STATS_PORT:-8081}
@@ -25,11 +26,13 @@ FPM_MAX_SPARE_SERVERS=${FPM_MAX_SPARE_SERVERS:-3}
export USERNAME
export GROUPNAME
export PATH_BASE
export PATH_WEBROOT
export PATH_STATS
export PATH_STATSDB
export PATH_LOGS
export PATH_AUTH
export PATH_SSH_HOST
export WEBDAV_PORT
export STATS_PORT
export POSTSIZE