feat(infra): migrate self-hosted backend to netralax.de
Move Supabase + LiveKit from the netralax.cloud VPS to a new netralax.de server. Adds the migration runbook (docs/), one-time move scripts (scripts/migrate/), and prod Caddy/LiveKit config templates (infra/). Repoints the desktop publish/changelog URLs and prod ops config to .de. JWT_SECRET + VAPID copied identically so already-installed clients keep working; the new server also serves the legacy .cloud hostnames. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -7,7 +7,11 @@
|
||||
# stopped publishing Tauri releases to this host.
|
||||
|
||||
# Host serving latest.yml + installer artifacts over HTTPS.
|
||||
UPDATE_HOST=update.netralax.cloud
|
||||
# NOTE: during the .cloud→.de transition the new VPS must ALSO serve the same
|
||||
# artifacts under update.netralax.cloud (point its DNS at the new IP) so that
|
||||
# already-installed clients — which have update.netralax.cloud baked in — can
|
||||
# still pull the release that switches them over to .de.
|
||||
UPDATE_HOST=update.netralax.de
|
||||
|
||||
# SSH user on UPDATE_HOST with write access to UPDATE_REMOTE_PATH.
|
||||
UPDATE_SSH_USER=chatapp-deploy
|
||||
|
||||
Reference in New Issue
Block a user