Proxmox Host Management UI � Netzwerk Editor, IPTables, CaddyUI
| templates | ||
| install.sh | ||
| main.py | ||
| README.md | ||
| uninstall.sh | ||
InterfacesUI
Web-Admin für den Proxmox-Host.
Features
- 🌐
/etc/network/interfacesanzeigen, bearbeiten & speichern (mit automatischem Backup) - 🔥
/root/reset_iptables.shausführen mit Live-Output - 🌍 CaddyUI eingebettet als Tab
Installation (auf dem Proxmox-Host)
git clone https://git.churchflow.de/root/InterfacesUI.git
cd InterfacesUI
bash install.sh
Konfiguration
Alle Einstellungen in /opt/interfacesui/.env:
UI_USER=admin
UI_PASS=<generiertes-passwort>
PORT=8089
INTERFACES_FILE=/etc/network/interfaces
IPTABLES_SCRIPT=/root/reset_iptables.sh
CADDYUI_URL=http://172.16.16.101:8088
Deinstallation
bash uninstall.sh