feat: AutoSSL certificate management tool with Web UI

This commit is contained in:
2026-05-12 14:55:10 +08:00
commit 1775d4b4fc
28 changed files with 2357 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
services:
autossl:
build: .
container_name: autossl
restart: unless-stopped
ports:
- "8080:8080" # Web UI and API
- "80:80" # HTTP-01 challenge
environment:
- PORT=8080
- TZ=Asia/Shanghai
volumes:
- ./data:/app/data