ProxmoxBackupClientPBSClien.../docker/scripts
zaphod-black efba1948f6 Add web-based configuration interface to Docker dashboard
FEATURE: Settings page for configuring PBS backups via web UI

PROBLEM:
- Users had no way to configure PBS settings from the web dashboard
- Required manually setting environment variables or restarting containers
- Blank stats because no configuration existed

SOLUTION:
Added complete configuration management system:

API ENDPOINTS:
- GET /config - Retrieve current configuration
- POST /config - Save new configuration to /config/settings.json

DASHBOARD ENHANCEMENTS:
- New "⚙ Settings" button in Actions section
- Modal form with all configuration options:
  * PBS Repository (user@pam!token@host:port:datastore)
  * PBS Password/Token Secret
  * Backup Hostname
  * Backup Paths
  * Exclude Patterns (multi-line textarea)
  * Backup Schedule (cron expression)
  * Timezone
- Form validation and user-friendly placeholders
- Persistent storage to /config/settings.json
- Auto-refresh status after saving

DESIGN:
- Retro terminal aesthetic matching dashboard theme
- Blue/purple neon modal with dark background overlay
- Smooth fade-in animation
- Mobile-responsive form layout

TECHNICAL:
- Configuration persists across container restarts
- Environment variables can be overridden by config file
- JavaScript fetch API for async save/load
- Proper error handling and user feedback

Now users can configure everything from the web UI!

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-02 23:34:36 -06:00
..
api-server.py Add web-based configuration interface to Docker dashboard 2025-11-02 23:34:36 -06:00
api-server.sh Fix Docker web dashboard with Python HTTP server + blue/purple neon theme 2025-11-02 23:25:10 -06:00
backup.sh Add Docker-based cross-platform solution (v1.2.0) 2025-11-02 22:36:41 -06:00
dashboard.html Add web-based configuration interface to Docker dashboard 2025-11-02 23:34:36 -06:00
entrypoint.sh Add Docker-based cross-platform solution (v1.2.0) 2025-11-02 22:36:41 -06:00
healthcheck.sh Add Docker-based cross-platform solution (v1.2.0) 2025-11-02 22:36:41 -06:00