From 20001495795a2afad95e8b4c1fb21f79706c9f5b Mon Sep 17 00:00:00 2001 From: vdo Date: Fri, 27 May 2022 11:43:59 +0100 Subject: [PATCH] Update todo --- .env | 3 +++ README.md | 8 ++++---- installer.sh | 2 +- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.env b/.env index 55ef4a7..f964910 100644 --- a/.env +++ b/.env @@ -14,3 +14,6 @@ MONEROD_accessControlAllowOriginList=* #TOR_TAG=latest TOR_TAG=0.4.7.7 TOR_HTTP_PORT=80 + +EXPLORER_TAG=latest +EXPLORER_PORT=8081 diff --git a/README.md b/README.md index 53c4fa4..ac20471 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,11 @@ Tested in: ## ToDo -- [ ] Add wizard for DNS domain selection. -- [ ] Status and node info at finish. +- [x] Add wizard for DNS domain selection. +- [x] Status and node info at finish. - [ ] Stagenet / Testnet selection - [ ] Clearnet TLS port selection -- [ ] Make tor service optional -- [ ] (Optional) block explorer +- [x] Make tor service optional +- [x] (Optional) block explorer - [ ] Grafana with stats - [ ] Add monerod-proxy diff --git a/installer.sh b/installer.sh index eb7f8e3..7b6e4ec 100755 --- a/installer.sh +++ b/installer.sh @@ -60,7 +60,7 @@ StatInfo="${OnBlack}${White}" ################################################################ VERSION="v0.1.0" XMRSH_DIR="/opt/xmr.sh" -XMRSH_BRANCH="master" +XMRSH_BRANCH="main" XMRSH_URL="https://github.com/vdo/xmr.sh" XMRSH_LOG_FILE="/tmp/xmr.sh-$(date +%Y%m%d-%H%M%S).log" DOCKER_INSTALLED=false