Migrated Filebrowser

This commit is contained in:
2026-04-12 23:40:13 +02:00
parent 8cd8ce78e5
commit 7df74abd27
2 changed files with 20 additions and 3 deletions

View File

@@ -0,0 +1,19 @@
{ ... }:
{
services.filebrowser = {
enable = true;
settings = {
port = 8080;
address = "0.0.0.0";
baseURL = "/filebrowser";
root = "/storage";
};
# If you want the port opened in the firewall:
openFirewall = true;
};
#networking.firewall.allowedTCPPorts = [ 8080 ];
}