fix: update deploy docs — no VPS/Netbird/deploy-auto.sh

This commit is contained in:
mpak
2026-06-11 14:04:17 +05:00
parent 65da047e7c
commit 7f929c9618
3 changed files with 7 additions and 43 deletions
+3 -4
View File
@@ -36,11 +36,10 @@
- VK callback: {SERVER_PUBLIC_URL}/api/auth/oauth/vk/callback
- Yandex callback: {SERVER_PUBLIC_URL}/api/auth/oauth/yandex/callback
## Infrastructure (deployment)
## Deployment
- VPS runs Nginx Proxy Manager (NPM), connected via Netbird VPN to the server machine
- Server machine runs the project
- Traffic flow: Browser → Domain → VPS (NPM) → Netbird → Server machine (3333)
- Gitea CI/CD deploys to the server machine on push to main
- Traffic flow: Browser → Domain → Nginx (server machine) → Fastify (3333)
- trustProxy: true on Fastify
## Notable quirks