turned off firewall

This commit is contained in:
Elias Gasparis 2026-03-26 14:59:35 +08:00
commit 2ca8334b6d
2 changed files with 3 additions and 33 deletions

View file

@ -195,7 +195,7 @@
networking.firewall = {
# enable the firewall
enable = true;
enable = false;
# allow all ports from your Tailscale network
trustedInterfaces = [ "tailscale0" ];

View file

@ -1,33 +1,3 @@
{
email tootbrute@tutanota.com
}
*.knossos.arkadi.one {
vars {
# IP address of My Tailscale Server
tailscale_ip 100.95.204.90
}
tls {
dns gandi c7fd5d10953bb72845dbb4668c8f459d111e609c
}
@knossos host knossos.arkadi.one
handle @knossos {
reverse_proxy http://127.0.0.1:80
}
@jellyfin host jellyfin.knossos.arkadi.one
handle @jellyfin {
reverse_proxy {vars.tailscale_ip}:8096
}
@books host books.knossos.arkadi.one
handle @books {
reverse_proxy {vars.tailscale_ip}:8083
}
# Fallback for otherwise unhandled domains
handle {
abort
}
jellyfin.knossos.arkadi.one{
reverse_proxy localhost:8096
}