Initial Phoenix analyzer

This commit is contained in:
Mikei386
2026-06-02 20:56:19 +02:00
commit e499bac928
62 changed files with 28893 additions and 0 deletions
@@ -0,0 +1,16 @@
[Unit]
Description=Analyzer Web Volumio (HTTP on :8088)
After=network-online.target
Wants=network-online.target
[Service]
User=volumio
Group=volumio
WorkingDirectory=/home/volumio/Phoenix/www
NoNewPrivileges=true
ExecStart=/usr/bin/python3 -m http.server 8088 --bind 0.0.0.0
Restart=always
RestartSec=2
[Install]
WantedBy=multi-user.target