Migrate from raspen prototype to heron live VPS

- Replace raspen references with heron in AGENTS.md
- Update nginx config for live domains (qmoln.se)
- Switch SSL certs to Let's Encrypt paths
- Update WireGuard config with heron's keys and passive listen
- WireGuard direction: agge connects out to heron
- Remove old ssl volume mount, mount /etc/letsencrypt instead
This commit is contained in:
2026-05-28 05:49:05 +02:00
parent 915cab05b9
commit c13bcb3efa
4 changed files with 38 additions and 30 deletions
+1 -1
View File
@@ -26,6 +26,6 @@ services:
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
- ./nginx/conf.d:/etc/nginx/conf.d:ro
- ./nginx/stream.d:/etc/nginx/stream.d:ro
- ./ssl:/etc/nginx/certs:ro
- /etc/letsencrypt:/etc/letsencrypt:ro
- ./html:/usr/share/nginx/html:ro
restart: unless-stopped