RSS/Atom -> ntfy bridge with web UI, OPML import/export and RU/EN localization

Web-managed fork of nurefexc/rss-bridge-ntfy: Flask UI + REST API, background
sync engine (SQLite dedup, quiet hours, filters, flood protection, images),
OPML import/export and switchable interface/notification language.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 19:34:53 +08:00
commit 3f9b108482
15 changed files with 2076 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
services:
rss-bridge-ntfy:
build: .
image: rss-bridge-ntfy-web:latest
container_name: rss-bridge-ntfy
restart: unless-stopped
ports:
- "8080:8080"
environment:
# Часовой пояс контейнера (для тихих часов и логов)
TZ: "Europe/Moscow"
# Порт веб-интерфейса внутри контейнера
PORT: "8080"
volumes:
# Все настройки, фиды, история и логи хранятся здесь
- ./data:/data