Migrated to NixOS (Oh Happy day!!)
This commit is contained in:
@@ -4,16 +4,13 @@
|
||||
enable = true;
|
||||
|
||||
settings = {
|
||||
port = 8080;
|
||||
port = 10000;
|
||||
address = "0.0.0.0";
|
||||
baseURL = "/filebrowser";
|
||||
root = "/storage";
|
||||
};
|
||||
|
||||
# If you want the port opened in the firewall:
|
||||
openFirewall = true;
|
||||
};
|
||||
|
||||
#networking.firewall.allowedTCPPorts = [ 8080 ];
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user