ansible-nas/roles/freshrss/defaults/main.yml
Dylan Lathrum ed18f41b55 Add Fresh RSS
FreshRSS is a self-hosted RSS feed aggregator like Leed or Kriss Feed.

It is lightweight, easy to work with, powerful, and customizable.

It is a multi-user application with an anonymous reading mode. It supports custom tags. There is an API for (mobile) clients, and a Command-Line Interface.

Thanks to the WebSub standard (formerly PubSubHubbub), FreshRSS is able to receive instant push notifications from compatible sources, such as Mastodon, Friendica, WordPress, Blogger, FeedBurner, etc.

FreshRSS natively supports basic Web scraping, based on XPath, for Web sites not providing any RSS / Atom feed.

Finally, it supports extensions for further tuning.
2022-05-24 15:46:09 -07:00

15 lines
No EOL
288 B
YAML

---
freshrss_enabled: false
freshrss_available_externally: "false"
# directories
freshrss_data_directory: "{{ docker_home }}/freshrss"
freshrss_extensions_directory: "{{ docker_home }}/freshrss"
# network
freshrss_port: "8089"
freshrss_hostname: "freshrss"
# specs
freshrss_memory: 1g