Your one-stop-cake-shop for everything Freshly Baked has to offer

fix(pm/teal/midnight): Fix routes to midnight #94

merged opened by thecoded.prof targeting main from private/coded/push-wurvtvvsnxuo

if midnight is not connected to tailscale then nginx will fail to start, if we instead point to the direct IP on the local network then so long as midnight is online it will always start

Labels

None yet.

requested-reviewers

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 2
AT URI
at://did:plc:t4ifz7bz4cnukxryiqnbgxxr/sh.tangled.repo.pull/3m2wvidujbk22
+2 -2
Diff #1
+1 -1
packetmix/systems/teal/cache.nix
··· 10 10 acmeRoot = null; 11 11 12 12 locations."/" = { 13 - proxyPass = "http://midnight:1025"; 13 + proxyPass = "http://192.168.1.2:1025"; 14 14 recommendedProxySettings = true; 15 15 proxyWebsockets = true; 16 16 };
+1 -1
packetmix/systems/teal/spindle.nix
··· 10 10 acmeRoot = null; 11 11 12 12 locations."/" = { 13 - proxyPass = "http://midnight:1024"; 13 + proxyPass = "http://192.168.1.2:1024"; 14 14 recommendedProxySettings = true; 15 15 proxyWebsockets = true; 16 16 };

History

2 rounds 1 comment
sign up or login to add to the discussion
1 commit
expand
fix(pm/teal/midnight): Fix routes to midnight
expand 0 comments
pull request successfully merged
1 commit
expand
fix(pm/teal/midnight): Fix routes to midnight
expand 1 comment

CI failures are clearly bogus and due to maintenance - feel free to merge without