August 19, 2025Aug 19 Hi, Thank you for maintaining these docker apps 🙏the fivefilters-full-text-rss docker app is not extracting full text rss articles from Appleinsider, when used in conjunction with the FreshRSS Readable extension. Any idea how to solve this?
August 19, 2025Aug 19 Author @mjeshurun Hi! I actually only maintain the templates, not the apps themselves. I wish I had the skill to help with the apps too. 😁I'd ask over at the github for the docker image. GitHubGitHub - heussd/fivefilters-full-text-rss-docker: Retriev...Retrieves the full-text of individual Web pages or entire RSS feeds - Unofficial Docker image for fivefilters' Full-Text RSS service - heussd/fivefilters-full-text-rss-docker
August 19, 2025Aug 19 58 minutes ago, JPDVM2014 said:@mjeshurun Hi! I actually only maintain the templates, not the apps themselves. I wish I had the skill to help with the apps too. 😁I'd ask over at the github for the docker image.GitHubGitHub - heussd/fivefilters-full-text-rss-docker: Retriev...Retrieves the full-text of individual Web pages or entire RSS feeds - Unofficial Docker image for fivefilters' Full-Text RSS service - heussd/fivefilters-full-text-rss-dockerThank you for the suggestion. I wanted to do that before writing in this forum, but the GitHub project doesn’t have an issues tab, so I don’t know how to contact the docker app’s maintainer to report this problem.
August 19, 2025Aug 19 Author @mjeshurun Sorry, I didn't notice that. I tried finding a github for the original project, and all I could find was site filters. It looks like the apple insider filter hasn't been updated in a while, so I'm assuming they changed something on their end.I actually don't use five filters any more, you can do this right in FreshRSS.Not sure which feed you are using, but I tested out https://appleinsider.com/rss/news. If you go to manage the feed, scroll down to content retrieval. In "Article CSS selector on original website" put #article-block. Then down under Advanced in "CSS selector of the elements to remove" put #article-comments. You don't need this one if you want to see the comments.Once you do that, scroll all the way down and Clear Cache and Reload Articles to refresh the feed.EDIT: If you want to do this for other websites, your browser of choice probably has a plugin to help. I'm on Firefox, and I used https://addons.mozilla.org/en-US/firefox/addon/elempick/ Edited August 19, 2025Aug 19 by JPDVM2014
August 20, 2025Aug 20 7 hours ago, JPDVM2014 said:@mjeshurun Sorry, I didn't notice that. I tried finding a github for the original project, and all I could find was site filters. It looks like the apple insider filter hasn't been updated in a while, so I'm assuming they changed something on their end.I actually don't use five filters any more, you can do this right in FreshRSS.Not sure which feed you are using, but I tested out https://appleinsider.com/rss/news. If you go to manage the feed, scroll down to content retrieval. In "Article CSS selector on original website" put #article-block. Then down under Advanced in "CSS selector of the elements to remove" put #article-comments. You don't need this one if you want to see the comments.Once you do that, scroll all the way down and Clear Cache and Reload Articles to refresh the feed.EDIT: If you want to do this for other websites, your browser of choice probably has a plugin to help. I'm on Firefox, and I used https://addons.mozilla.org/en-US/firefox/addon/elempick/Thank you for the explanation. It worked for Appleinsider :)Is there a guide somewhere I can read about how to retrieve full articles right in FreshRSS?I tried to use the method you described with a different rss feed, but it did not work and the full article is not shown.
August 20, 2025Aug 20 Author Unfortunately, I wasn't able to find any detailed tutorials for it. They all pretty much just walk you through the steps you already know. The hardest part is figuring out the right CSS selector to use. It could be different for every site. That is where a plugin can help. If you want to post the feed you were trying, I can take a look. I think once you see a few sites, you'll get the hang of it.
August 25, 2025Aug 25 3.3.0 updated the template for Spotizerr removing the PUID and PGID, replacing them with user: UID:GID. Any way you can update the template? Thanks for your work!
August 25, 2025Aug 25 Just installed and configured Kapowarr and everything is running fine. But changed the network to a GluetunVPN container where where I also run the other arr apps but the web UI won't load. Anyone running Kapowarr through GluetunVPN succesfully?
August 25, 2025Aug 25 Author @CopesaCola Sure thing! It's actually been on my to-do list since I saw there was recently a relatively substantial update.
August 25, 2025Aug 25 Author @codefeetI run it through gluetun with no issue. I have issues occasionally with everything through gluetun where I have to restart the whole stack. If I only restart the one container that needs it, it will go back to not working correctly.So, if you already did the part of adding the gluetun network to the kapowarr container and adding the kapowarr port to gluetun, I'd say restart gluetun then kapowarr and see if that helps.
August 25, 2025Aug 25 20 minutes ago, JPDVM2014 said:@CopesaCola Sure thing! It's actually been on my to-do list since I saw there was recently a relatively substantial update.Awesome, thanks so much for the quick response!
August 28, 2025Aug 28 Thanks for providing the template for LMS however, it seems that the custom config instructions aren't working.The steps given are: If you need to customize the default config, after install, in the Unraid terminal, cd to LMS config directory and run the below command to download the default config file. Make any needed changes and restart the container. wget https://raw.githubusercontent.com/epoupon/lms/master/conf/lms.confI make some changes to the config file that was downloaded, restart the container but the changes aren't implemented.The default config file in the container is /etc/lms.conf and it seems that this is the config file that the container continues to use.It seems like there isn't a link between /var/lms/lms.conf and this path above?
August 28, 2025Aug 28 Author @th3unpleasantpeasant I don't use LMS any longer, so there may have been some changes. I'll take a look and see if I can update the template/instructions. I may not get to it until the weekend though.
August 28, 2025Aug 28 Much appreciated. LMS is one of the better alternatives to Airsonic and Navidrome isn't for me so I'd love if the template was still maintained.The info for the custom config file is here. https://hub.docker.com/r/epoupon/lms#custom-configuration-fileWill the CA continue to get updates btw?
August 28, 2025Aug 28 Author Yep, the template pulls directly from the upstream docker image. So it will update as long as the LMS maintainer keeps updating.
August 28, 2025Aug 28 Author @th3unpleasantpeasant I took a quick look, and it should still work correctly. Looking at those custom config instructions though, maybe it overwrites with the default config at container start now. I'll have Just to make sure, when you run that wget command, you are in the config directory? Default is /mnt/user/appdata/lms/config. So, from your unraid system terminal, you would do "cd /mnt/user/appdata/lms/config" then the wget command.
August 28, 2025Aug 28 I wasn't originally, I was in /mnt/user/appdata/lms but I've created the config folder through the terminal and downloaded the lms.conf to /mnt/user/appdata/lms/config using wget. I made a quick change to the lms.conf and restarted the container but the change isn't being picked up when the container starts up again
August 29, 2025Aug 29 Sorry for the delay. Screenshots below. I've not made any changes to the default settings.
August 29, 2025Aug 29 Author @th3unpleasantpeasant No problem at all!Looks like you need to add the config directory. Click "Add another path..." then set it like in this screenshot. That should, hopefully, get you all squared away.
August 29, 2025Aug 29 That seems to have fixed it. Thank you very much :)It may be worth adding this to the template for others.This was initially failing for me when I set up the additional path. Access Mode: Read/Write fixed it
August 29, 2025Aug 29 Author It should be in the template already, but I'll double-check. Glad to hear it is fixed!
August 31, 2025Aug 31 Have problem with the LMS docker. Just downloaded the docker but unraid is giving me this errordocker: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error mounting "/var/lib/docker/containers/bd80989a3002e178c6a35578350a96c75e6a6fd3d1e39c9687d1673f84dc65af/resolv.conf" to rootfs at "/etc/resolv.conf": create mountpoint for /etc/resolv.conf mount: create target of file bind-mount: mknod regular file /var/lib/docker/btrfs/subvolumes/e6c9b643f1f70d8cc99f1cb97cbd3839aafe859519ce9519c9116f144201d69a/etc/resolv.conf: read-only file system: unknown.Only thing that i have changed is the media folder and have downloaded the config file.how can i fix this?UpdateFound the problem, the access to the config was set to read only, setting the access mode to Read/Write fixed the problem and now the docker starts Edited August 31, 2025Aug 31 by Pepreal
August 31, 2025Aug 31 Author Yea, if you need to use a custom config, you need to create tge file from the system terminal first, but I guess it's easier to just give it read/write privileges. I'll change the template!
September 4, 2025Sep 4 @JPDVM2014 Spotizerr moved from github to lavaforge.org/spotizerr. How can we get this working in UnRaid?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.