added a help system, replaced the words "tenant" and "Pwa" with better alternatives. corrected and implemented cron jobs. prepared going live on a coolify-powered system.
This commit is contained in:
22
.env.example
22
.env.example
@@ -116,4 +116,26 @@ SECURITY_AV_TIMEOUT=60
|
||||
SECURITY_STRIP_EXIF=true
|
||||
SECURITY_SCAN_QUEUE=media-security
|
||||
|
||||
# Photobooth / FTP ingestion
|
||||
PHOTOBOOTH_CONTROL_BASE_URL=
|
||||
PHOTOBOOTH_CONTROL_TOKEN=
|
||||
PHOTOBOOTH_CONTROL_TIMEOUT=5
|
||||
PHOTOBOOTH_FTP_HOST=ftp.internal
|
||||
PHOTOBOOTH_FTP_PORT=2121
|
||||
PHOTOBOOTH_USERNAME_PREFIX=pb
|
||||
PHOTOBOOTH_USERNAME_LENGTH=8
|
||||
PHOTOBOOTH_PASSWORD_LENGTH=8
|
||||
PHOTOBOOTH_RATE_LIMIT_PER_MINUTE=20
|
||||
PHOTOBOOTH_EXPIRY_GRACE_DAYS=1
|
||||
PHOTOBOOTH_IMPORT_DISK=photobooth
|
||||
PHOTOBOOTH_IMPORT_ROOT=/var/www/storage/app/photobooth
|
||||
PHOTOBOOTH_IMPORT_MAX_FILES=50
|
||||
PHOTOBOOTH_ALLOWED_EXTENSIONS=jpg,jpeg,png,webp
|
||||
|
||||
COOLIFY_API_BASE_URL=
|
||||
COOLIFY_API_TOKEN=
|
||||
COOLIFY_WEB_URL=
|
||||
COOLIFY_API_TIMEOUT=5
|
||||
COOLIFY_SERVICE_IDS={"app":"svc_app","queue":"svc_queue","scheduler":"svc_scheduler","ftp":"svc_ftp","control":"svc_control"}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user