Added start of templating for Tor and ports etc
Also added the missing example and fixed some HTML
This commit is contained in:
@@ -1,6 +1,17 @@
|
||||
[default]
|
||||
template_dir = "templates"
|
||||
address = "0.0.0.0"
|
||||
|
||||
network_interface = [ "eth0", "eth1" ]
|
||||
mount_names = [] # All disks and mount points
|
||||
|
||||
mount_names = [] # All disks and mount points if none are listed
|
||||
|
||||
json_rpc_url = "http://127.0.0.1:18081/json_rpc"
|
||||
|
||||
temperature_sensors = [
|
||||
# ["component name", "name that appears on site"]
|
||||
["cpu_thermal temp1", "CPU"],
|
||||
["gpu_thermal temp1", "GPU"]
|
||||
]
|
||||
## Or, to just use all and don't change their names, use the following
|
||||
# temperature_sensors = []
|
||||
|
||||
Reference in New Issue
Block a user