style: animal-island 9090 panel + docs

This commit is contained in:
Hermes
2026-07-21 12:38:53 +00:00
commit 19f08eeb68
18 changed files with 2907 additions and 0 deletions
+24
View File
@@ -0,0 +1,24 @@
[Unit]
Description=cellular-proxy admin API (proxy auth config)
After=network-online.target cellular-proxy.service
Wants=network-online.target
[Service]
Type=simple
Environment=INSTALL_DIR=@INSTALL_DIR@
Environment=CPXY_SETTINGS=@INSTALL_DIR@/etc/settings.conf
Environment=CPXY_APPLY_AUTH=@INSTALL_DIR@/scripts/apply-proxy-auth.sh
Environment=ADMIN_LISTEN_HOST=0.0.0.0
Environment=ADMIN_LISTEN_PORT=9091
ExecStart=/usr/bin/python3 @INSTALL_DIR@/scripts/admin-api.py
Restart=on-failure
RestartSec=2
NoNewPrivileges=true
ProtectSystem=full
ProtectHome=true
PrivateTmp=true
ReadWritePaths=@INSTALL_DIR@ /var/lib/cellular-proxy /var/log/cellular-proxy
User=root
[Install]
WantedBy=multi-user.target