We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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:
Not sure where I'm going wrong and any direction would be amazing. Thanks for the efforts on this!
The text was updated successfully, but these errors were encountered: