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

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