lue3099
@lue3099@lemmy.world
- Comment on Sonarr-style auto-downloader for YouTube? 11 months ago:
Yeh Tubearchivist is a beast. A python Django app, Elasticsearch and Redis. It uses like 1-2 GB of ram for me. And although it works and has no issues for me as I’m quite good with docker and coupling apps together, it’s always scary upgrading it. Broken redis-server many times, but seems to recover after deleting it and setting the settings again.
- Comment on Uncommon Syncthing usecases 11 months ago:
I use syncthing to sync the sysvol folder between my two samba ad domain controllers.
- Comment on My new favourite password manager 1 year ago:
Vaultwarden isnt a fork because bitwarden isn’t selfhostable. Bitwarden has an official selfhosted version. Vaultwarden is a lightweight rust version of the backend. As the selfhosted version by bitwarden is quite fat. Vaultwarden uses the official webapp of the webvault in their fork.
- Comment on I'm using compose wrong and I know it. 1 year ago:
You can reference a single or multiple containers in a compose stack.
docker compose -f /path/to/compose.yml [pull/up]