Setup cloud-init script for DO droplets (#1)

* adding init script and example/soon to be used configs

* uncomment and get ready for launch

* update monero node setup cmds

* include deletion of base data

* remove auth from grafana altogether

* remove unused var

* remove hsts reqs

* remove unused confs
This commit is contained in:
lalanza808
2021-01-07 13:24:09 -08:00
committed by GitHub
parent 82f2ffea03
commit 4ca6342432
4 changed files with 103 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
DATA_DIR=/opt/monero/data
GRAFANA_PASSWORD=xxxxxxx
GRAFANA_URL=http://mynodeurl.com
P2P_PORT=18080
RESTRICTED_PORT=18081
ZMQ_PORT=18082