feat: package docker deployment and publish flow

This commit is contained in:
theshy
2026-04-22 16:20:03 +08:00
parent 055474360e
commit 2146687dc6
178 changed files with 24318 additions and 20855 deletions

31
.gitignore vendored
View File

@ -1,22 +1,27 @@
.venv/
.codex
.codex/
.env
.tmp-tests/
__pycache__/
*.pyc
*.pyo
*.pyd
data/
config/settings.staged.json
systemd/rendered/
data/
config/settings.staged.json
systemd/rendered/
runtime/cookies.json
runtime/upload_config.json
runtime/biliup
runtime/codex/
runtime/logs/
frontend/node_modules/
frontend/dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/
frontend/node_modules/
frontend/dist/
.pytest_cache/
.mypy_cache/
.ruff_cache/