mirror of
https://github.com/lalanza808/xmr.sh.git
synced 2025-05-10 16:45:00 -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=0.4.7.7
|
||||
TOR_HTTP_PORT=80
|
||||
|
||||
EXPLORER_TAG=latest
|
||||
EXPLORER_PORT=8081
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue