mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-12 09:12:13 -04:00
Update todo
This commit is contained in:
parent
d46b04c943
commit
2000149579
3 changed files with 8 additions and 5 deletions
3
.env
3
.env
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue