fixed urls

This commit is contained in:
2025-03-25 22:01:58 -05:00
parent 1f165a7fb6
commit 616712dc31

View File

@@ -349,45 +349,49 @@ authentik.akanealw.com {
handle @dockersyncthing {
handle @allowed {
reverse_proxy https://192.168.1.30:8384 {
transport http {
transport http {
tls_insecure_skip_verify
}
}
}
}
respond "ip range not allowed"
}
@gamingpcsyncthing host gamingpc-syncthing.akanealw.com
handle @gamingpcsyncthing {
handle @allowed {
reverse_proxy https://192.168.1.11:8384 {
transport http {
transport http {
tls_insecure_skip_verify
}
}
}
}
respond "ip range not allowed"
}
@laptoppcsyncthing host laptoppc-syncthing.akanealw.com
handle @laptoppcsyncthing {
handle @allowed {
reverse_proxy https://192.168.1.12:8384 {
transport http {
transport http {
tls_insecure_skip_verify
}
}
}
}
respond "ip range not allowed"
}
@webmin host webmin.akanealw.com
handle @webmin {
handle @allowed {
reverse_proxy https://192.168.1.51:10000 {
}
respond "ip range not allowed"
transport http {
tls_insecure_skip_verify
}
}
respond "ip range not allowed"
}
}
@wireguardui host wireguardui.akanealw.com
handle @wireguardui {