Proxmox Host Management UI � Netzwerk Editor, IPTables, CaddyUI
Find a file
2026-05-31 19:31:39 +02:00
templates Fix login form: add id attributes and action for password manager autofill 2026-05-31 19:31:39 +02:00
install.sh Switch to gunicorn (4 workers, 2 threads) for production performance 2026-05-31 19:30:05 +02:00
main.py Add Herkunft column (Intern/Extern), fix duplicate rules, fix interface parser 2026-05-31 16:46:20 +02:00
README.md Initial commit: InterfacesUI 2026-05-29 23:26:04 +02:00
uninstall.sh Initial commit: InterfacesUI 2026-05-29 23:26:04 +02:00

InterfacesUI

Web-Admin für den Proxmox-Host.

Features

  • 🌐 /etc/network/interfaces anzeigen, bearbeiten & speichern (mit automatischem Backup)
  • 🔥 /root/reset_iptables.sh ausfü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