turned off firewall
This commit is contained in:
parent
367574e40c
commit
2ca8334b6d
2 changed files with 3 additions and 33 deletions
|
|
@ -195,7 +195,7 @@
|
||||||
|
|
||||||
networking.firewall = {
|
networking.firewall = {
|
||||||
# enable the firewall
|
# enable the firewall
|
||||||
enable = true;
|
enable = false;
|
||||||
|
|
||||||
# allow all ports from your Tailscale network
|
# allow all ports from your Tailscale network
|
||||||
trustedInterfaces = [ "tailscale0" ];
|
trustedInterfaces = [ "tailscale0" ];
|
||||||
|
|
|
||||||
|
|
@ -1,33 +1,3 @@
|
||||||
{
|
jellyfin.knossos.arkadi.one{
|
||||||
email tootbrute@tutanota.com
|
reverse_proxy localhost:8096
|
||||||
}
|
|
||||||
|
|
||||||
*.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
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue