Not integrating with FreshRSS
noja11 opened this issue · 0 comments
noja11 commented
Not sure where I'm going wrong, but every time I integrate a working feed from FreshRSS with the FTRSS described process, the feed encounters errors.
When I add the UN News example from your readme, the feed works as expected.
For example: http://172.16.120.5:5620/feed?format=rss&url=https://www.aljazeera.com/xml/rss/all.xml is placed in the Feed URL section and returns an error on the feed in FreshRSS.
My docker run command is:
docker run
-d
--name='Full-Text-RSS'
--net='bridge'
-e TZ="America/New_York"
-e HOST_OS="Unraid"
-e HOST_HOSTNAME="name"
-e HOST_CONTAINERNAME="Full-Text-RSS"
-e 'MAX_ITEMS_PER_FEED'='5'
-e 'CACHE_CONTROL_MAXAGE'='1800'
-l net.unraid.docker.managed=dockerman
-l net.unraid.docker.icon='https://github.com/imTHAI/unraid-templates/raw/main/rss.png' 'ghcr.io/whtsky/fulltextrssplz:master'
Not sure where I'm going wrong and any direction would be amazing. Thanks for the efforts on this!