mirror of
https://github.com/andrey271192/kaskad.git
synced 2026-09-20 13:49:56 +00:00
docs: добавлены секции 'Поддержка проекта' и связанные проекты
README: - Связанные проекты (keenetic-unified, keenetic_ssh-web, keenetic-dns-routes) - Поддержка: GitHub звезда, Boosty, Ozon СБП, Telegram @Iot_andrey WebUI footer: - кнопки Boosty, Ozon, Telegram, GitHub в одну строку
This commit is contained in:
20
README.md
20
README.md
@@ -80,6 +80,26 @@ kaskad/
|
|||||||
- Веб-интерфейс через basic auth, рекомендуется ставить за HTTPS reverse-proxy (nginx/caddy)
|
- Веб-интерфейс через basic auth, рекомендуется ставить за HTTPS reverse-proxy (nginx/caddy)
|
||||||
- Telegram-бот принимает команды только от заранее заданного `TG_CHAT_ID`
|
- Telegram-бот принимает команды только от заранее заданного `TG_CHAT_ID`
|
||||||
|
|
||||||
|
|
||||||
|
## Связанные проекты
|
||||||
|
|
||||||
|
- 🔧 **[keenetic-unified](https://github.com/andrey271192/keenetic-unified)** — мониторинг роутеров Keenetic с TG-ботом и веб-дашбордом
|
||||||
|
- 🌐 **[keenetic_ssh-web](https://github.com/andrey271192/keenetic_ssh-web)** — веб-панель shell-команд на самом роутере
|
||||||
|
- 🛣 **[keenetic-dns-routes](https://github.com/andrey271192/keenetic-dns-routes)** — DNS-маршрутизация без HydraRoute Neo
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Поддержка проекта
|
||||||
|
|
||||||
|
Если **Kaskad** оказался полезен — поддержи разработку:
|
||||||
|
|
||||||
|
- ⭐ **GitHub:** [andrey271192/kaskad](https://github.com/andrey271192/kaskad) — поставь звезду
|
||||||
|
- 💖 **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) — вопросы, предложения, баги
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## Лицензия
|
## Лицензия
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|||||||
@@ -111,3 +111,12 @@ footer {
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
footer a { color: #58a6ff; text-decoration: none; }
|
footer a { color: #58a6ff; text-decoration: none; }
|
||||||
|
|
||||||
|
|
||||||
|
footer .foot-row {
|
||||||
|
display: flex; flex-wrap: wrap; gap: 6px;
|
||||||
|
align-items: center; justify-content: center;
|
||||||
|
margin: 4px 0;
|
||||||
|
}
|
||||||
|
footer .foot-row.muted { color: #6e7681; font-size: 11px; margin-top: 8px; }
|
||||||
|
footer a { margin: 0 2px; }
|
||||||
|
|||||||
@@ -173,7 +173,20 @@
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<span>Kaskad WebUI · <a href="https://github.com/andrey271192/kaskad" target="_blank">GitHub</a></span>
|
<div class="foot-row">
|
||||||
|
<strong>Kaskad WebUI</strong>
|
||||||
|
·
|
||||||
|
<a href="https://github.com/andrey271192/kaskad" target="_blank">⭐ GitHub</a>
|
||||||
|
·
|
||||||
|
<a href="https://boosty.to/andrey27/donate" target="_blank">💖 Boosty</a>
|
||||||
|
·
|
||||||
|
<a href="https://finance.ozon.ru/apps/sbp/ozonbankpay/019dc200-2a5d-7931-a619-782d285f6798" target="_blank">💳 Ozon СБП</a>
|
||||||
|
·
|
||||||
|
<a href="https://t.me/Iot_andrey" target="_blank">✉️ Telegram @Iot_andrey</a>
|
||||||
|
</div>
|
||||||
|
<div class="foot-row muted">
|
||||||
|
Поддержать проект — поставь звезду на GitHub или донат. Связаться с автором — Telegram.
|
||||||
|
</div>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<div class="toast" x-show="toast" x-text="toast"></div>
|
<div class="toast" x-show="toast" x-text="toast"></div>
|
||||||
|
|||||||
Reference in New Issue
Block a user