Add support links (author + upstream Phobos/wg-obfuscator) to README + panel footer

This commit is contained in:
phobos
2026-05-30 14:01:48 +03:00
parent d5313d3572
commit 6752e61b1e
2 changed files with 20 additions and 1 deletions

View File

@@ -128,3 +128,21 @@ curl -fsSL https://raw.githubusercontent.com/andrey271192/PCA_Phobos/main/app.py
systemctl restart phobos-panel
```
---
## Поддержка проекта
Если PCA Phobos оказался полезен — буду благодарен за поддержку:
- 💖 [Boosty](https://boosty.to/andrey27/donate)
- ✉️ Telegram: [@Iot_andrey](https://t.me/Iot_andrey) — вопросы, баги, идеи
## На основе и благодарности
PCA Phobos — это веб-панель и turnkey-инсталлятор поверх:
- [**Phobos**](https://github.com/Ground-Zerro/Phobos) (Ground-Zerro) — обфусцированный WireGuard. Поддержать автора: [Boosty](https://boosty.to/ground_zerro) ❤️
- [**wg-obfuscator**](https://github.com/ClusterM/wg-obfuscator) (ClusterM) — обфускация WireGuard-трафика. Поддержать автора: [Boosty](https://boosty.to/cluster) ❤️
Спасибо авторам за отличные инструменты.

3
app.py
View File

@@ -600,7 +600,8 @@ input:focus{outline:none;border-color:#4f46e5}
</div>
CONTENT
<div class="footer">
Phobos VPN Panel
Phobos VPN Panel · <a href="https://boosty.to/andrey27/donate" target="_blank" rel="noopener">💖 Поддержать</a> · <a href="https://t.me/Iot_andrey" target="_blank" rel="noopener">✉️ Telegram</a><br>
<span style="font-size:.92em;color:#475569">На основе <a href="https://github.com/Ground-Zerro/Phobos" target="_blank" rel="noopener">Phobos</a> · <a href="https://boosty.to/ground_zerro" target="_blank" rel="noopener">поддержать автора</a></span>
</div>
<script>
function showHelp(el){var b=el.nextElementSibling; if(b&&b.classList.contains('help-box')){b.classList.toggle('show');}}