Portal DB: - Download current DB button - Manual backup creation - Auto-backup daily at 02:00 (keeps last 14) - Download/delete individual backups WLED Config: - Backup all devices at once - Backup individual device - Download config as JSON - Restore config to any device - Delete old backups New sidebar menu item 'Backup' with dedicated page. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
14 lines
118 B
Plaintext
14 lines
118 B
Plaintext
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
.env
|
|
venv/
|
|
busylight.db
|
|
config.cfg
|
|
config.dev.cfg
|
|
*.egg-info/
|
|
backups/
|
|
dist/
|
|
build/
|
|
.vscode/
|