Dateien nach "scripts" hochladen

This commit is contained in:
2026-04-20 19:53:28 +02:00
parent d2c88df322
commit 3ca56099d7
2 changed files with 346 additions and 120 deletions
+2 -11
View File
@@ -190,15 +190,6 @@ create_lxc() {
success "LXC erstellt"
# TUN-Device für NordVPN/Gluetun vorbereiten
# (muss VOR dem Start in die Config, danach braucht install-vpn.sh keinen manuellen Eingriff)
cat >> "/etc/pve/lxc/${CT_ID}.conf" << 'TUNCFG'
# TUN-Device fuer NordVPN/Gluetun (eingetragen von freqtrade-lxc-install.sh)
lxc.cgroup2.devices.allow: c 10:200 rwm
lxc.mount.entry: /dev/net/tun dev/net/tun none bind,create=file
TUNCFG
success "TUN-Device in LXC-Config eingetragen"
# Container mit Tag "freqtrade" versehen (für proxmox-vpn-install.sh nutzbar)
pct set "$CT_ID" --tags "freqtrade" 2>/dev/null || true
@@ -515,11 +506,11 @@ show_result() {
echo -e " ${YELLOW}1. Binance API-Keys in config.json eintragen${NC}"
echo -e " ${YELLOW}2. dry_run: false setzen wenn bereit${NC}"
echo -e " ${YELLOW}3. Strategie anpassen${NC}"
echo -e " ${YELLOW}4. NordVPN optional: install-vpn.sh im LXC ausführen${NC}"
echo -e " ${YELLOW}4. NordVPN optional: proxmox-vpn-install.sh auf dem Proxmox Host ausführen${NC}"
echo
echo -e " ${BOLD}LXC-Konsole öffnen:${NC} ${CYAN}pct enter ${CT_ID}${NC}"
echo -e " ${BOLD}NordVPN Addon:${NC}"
echo -e " ${CYAN}bash -c \"\$(curl -fsSL https://git.obraasch.de/olli1986/freqtrade-proxmox-deploy/raw/branch/main/scripts/install-vpn.sh)\"${NC}"
echo -e " ${CYAN}bash -c \"\$(curl -fsSL https://git.obraasch.de/olli1986/freqtrade-proxmox-deploy/raw/branch/main/scripts/proxmox-vpn-install.sh)\"${NC}"
echo
}