Initial commit

This commit is contained in:
monoadmin
2026-04-10 15:36:35 -07:00
commit c284a9f7cf
8 changed files with 2567 additions and 0 deletions

4
webapp/start.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
# Start Docker Backup Web UI
cd "$(dirname "$0")"
exec python3 app.py "$@"