Disable web password, move to port 8080.
This commit is contained in:
parent
19319c1407
commit
4bffb398e1
@ -39,7 +39,8 @@
|
||||
watchdog = true
|
||||
rigName = {{ ansible_hostname }}
|
||||
logpath = {{ nanominer_logs }}
|
||||
webPassword = {{ ansible_hostname }}
|
||||
;webPassword = {{ ansible_hostname }}
|
||||
webPort = 8080
|
||||
useSSL = true
|
||||
email = me@hyperling.com
|
||||
marker: ';{mark} MANAGED BY ANSIBLE - CPU Headers'
|
||||
@ -97,7 +98,8 @@
|
||||
watchdog = true
|
||||
rigName = {{ ansible_hostname }}
|
||||
logpath = {{ nanominer_logs }}
|
||||
webPassword = {{ ansible_hostname }}
|
||||
;webPassword = {{ ansible_hostname }}
|
||||
webPort = 8080
|
||||
devices = {{ nanominer_gpus }}
|
||||
useSSL = true
|
||||
email = me@hyperling.com
|
||||
|
Loading…
x
Reference in New Issue
Block a user