Matthias Nott
2026-02-21 68b89251bd42af5eea293b9302b78df0ed87a86f
refs
author Matthias Nott <mnott@mnsoft.org>
Saturday, February 21, 2026 10:22 +0100
committer Matthias Nott <mnott@mnsoft.org>
Saturday, February 21, 2026 10:22 +0100
commit68b89251bd42af5eea293b9302b78df0ed87a86f
tree d8c46c792ca4b783e267e2d02b933acf31961a92 tree | zip | gz
parent
feat: ops web dashboard - FastAPI + Alpine.js + Tailwind
30 files added
changed files
.dockerignore diff | view | blame | history
.env.example diff | view | blame | history
.gitignore diff | view | blame | history
Dockerfile diff | view | blame | history
SPEC.md diff | view | blame | history
app/__init__.py diff | view | blame | history
app/app/__init__.py diff | view | blame | history
app/app/auth.py diff | view | blame | history
app/app/main.py diff | view | blame | history
app/app/ops_runner.py diff | view | blame | history
app/app/routers/__init__.py diff | view | blame | history
app/app/routers/backups.py diff | view | blame | history
app/app/routers/restore.py diff | view | blame | history
app/app/routers/services.py diff | view | blame | history
app/app/routers/status.py diff | view | blame | history
app/app/routers/system.py diff | view | blame | history
app/auth.py diff | view | blame | history
app/main.py diff | view | blame | history
app/ops_runner.py diff | view | blame | history
app/routers/__init__.py diff | view | blame | history
app/routers/backups.py diff | view | blame | history
app/routers/restore.py diff | view | blame | history
app/routers/services.py diff | view | blame | history
app/routers/status.py diff | view | blame | history
app/routers/system.py diff | view | blame | history
docker-compose.yml diff | view | blame | history
requirements.txt diff | view | blame | history
static/css/style.css diff | view | blame | history
static/index.html diff | view | blame | history
static/js/app.js diff | view | blame | history