mirror of
https://github.com/andrey271192/PCA_Phobos.git
synced 2026-09-20 11:55:32 +00:00
Flask web panel for Phobos (wg-obfuscator + WireGuard): - Active sessions monitoring (wg show) - Client management (add/remove via phobos-client.sh) - Labels by Real IP - Subscription expiry with auto-kick - Telegram notifications (connect/disconnect/expiry) - One-command installer - Dark theme UI Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
16 lines
321 B
Desktop File
16 lines
321 B
Desktop File
[Unit]
|
|
Description=Phobos VPN Web Panel
|
|
After=network.target wg-quick@wg0.service
|
|
Wants=wg-quick@wg0.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/opt/phobos-panel
|
|
ExecStart=/usr/bin/gunicorn -w 1 -b 0.0.0.0:8443 app:app
|
|
Restart=always
|
|
RestartSec=5
|
|
Environment=PYTHONUNBUFFERED=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|