FreshRSS¶
FreshRSS is a free, self-hostable aggregator.
The docker image comes from freshrss/freshrss:alpine and currently does not support arm (using alpine) or arm 64 devices. If you are aware of a suitable substitution or replacement (good place to start), please see issue 478 and test your idea using the documentation.
Access¶
It is available at https://{% if freshrss.domain %}{{ freshrss.domain }}{% else %}{{ freshrss.subdomain + "." + domain }}{% endif %}/ or http://{% if freshrss.domain %}{{ freshrss.domain }}{% else %}{{ freshrss.subdomain + "." + domain }}{% endif %}/
{% if enable_tor %} It is also available via Tor at http://{{ freshrss.subdomain + "." + tor_domain }}/ {% endif %}