Update todo

This commit is contained in:
vdo 2022-05-27 11:43:59 +01:00
parent d46b04c943
commit 2000149579
No known key found for this signature in database
GPG key ID: F10AD1E5C08EA7E2
3 changed files with 8 additions and 5 deletions

3
.env
View file

@ -14,3 +14,6 @@ MONEROD_accessControlAllowOriginList=*
#TOR_TAG=latest #TOR_TAG=latest
TOR_TAG=0.4.7.7 TOR_TAG=0.4.7.7
TOR_HTTP_PORT=80 TOR_HTTP_PORT=80
EXPLORER_TAG=latest
EXPLORER_PORT=8081

View file

@ -11,11 +11,11 @@ Tested in:
## ToDo ## ToDo
- [ ] Add wizard for DNS domain selection. - [x] Add wizard for DNS domain selection.
- [ ] Status and node info at finish. - [x] Status and node info at finish.
- [ ] Stagenet / Testnet selection - [ ] Stagenet / Testnet selection
- [ ] Clearnet TLS port selection - [ ] Clearnet TLS port selection
- [ ] Make tor service optional - [x] Make tor service optional
- [ ] (Optional) block explorer - [x] (Optional) block explorer
- [ ] Grafana with stats - [ ] Grafana with stats
- [ ] Add monerod-proxy - [ ] Add monerod-proxy

View file

@ -60,7 +60,7 @@ StatInfo="${OnBlack}${White}"
################################################################ ################################################################
VERSION="v0.1.0" VERSION="v0.1.0"
XMRSH_DIR="/opt/xmr.sh" XMRSH_DIR="/opt/xmr.sh"
XMRSH_BRANCH="master" XMRSH_BRANCH="main"
XMRSH_URL="https://github.com/vdo/xmr.sh" XMRSH_URL="https://github.com/vdo/xmr.sh"
XMRSH_LOG_FILE="/tmp/xmr.sh-$(date +%Y%m%d-%H%M%S).log" XMRSH_LOG_FILE="/tmp/xmr.sh-$(date +%Y%m%d-%H%M%S).log"
DOCKER_INSTALLED=false DOCKER_INSTALLED=false