Which password manager? I had the same problem with BitWarden until I found a buried setting to tweak each password domain. Maybe there’s a badly advertised feature in yours, too?

i_stole_ur_taco
Replying to a post on discuss.tchncs.de
I run everything in docker. My docker volumes are all subdirectories under /media, which is the root of my NAS. If an app only needs something specific, docker only mounts, eg /media/movies. If the app needs many subdirectories (like backups), it gets the full /media mount.
All the docker data/configs are under /docker/volumes (eg /docker/volumes/jellyfin), and every container is configured with compose in /docker/docker-compose.yml.
The biggest hurdle for me was creating a sane docker-compose file that defines where everything lives. Once that is standardized, adding and maintaining your apps becomes easy.
If you’re very new to this, even a dumb LLM like ChatGPT can be very helpful to explain what’s inconsistent, redundant, or incorrect with your config. If you are lost I would strongly suggest this as a way to get oriented. But DO NOT copy and paste anything into the LLM containing passwords, tokens, keys, etc. if you accident do, change those keys before finishing up your project.
With docker there’s no duplication- you have one copy of everything you need and you just point each container at the same data. This makes it trivial to keep file consistent across your apps and doesn’t waste space.
Replying to @darcmage@lemmy.dbzer0.com
The LubeLogger meltdown ticket is pretty goddamn funny.
GitHub[BUG]Environment variables LANG/LC_ALL do not suppress "No Locale or Culture Configured" warning · Issue #1423 · hargata/lubelogChecklist Please make sure you have performed the following steps before opening a new bug ticket, change [ ] to [x] to mark it as done I have read and tried the steps outlined in the Troubleshooti...Replying to @TheHolm@aussie.zone
Fileflows can probably be configured to do this. I only use it to convert everything to HEVC but it’s a node based workflow and you could roll in renaming and tagging.