How have they doubled their prices?
HDD manufacturers have been increasing their prices as of late for the same products that were previously cheaper
Nope. Most recent delta is a decrease of $0.0000022 per MB. And the general trend has been decreasing for decades.
my users can watch on their mobile devices for free using a license I paid for once close to a decade ago.
You sound like a boomer talking about the house they bought decades ago for $75,000.
It’s not the same at all.
Plex practically doubled their prices to access features that users previously had for free.
Can’t remember the last time a HDD manufacturer put previously free features behind a paywall or when a Mullvad doubled its prices.
Not a dumb question at all. There isn’t any software associated with my DAS. It attaches via a USB and mounts like a regular drive. It does have its own power supply so it stays on even when the computer is shut down. Then when the computer restarts, the drive mounts again.
It’s basically a giant attached hard drive.
I have a qnap tr-004 das. Works great. Raid5 configuration. Attached to my server. AMA.
I’d start with proxmox.
Mentioning Five Filters because no one has mentioned it yet. It will pull the full text of the articles and present them to you in your RSS reader (or FreshRSS) so you don’t have to navigate to a browser to read the article. Everything takes place in your native RSS app. I use it as a docker container. Actually, I create a stack with FreshRSS and Five Filters in the stack.
Five Filters has a paid service, but they also have a free docker app for people who want to self-host. https://github.com/heussd/fivefilters-full-text-rss-docker
I’m still searching for a good iOS reader app for FreshRSS.
I appreciate your effort here & the screenshots. Unfortunately, this isn’t what I was looking for. This just imports a “dumb” feed and doesn’t actually integrate with the API. Integrating with FreshRSS’ API, (the app OP mentioned), allows the RSS reader to interoperate with the FreshRSS application. For example, if I read an article on my mobile device, it will be marked as read on FreshRSS. So if I later pull up my feed on Newsboat (on my linux machine) or Readrops (my android tablet), those same articles won’t be presented to me again. Also, if I’ve made any customizations regarding my home feed in FreshRSS those will also be reflected in these other RSS Readers. That’s why the API is the preferred way to connect to these other readers.
I just didn’t see a place for a user/API key input within feeeed.
I couldn’t get this to work with FreshRSS. Do you know how to integrate it with the FreshRSS api?
Have you tried deleting the docker config and starting with a fresh install?
deleted by creator
I’m not the dev, just a happy user so wanted to share 😀
I’ve been using it for about 2 months now. I self-host it as a Docker image. I use the iOS mobile app, the web app and I use the firefox extension. Everything works great.
I did have to configure iOS share menu to put the hoarder app at the top of the share list because I got tired of having to scroll down each time to find it. You can find instructions to customize the iOS share menu here.
I don’t use the OpenAI feature but it is supposed to work well. The Local LLM tagging feature can be wonky sometimes, but I think that is more about my poor Docker networking skills than the app itself.
I appreciate the response. I updated it and there was some success in that Jellyfin isn’t throwing errors anymore, which is a step in the right direction. So thank you for that. Unfortunately it still isn’t working. I did a little more log digging and found this:
[16:35:50] [INF] [1] Jellyfin.Plugin.Dlna.Main.DlnaHost: Registering publisher for urn:schemas-upnp-org:device:MediaServer:1 on 172.21.0.2 with uri http://172.21.0.2:8096/dlna/6a8078b6-cb55-4b46-acf0-64e99f2a7a79/description.xml
I think the issue might(?) be that DLNA is on a docker subnet and my home receiver is on a local 192.169.x.x subnet. I’m not sure though.
Edit: I also checked the Jellyfin docs and tried opening up ports 1900 and 7359 on the gluetun container. That didn’t do anything though.