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

feat(pm/teal): add menu #136

merged opened by freshlybakedca.ke targeting main from private/minion/push-mmztworysmow

menu is the golinks provider and URL shortener that we're writing. So we can start using it right away, it would be good to host it on teal ASAP

Labels

None yet.

requested-reviewers

None yet.

approved

None yet.

tested-working

None yet.

rejected

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:k2zmz2l3hvfr44tmlhewol2j/sh.tangled.repo.pull/3mbjwqfxv5j22
+18 -5
Interdiff #0 #1
+17 -5
packetmix/systems/teal/menu.nix
··· 23 23 24 24 services.headscale.settings.dns.extra_records = [ 25 25 { 26 - # go.freshly.space -> teal 27 - name = "go.freshly.space"; 26 + # go.search.freshly.space -> teal 27 + name = "go.search.freshly.space"; 28 28 type = "A"; 29 29 value = "100.64.0.5"; 30 30 } ··· 46 46 enableACME = true; 47 47 acmeRoot = null; 48 48 49 - serverAliases = [ "go.freshly.space" ]; 49 + serverAliases = [ "go.search.freshly.space" ]; 50 50 51 51 locations."/" = { 52 52 proxyPass = "http://127.0.0.1:1038"; ··· 67 67 enableACME = true; 68 68 acmeRoot = null; 69 69 70 - serverAliases = [ "go.freshly.space" ]; 70 + serverAliases = [ "go.search.freshly.space" ]; 71 71 72 72 locations."/" = { 73 73 proxyPass = "http://127.0.0.1:1038"; ··· 75 75 }; 76 76 }; 77 77 78 + services.nginx.virtualHosts."go" = { 79 + listenAddresses = [ "localhost.tailscale" ]; 80 + 81 + locations."/" = { 82 + proxyPass = "http://127.0.0.1:1038"; 83 + recommendedProxySettings = true; 84 + }; 85 + }; 86 + 78 87 services.nginx.tailscaleAuth = { 79 88 enable = true; 80 - virtualHosts = [ "internal.menu.freshlybakedca.ke" ]; 89 + virtualHosts = [ 90 + "internal.menu.freshlybakedca.ke" 91 + "go" 92 + ]; 81 93 }; 82 94 }
projects/nilla.nix

This file has not been changed.

projects/packetmix/workspace.josh

This file has not been changed.

+1
packetmix/systems/teal/headscale.nix
··· 132 132 "2606:4700:4700::1111" 133 133 "2606:4700:4700::1001" 134 134 ]; 135 + search_domains = [ "search.freshly.space" ]; 135 136 base_domain = "clicks.domains"; 136 137 }; 137 138 auth_setup_allow_defer = true; # Otherwise we'll fall back to CLI auth

History

7 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
feat(pm/teal): add menu
5/5 success
expand
expand 0 comments
pull request successfully merged
1 commit
expand
feat(pm/teal): add menu
5/5 success
expand
expand 0 comments
1 commit
expand
feat(pm/teal): add menu
expand 0 comments
1 commit
expand
feat(pm/teal): add menu
expand 0 comments
1 commit
expand
feat(pm/teal): add menu
expand 0 comments
1 commit
expand
feat(pm/teal): add menu
expand 0 comments
1 commit
expand
feat(pm/teal): add menu
expand 0 comments