now with remote desktop over the browser

This commit is contained in:
2024-11-20 22:09:15 -06:00
parent 32c45a6cb7
commit 48ff0f85ec
4 changed files with 29 additions and 31 deletions

View File

@@ -142,7 +142,7 @@
remote = {
entryPoints = [ "websecure" ];
rule = "Host(`remote.blunkall.us`)";
service = "homepage";
service = "novnc";
middlewares = [ "authentik" ];
tls.certResolver = "cloudflare";
};
@@ -229,7 +229,7 @@
pihole.loadBalancer.servers = [ { url = "http://192.168.100.10:8080"; } ];
novnc.loadBalancer.servers = [ { url = "http://192.168.100.10:6080"; } ];
novnc.loadBalancer.servers = [ { url = "http://192.168.100.10:6080/vnc.html"; } ];
nextcloud.loadBalancer.servers = [ { url = "http://192.168.100.15:80"; } ];
};