Add .env and .env.example files; implement development script and Docker connection logic

This commit is contained in:
2025-11-12 22:54:16 +00:00
parent 42535a81b2
commit d0a9583d22
4 changed files with 63 additions and 3 deletions

13
.env.example Normal file
View File

@@ -0,0 +1,13 @@
# Backup Configuration
BACKUP_FOLDER=/data/volumes
BACKUP_CRON=*/5 * * * *
# FTP Configuration
FTP_HOST=ftp.example.com
FTP_PORT=21
FTP_USER=backup_user
FTP_PASSWORD=secret123
FTP_PATH=/backups
# Docker Configuration
DOCKER_HOST=unix:///var/run/docker.sock