add upload via http

This commit is contained in:
fpicone
2025-12-11 17:53:33 +01:00
parent 2613e684c1
commit 426d4f4c75
2 changed files with 21 additions and 56 deletions

View File

@@ -10,11 +10,5 @@ DB_PASS=password_mysql
GOTIFY_URL="https://alert.qwince.com/message"
GOTIFY_TOKEN="ABnq7pJSSPrFRjx"
# Retention (numero di giorni di conservazione backup)
RETENTION_DAYS=7
# Trasferimento remoto via rsync/scp
REMOTE_HOST="nas.qwince.com"
REMOTE_USER="fpicone"
REMOTE_PASS="C3llul4r3@22"
REMOTE_PATH="/volume2/CloudpanelBackup"
# Upload HTTP endpoint
UPLOAD_URL="http://192.168.0.10:8080/upload"