From b85690943708d36c966f7017685abd9f6aa10f45 Mon Sep 17 00:00:00 2001 From: andrey271192 Date: Sat, 2 May 2026 22:20:45 +0300 Subject: [PATCH] =?UTF-8?q?docs:=20=D0=B4=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD=D1=8B=20=D1=81=D0=B5=D0=BA=D1=86=D0=B8=D0=B8=20'?= =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=B4=D0=B5=D1=80=D0=B6=D0=BA=D0=B0=20=D0=BF?= =?UTF-8?q?=D1=80=D0=BE=D0=B5=D0=BA=D1=82=D0=B0'=20=D0=B8=20=D1=81=D0=B2?= =?UTF-8?q?=D1=8F=D0=B7=D0=B0=D0=BD=D0=BD=D1=8B=D0=B5=20=D0=BF=D1=80=D0=BE?= =?UTF-8?q?=D0=B5=D0=BA=D1=82=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit README: - Связанные проекты (keenetic-unified, keenetic_ssh-web, keenetic-dns-routes) - Поддержка: GitHub звезда, Boosty, Ozon СБП, Telegram @Iot_andrey WebUI footer: - кнопки Boosty, Ozon, Telegram, GitHub в одну строку --- README.md | 20 ++++++++++++++++++++ webui/static/style.css | 9 +++++++++ webui/templates/index.html | 15 ++++++++++++++- 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d349441..0b47b26 100644 --- a/README.md +++ b/README.md @@ -80,6 +80,26 @@ kaskad/ - Веб-интерфейс через basic auth, рекомендуется ставить за HTTPS reverse-proxy (nginx/caddy) - 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 diff --git a/webui/static/style.css b/webui/static/style.css index 8b826bf..1214ea7 100644 --- a/webui/static/style.css +++ b/webui/static/style.css @@ -111,3 +111,12 @@ footer { text-align: center; } 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; } diff --git a/webui/templates/index.html b/webui/templates/index.html index a02e033..4395514 100644 --- a/webui/templates/index.html +++ b/webui/templates/index.html @@ -173,7 +173,20 @@