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

feat(pm/umber): clean up silverbullet SSL #143

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

There's no need for us to be listening for silverbullet on our clicks.domains host, nor should we be listening for plain HTTP anymore

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/3mbkiv7f6pp22
+1 -3
Diff #0
+1 -3
packetmix/systems/umber/silverbullet.nix
··· 28 28 services.nginx.virtualHosts."silverbullet.starrysky.fyi" = { 29 29 listenAddresses = [ "localhost.tailscale" ]; 30 30 31 - addSSL = true; 31 + onlySSL = true; 32 32 enableACME = true; 33 33 acmeRoot = null; 34 34 35 - serverAliases = [ "umber.clicks.domains" ]; 36 - 37 35 locations."/" = { 38 36 proxyPass = "http://$silverbullet_upstream_minion_only"; 39 37 recommendedProxySettings = true;

History

1 round 0 comments
sign up or login to add to the discussion
a.starrysky.fyi submitted #0
1 commit
expand
feat(pm/umber): clean up silverbullet SSL
5/5 success
expand
expand 0 comments
pull request successfully merged