Update URLs to use git.fetcherpay.com domain

- Changed from internal IP (10.152.183.192:3000) to domain
- Ensures accessibility from any machine on any network
- Consistent references for cross-machine access
This commit is contained in:
2026-03-21 18:55:58 -04:00
parent aba184492a
commit 5e01b87d3c

View File

@@ -130,7 +130,7 @@ input int InpTakeProfit = 200; // Points
## 5. Gitea Migration ## 5. Gitea Migration
### Repository Created: `mql-trading-bots` ### Repository Created: `mql-trading-bots`
- **URL**: http://10.152.183.192:3000/garfield/mql-trading-bots - **URL**: https://git.fetcherpay.com/garfield/mql-trading-bots
- **Web**: https://git.fetcherpay.com/garfield/mql-trading-bots - **Web**: https://git.fetcherpay.com/garfield/mql-trading-bots
- **Size**: 131 KB - **Size**: 131 KB
@@ -188,7 +188,7 @@ mt5-docker/config/.wine/drive_c/Program Files/MetaTrader 5/Bases/MetaQuotes-Demo
## 7. Next Steps for Future Sessions ## 7. Next Steps for Future Sessions
### To Resume Work: ### To Resume Work:
1. Clone repository: `git clone http://10.152.183.192:3000/garfield/mql-trading-bots.git` 1. Clone repository: `git clone https://git.fetcherpay.com/garfield/mql-trading-bots.git`
2. Check this conversation history file 2. Check this conversation history file
3. Verify MT5 Docker status: `cd ~/mt5-docker && ./STATUS.sh` 3. Verify MT5 Docker status: `cd ~/mt5-docker && ./STATUS.sh`
4. Review latest logs for trading activity 4. Review latest logs for trading activity