Add proxyless install mode for existing reverse proxies

This commit is contained in:
cyph3rasi
2026-03-07 17:36:41 -08:00
parent 409d32127d
commit cfc9718f0f
5 changed files with 211 additions and 8 deletions
+6
View File
@@ -25,6 +25,12 @@ docker compose up -d
Done! Your node is live at `https://your-domain.com` with automatic SSL. No build step. No dependencies. No fuss.
Database migrations run automatically on startup and during updates.
If your server already has nginx or another reverse proxy using `80/443`, use the advanced mode instead:
```bash
curl -fsSL https://synapsis.social/install.sh | PROXY=none bash
```
**Updating (migrations run automatically):**
```bash
docker compose pull && docker compose up -d