replace NPM with vanilla nginx + certbot
- nginx:alpine replaces nginx-proxy-manager - certbot on host with standalone issuance and auto-renewal - per-site nginx configs in conf.d/ (HTTP->HTTPS, bare->www) - container names use underscores (timothykim_net) - setup.sh: automated cert issuance, dynamic app startup - deploy.sh: nginx -t guard, graceful image-not-found - new-app.sh: Gitea API repo creation, nginx conf generation - add ARCHITECTURE.md, USECASES.md, CLAUDE.md - remove old NPM data/certs from tracking
This commit is contained in:
@@ -1,4 +1 @@
|
||||
docker/nginx/certs/** filter=git-crypt diff=git-crypt
|
||||
docker/nginx/data/keys.json filter=git-crypt diff=git-crypt
|
||||
docker/nginx/data/database.sqlite filter=git-crypt diff=git-crypt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user