Add Wavelog onto Traefik

This commit is contained in:
Root User 2026-02-07 00:00:54 +01:00
parent ede2d7a3a3
commit d536b55061
Signed by: root
GPG key ID: 087F0A95E5766D72
3 changed files with 44 additions and 27 deletions

View file

@ -47,14 +47,14 @@
local.address = "10.1.1.249";
networking.firewall.allowedTCPPorts = [
80
443
8086 # Wavelog
80
443
8086 # Wavelog
];
networking.firewall.allowedUDPPorts = [
80
443
8086 # Wavelog
80
443
8086 # Wavelog
];
system.stateVersion = "25.11";