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

feat(pm/menu): add starry.sk domain #141

merged opened by a.starrysky.fyi targeting main from private/minion/push-mpvpoxrvtrvk

I've chatted with Coded, and we think it's better to run the same shortener on all our short domains than to have separate shorteners for separate domains. Therefore, let's extend menu to starry.sk

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:uuyqs6y3pwtbteet4swt5i5y/sh.tangled.repo.pull/3mbkcbmdcll22
+14 -2
Diff #1
+14 -2
packetmix/systems/teal/menu.nix
··· 56 56 type = "A"; 57 57 value = "100.64.0.5"; 58 58 } 59 + { 60 + # starry.sk -> teal 61 + name = "starry.sk"; 62 + type = "A"; 63 + value = "100.64.0.5"; 64 + } 59 65 ]; 60 66 61 67 services.nginx.virtualHosts."menu.freshlybakedca.ke" = { ··· 68 74 enableACME = true; 69 75 acmeRoot = null; 70 76 71 - serverAliases = [ "go.search.freshly.space" ]; 77 + serverAliases = [ 78 + "go.search.freshly.space" 79 + "starry.sk" 80 + ]; 72 81 73 82 locations."/" = { 74 83 proxyPass = "http://127.0.0.1:1038"; ··· 91 100 92 101 serverName = "menu.freshlybakedca.ke"; 93 102 94 - serverAliases = [ "go.search.freshly.space" ]; 103 + serverAliases = [ 104 + "go.search.freshly.space" 105 + "starry.sk" 106 + ]; 95 107 96 108 locations."/" = { 97 109 proxyPass = "http://127.0.0.1:1038";

History

2 rounds 0 comments
sign up or login to add to the discussion
1 commit
expand
feat(pm/menu): add starry.sk domain
5/5 success
expand
expand 0 comments
pull request successfully merged
1 commit
expand
feat(pm/menu): add starry.sk domain
2/5 failed, 3/5 success
expand
expand 0 comments