Add web interface and Docker deployment

Expose the paste tool through a lightweight web UI/API and provide the container setup required for the publicpaste service.
This commit is contained in:
2026-05-13 01:00:40 +08:00
parent 77e8a76d4e
commit 73a6614118
6 changed files with 424 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
.git
.gitignore
.narrafork
.worktrees
.pytest_cache
.mypy_cache
.ruff_cache
__pycache__
*.py[cod]
*.egg-info
build
dist
.venv
venv
.env
.env.*
Dockerfile
compose.yml