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:
@@ -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
|
||||
Reference in New Issue
Block a user