+1 for FreshRSS, I’ve only been using it for about six months but I’m constantly tweaking my config just because I like to play around with it.
+1 for FreshRSS, I’ve only been using it for about six months but I’m constantly tweaking my config just because I like to play around with it.
I’ve been really happy with Fresh-RSS. Someone else on here put me onto about 6 months ago and it’s changed how I consume news.
I find the most time consuming part was/is curating my feed but with tools like RSS-Bridge I can really get fine grain control on what makes it through.
On your LLM summarizer question, yes they have several plug-ins. I’ve recently started piping the whole feed into Gemini and telling it to pick the top 5 and summarize. But I do that in bash and emacs :
I build smart playlists for Navidrome with Symfonium on Android or Feishen on desktop, then export to server to get them into Navidrome. I also have been playing around with local AI generating smart playlists with mixed success. The file structure is very simple.
Navidrome just announced plug-ins last release. I think an AI playlist maker would be pretty fun.
I’ve never heard of h2c but it seems useful. I use docker swarm with a few nodes. But for internal communication all the containers can communicate with each other using docker’s built-in DNS.
I run Traefik in front of Caddy for a few different applications including Nextcloud.
I also use Traefik, and once you have it set up it’s really great. Getting it set up is a different story. My advice would be to follow the install guide as closely as you can and don’t start adding to it until it’s stable.
You don’t need to own a domain to use a reverse proxy by the way, you just need to configure your router to recognize whatever domain you choose and route it to the container.
Lately, I’ve been playing around with Tailscale and you don’t even need a domain or open ports to connect to your containers from outside your local network.
Well I would recommend Akami/Linode because I’ve had some form of an instance for close to a decade and any downtime has been my own fault. I did just start playing with one of their premium compute linodes for some experiments. I have had Nextcloud in a shared resources node and it wasn’t bad, but it was slow. Currently I just run AIO on my home server mapped to the NAS for storage. If I set it up again I think I would do the same on Linode but it is pricey.
Did you know openwrt makes their own router now. It’s called the openwrt one. They’re not had for the price, mines been pretty solid. And they have a bunch upgrade options.
Hey, cool idea! I’ve also got a bunch of dockers and services running on a swarm on multiple devices. Like any good project, it’s on it’s like 3rd or 4th iteration now, having run into some roadblock each time. I structure most of my services into stacks. For example, I have a stack for proxy, www, monitoring, and of course the 'ol arr stack. Anyways, I keep all my notes on the stack compose yaml files that seems to work for me. I only interact with docker on the cli because portainer wants me to pay to use docker swarm. But because I’m so adept at docker on the cli, I have recently stumbled across gemini-cli. Dude, having that to help trouble shoot docker stuff is amazing. It’s really good, but I’d keep it on a short leash.
Not sure how long ago you tried it. But my first attempt at an install back in 2021 was so much more complicated than when I did it again in 2024. It’s been rock solid ever since. I use the docker all-in-one method, it’s pretty straightforward. When I went back to college, I decided to use it to organize all my classwork, and it’s perfect for that. I still prefer LibreOffice to author papers though.
Dude Navidrome is so great. I hooked my my decades worth of music collection up to it and now I can stream b-side tracks and indie bands that weren’t on Spotify. Plus when I hit random I know it’s actually random and not some algo to sell the newest slop that Spotify is pushing.
Ohh damn, the same dev made Yatse. That’s awesome, I’ve been using that app for years.
Ah, I can’t speak Symfonium’s WebDAV or SMB handling. My music server runs Navidrome that uses the subsonic api. All I have to do is point my music player at my url and I can sync favorites and listen counts across everything, it’s pretty great.
Not FOSS but I use Symfonium to stream music from my Navidrome instance on my NAS while I’m out of the house.
Edit, saw your last comment. What couldn’t you get working?
Oh yeah, I totally agree with you that governments should at least host their own Mastodon instances. I thought it was weird when Twitter became the go to for communication from the US Government.
I haven’t tried caddy but I’ve heard good things. I’ve used nginx in the past. I’m currently using Traefik and have been for a few years now. Once it’s set up its pretty great.
This is how I set up my reverse proxy and it works really well with wildcard SSL certs. Only need one certificate for as many sites as I want!
I wish there was some version of PBS for Lemmy, like public funds for hosting. I’ll admit I haven’t really thought this through, so there’s probably some problems with my idea.
Well how was I supposed to figure out that my docker node running on libreelec won’t connect to the swarm because the kernel was compiled with out the The Berkeley Packet Filter protocol.
I’ve never seen this particular error, but CPU stall warnings seem like a fairly common thing. I wouldn’t jump straight to hardware fault, but it’s a possibility.
Congrats on the setup. Is that proxmox I see in the background?