Support links: add Ozon (author) + WireGuard Easy/Emile Nijssen credit; full footer chain

This commit is contained in:
phobos
2026-05-30 14:07:24 +03:00
parent 01c9baab0e
commit 95eb17a84a
3 changed files with 7 additions and 4 deletions

1
.github/FUNDING.yml vendored
View File

@@ -1,2 +1,3 @@
custom:
- "https://boosty.to/andrey27/donate"
- "https://finance.ozon.ru/apps/sbp/ozonbankpay/019dc200-2a5d-7931-a619-782d285f6798"

View File

@@ -135,14 +135,16 @@ systemctl restart phobos-panel
Если PCA Phobos оказался полезен — буду благодарен за поддержку:
- 💖 [Boosty](https://boosty.to/andrey27/donate)
- ✉️ Telegram: [@Iot_andrey](https://t.me/Iot_andrey) — вопросы, баги, идеи
- 💖 **Boosty:** [boosty.to/andrey27/donate](https://boosty.to/andrey27/donate)
- 💳 **Ozon Bank (СБП):** [ссылка](https://finance.ozon.ru/apps/sbp/ozonbankpay/019dc200-2a5d-7931-a619-782d285f6798)
- ✉️ **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) ❤️
- [**WireGuard Easy**](https://github.com/wg-easy/wg-easy) (Emile Nijssen, AGPL-3.0) — веб-панель WireGuard, на которой основан Phobos. Поддержать автора: [GitHub Sponsors](https://github.com/sponsors/WeeJeWel) ❤️
- [**wg-obfuscator**](https://github.com/ClusterM/wg-obfuscator) (ClusterM) — обфускация WireGuard-трафика. Поддержать автора: [Boosty](https://boosty.to/cluster) ❤️
Спасибо авторам за отличные инструменты.

4
app.py
View File

@@ -600,8 +600,8 @@ input:focus{outline:none;border-color:#4f46e5}
</div>
CONTENT
<div class="footer">
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>
Phobos VPN Panel · <a href="https://boosty.to/andrey27/donate" target="_blank" rel="noopener">💖 Boosty</a> · <a href="https://finance.ozon.ru/apps/sbp/ozonbankpay/019dc200-2a5d-7931-a619-782d285f6798" target="_blank" rel="noopener">💳 Ozon</a> · <a href="https://t.me/Iot_andrey" target="_blank" rel="noopener">✉️ Telegram</a><br>
<span style="font-size:.9em;color:#475569">based on <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">Ground_Zerro</a>) · <a href="https://github.com/wg-easy/wg-easy" target="_blank" rel="noopener">WireGuard Easy</a> (<a href="https://github.com/sponsors/WeeJeWel" target="_blank" rel="noopener">Emile Nijssen</a>) · <a href="https://github.com/ClusterM/wg-obfuscator" target="_blank" rel="noopener">wg-obfuscator</a> (<a href="https://boosty.to/cluster" target="_blank" rel="noopener">ClusterM</a>)</span>
</div>
<script>
function showHelp(el){var b=el.nextElementSibling; if(b&&b.classList.contains('help-box')){b.classList.toggle('show');}}