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
+1
View File
@@ -24,6 +24,7 @@ dependencies = []
[project.scripts]
publicpaste = "publicpaste.cli:main"
publicpaste-web = "publicpaste.web:main"
[tool.setuptools.packages.find]
include = ["publicpaste*"]