Feature/building portal vm on vultr #59
@@ -19,7 +19,6 @@
|
|||||||
};
|
};
|
||||||
interfaces.tailscale0.allowedTCPPorts = [
|
interfaces.tailscale0.allowedTCPPorts = [
|
||||||
5000 # Nix binary cache
|
5000 # Nix binary cache
|
||||||
6443 # Gitea HTTP
|
|
||||||
8000 # Audiobookshelf
|
8000 # Audiobookshelf
|
||||||
8001 # Norn Sight
|
8001 # Norn Sight
|
||||||
8002 # Gems
|
8002 # Gems
|
||||||
@@ -27,7 +26,8 @@
|
|||||||
8096 # Jellyfin HTTP
|
8096 # Jellyfin HTTP
|
||||||
];
|
];
|
||||||
allowedTCPPorts = [
|
allowedTCPPorts = [
|
||||||
8070
|
6443 # Gitea HTTP
|
||||||
|
8070 # ebook searcher
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
useNetworkd = true;
|
useNetworkd = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user