Added disk filtering

Updated the Rocket.toml example
This commit is contained in:
2024-05-27 18:05:47 +01:00
parent e0b8b15849
commit 9a92facb18
2 changed files with 11 additions and 3 deletions

View File

@@ -2,3 +2,5 @@
template_dir = "templates"
address = "0.0.0.0"
network_interface = [ "eth0", "eth1" ]
mount_names = [] # All disks and mount points
json_rpc_url = "http://127.0.0.1:18081/json_rpc"