myrmidex
@myrmidex@belgae.social
- Comment on What's a good weather website 4 days ago:
the OSS Weather app on Android has been pretty good for me this last year. Seems it’s using open-meteo as default provider.
- Comment on PSA: the bitwarden clients got an upgrade that makes them incompatible with vaultwarden 1 week ago:
wow didn’t know dockge could do that!
- Comment on PSA: the bitwarden clients got an upgrade that makes them incompatible with vaultwarden 1 week ago:
I can recommend Arcane as a front end. I switched over all my services this last week from multiple dockges to a single arcane (+agents). It’s looking pretty sweet now. Cleans up a lot of bookmarks too 😆
- Comment on Self-Host Weekly (24 July 2026) 1 week ago:
Sure, I’m assuming the project has a stable version and a warning or archived banner clearly advertised 😉
- Comment on Self-Host Weekly (24 July 2026) 1 week ago:
oh absolutely. I only meant in case it’s physically too much for the repo owner.
There’s no need to feel obligated to carry on to one’s own detriment. The community knows how to move on with it, e.g. ownership transfer or a fork.
- Comment on Self-Host Weekly (24 July 2026) 1 week ago:
Any JellyGlance users here? Is it worth it? This seems like it should be a jellyfin add-on, not a separate service. Still trying to see the real upside, so feel free to enlighten me.
- Comment on Self-Host Weekly (24 July 2026) 1 week ago:
One could also not feel obligated to address all requests and just let anyone fork the project.
Isn’t it a bit about the ego to keep running the project while it’s too much to handle?
- Comment on slskd just got a facelift 1 week ago:
whoo look at that dashboard!!
- Comment on Music Library Management 2 weeks ago:
Great suggestion, will try it out today, thanks!!
- Comment on Music Library Management 2 weeks ago:
Big beets fan here. Only thing I don’t like, other than the odd album missing from their index, is the weak genre naming. I acknowledge this is murky territory, I’m wondering how other users handle the genres.
- Comment on Music Library Management 2 weeks ago:
Whenever I have to sift through a big collection, Feishin is no longer the right tool. In that case I use Quod Libet with the 3 panes layout. Resembles Musicbee/MediaMonkey pretty well.
OP: Don’t forget to have some fun with your collection: Mixxx - mixing and looping, so much fun!
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 2 weeks ago:
wow super, I’m more familiar with NPM so that would be great. Thanks for the update!!
- Comment on What are Facebook’s worst scandals? 2 weeks ago:
The worst things aren’t the scandals imo, rather how commonplace their surveillance has become within the industry.
- Comment on Beets tips & config 2 weeks ago:
hmmm tips, not sure. You have beets already, that’s the main tip :)
I have it reformatting filenames, storing it in the proper paths, retrieve albumart, and that’s about it I reckon. In case I forgot anyting, I’ll update this message when home.
- Comment on Which git plateform to choose? 2 weeks ago:
CI/CD works fine for selfhosted forgejo, I set mine up with minimal hassle.
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 3 weeks ago:
Thanks for the explanation, something I need to look into!
- Comment on what's the simple way to map services to subdomains instead of specifying the port number? 3 weeks ago:
One benefit of Caddy over NPM: local certificates.
The latest selfh.st newsletter linked to a relevant video:
- Comment on Self-Host Weekly (10 July 2026) 3 weeks ago:
MusicSeerr
Music Requests
Name: MusicSeerr --> DroppedNeedle
Nice, just what I needed!
- Comment on New here - excited to join the selfhosted community 4 weeks ago:
argh
^C $ docker compose up -d
xD
- Comment on Tempus v4.20.0 android subsonic client release 5 weeks ago:
Love tempus, it’s my main navidrome client on mobile. Thanks for all the great work!
- Comment on Could somebody share a working Arr stack in docker with me? 1 month ago:
As much trouble as any regular docker setup I reckon. It’s not doing anything special, just a nice front-end showing the logs, the compose and some details about the different services.
And many of my compose files in there make use of nginx, but the services nginx reference are all inside the same compose.
- Comment on Could somebody share a working Arr stack in docker with me? 1 month ago:
Perhaps DockGE would help with your flow, it’s a docker web UI for managing services (in a basic manner, think a basic Portainer). It creates the separate folders for you, all you need to do is give the stack a name and plop the compose file in there. I use it to manage containers on all my VMs, mainly to have an easy overview in the browser but also to avoid issues like yours.