Yes I am aware that I am paying to use someone else’s hardware. I already self-hosted lots of stuff on my own hardware, renting a server has other benefits that my own hardware doesn’t, mainly guaranteed uptime.
- 0 Posts
- 41 Comments
Thanks for the guide. S3 buckets are the way to go and I already have a few Linode/Akami servers I keep for playing around with. I’m just a little worried about Navidrome hammering the server because I messed something up then getting a $1000 bandwidth charge.
I got a pretty great one for cheap that I want to migrate my Navidrome service to. I don’t mind the $12 renewal; I just need to figure out how to host 1TB of music on the cloud for cheap.
bulwark@lemmy.worldto
Programmer Humor@programming.dev•I Made Snake But When it Eats it Deletes System 32 Files. | Code BulletEnglish
13·2 months agoCode Bullet is great. I love his crazy AI stuff. He’s been doing it since before LLMs became popular. The dudes super smart, you can rest assured he knows what a vm is. It was way more entertaining watching this on bare metal.
bulwark@lemmy.worldto
Selfhosted@lemmy.world•Looking for an RSS aggregator/summarizer/maybe-LLM thingEnglish
22·2 months agoI’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 :

bulwark@lemmy.worldto
Selfhosted@lemmy.world•Dedicated music server or all-in-one media server?English
1·3 months agoI 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.
bulwark@lemmy.worldto
Selfhosted@lemmy.world•Backblaze is slow for Nextcloud. Any recommendations for faster s3 compatible storage?English
3·3 months agoWell 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.
bulwark@lemmy.worldto
Selfhosted@lemmy.world•Router suggestions for a complete noobEnglish
3·3 months agoDid 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.
bulwark@lemmy.worldtohomelab@lemmy.ml•first attempt at a homelab, please any adviceEnglish
2·4 months agoPersonally, I’d use the Pi 5 for your Plexbox and HA server. I have had success running both those on the PI 4 with boot from an SSD stick. If you’re unsure what OS, just use the Raspberry official Debian server image. Whatever you do, don’t use an SD card for your hard drive. It’s funny when people complain that the Pi sucks and they only use the SD card.
bulwark@lemmy.worldtohomelab@lemmy.ml•first attempt at a homelab, please any adviceEnglish
3·4 months agoHave you been able to verify your SSDs are good? I got two back to back that were bad from Amazon not too long ago.
bulwark@lemmy.worldto
Selfhosted@lemmy.world•The System Wayfinder - (looking for feedback)English
2·4 months agoHey, 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.
bulwark@lemmy.worldto
Selfhosted@lemmy.world•A sovereign Microsoft 365 alternative: Nextcloud and IONOS join forces - NextcloudEnglish
4·4 months agoNot 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.
bulwark@lemmy.worldtodatahoarder@lemmy.ml•Budget friendly 4tb nvme for a canadian cheapass trying to make own cloud with a geekworm pi nas?English
3·4 months agoThat thing looks pretty cool. I think I remember Jeff Geerling video where he did something similar. The concept is cool, but that many NVME drives that close will get HOT without active cooling. The other things is I assume they would saturate the PCIe bus way faster than an x86 mobo.
I’m not hating tho, I’m kinda jealous. I have 3 PI 4s and 2 of them boot off a NVME via USB. The third one has a compute module 1 on it so it has dedicated non-volatile memory. I’ve been thinking about netboot. I use them as a docker swarm.
bulwark@lemmy.worldto
Selfhosted@lemmy.world•Self-hosting is having a moment. Ethan Sholly knows why.English
15·6 months agoDude 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.
Code on into the great beyond
bulwark@lemmy.worldto
Selfhosted@lemmy.world•I'm not asking for much! Android Music app (requirements below)English
2·10 months agoOhh damn, the same dev made Yatse. That’s awesome, I’ve been using that app for years.
bulwark@lemmy.worldto
Selfhosted@lemmy.world•I'm not asking for much! Android Music app (requirements below)English
5·10 months agoAh, 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.
They can pull jetbrains-mono out of my cold dead terminal.