1
0

RSS-Bridge: install version 2025-06-03

This commit is contained in:
2025-06-30 19:18:45 +03:00
parent c568f00db1
commit 47745b7bc9
4 changed files with 3781 additions and 3719 deletions

File diff suppressed because it is too large Load Diff

View File

@ -72,3 +72,14 @@ miniflux.vakhrushev.me {
}
}
rssbridge.vakhrushev.me {
tls anwinged@ya.ru
forward_auth authelia_app:9091 {
uri /api/authz/forward-auth
copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
}
reverse_proxy rssbridge_app:80
}
}

View File

@ -0,0 +1,12 @@
services:
rssbridge_app:
image: rssbridge/rss-bridge:2025-06-03
container_name: rssbridge_app
restart: unless-stopped
networks:
- "{{ web_proxy_network }}"
networks:
{{ web_proxy_network }}:
external: true