Server improvements and remote machine reboot (#213)
* Add remote reboot feature to Dashboard, Server & Miner * Integrated Pushover push notifications for Offline miners and periodical stats
This commit is contained in:
parent
408e7d3670
commit
de9f64e515
22 changed files with 288 additions and 40 deletions
|
@ -13,6 +13,11 @@
|
|||
"pass": "pass", // admin pass for access CC Dashboard
|
||||
"client-config-folder" : null, // folder which contains the client-config files (null=current)
|
||||
"client-log-lines-history" : 100, // maximum lines of log history kept per miner
|
||||
"custom-dashboard" : "index.html" // dashboard html file
|
||||
"custom-dashboard" : "index.html", // dashboard html file
|
||||
// Pushnotification Howto @ https://github.com/Bendr0id/xmrigCC/wiki/Setup-Pushover
|
||||
"pushover-user-key" : "", // your user key for pushover notifications
|
||||
"pushover-api-token" : "", // api token/keytoken of the application for pushover notifications
|
||||
"push-miner-offline-info" : true, // push notification for offline miners
|
||||
"push-periodic-mining-status" : true // push periodic status notification (every hour)
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue