add acme for wildcard ssl certificate

This commit is contained in:
2024-08-26 21:01:16 +05:30
parent b3b5fccf20
commit 936f60ae7d
11 changed files with 41 additions and 12 deletions

View File

@ -16,7 +16,7 @@
virtualHosts = {
"git.tux.rs" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tux.rs";
locations = {
"/" = {
proxyPass = "http://localhost:3000";

View File

@ -45,7 +45,7 @@
virtualHosts = {
"hs.tux.rs" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tux.rs";
locations = {
"/" = {
proxyPass = "http://localhost:${toString config.services.headscale.port}";

View File

@ -20,7 +20,7 @@
virtualHosts = {
"grafana.tux.rs" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tux.rs";
locations = {
"/" = {
proxyPass = "http://localhost:8888";

View File

@ -44,7 +44,7 @@
virtualHosts = {
"loki.tux.rs" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tux.rs";
locations = {
"/" = {
proxyPass = "http://localhost:3100";

View File

@ -42,7 +42,7 @@
virtualHosts = {
"promtail.tux.rs" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tux.rs";
locations = {
"/" = {
proxyPass = "http://localhost:9080";

View File

@ -14,7 +14,7 @@
virtualHosts = {
"ntfy.tux.rs" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tux.rs";
locations = {
"/" = {
proxyPass = "http://localhost:7070";

View File

@ -30,7 +30,7 @@
virtualHosts = {
"sx.tux.rs" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tux.rs";
locations = {
"/" = {
proxyPass = "http://localhost:3415";

View File

@ -9,7 +9,7 @@
virtualHosts = {
"uptime.tux.rs" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tux.rs";
locations = {
"/" = {
proxyPass = "http://localhost:3001";

View File

@ -15,7 +15,7 @@
virtualHosts = {
"bw.tux.rs" = {
forceSSL = true;
enableACME = true;
useACMEHost = "tux.rs";
locations = {
"/" = {
proxyPass = "http://localhost:8000";