I enjoyed reading this and learning new words
- 0 Posts
- 11 Comments
This, or demanding cat pics. Btw, how are your felines doing? :3
AzuraTheSpellkissed@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•How does one get started with the *arr stack?English
0·24 hours agoI haven’t tried any out-of-the-box solution or setup script, so I can’t talk about them. if you go diy or want to edit any solution to have internet access exclusively over VPN (or not at all otherwise), I can recommend gluetun. Other than that, I just have a simple docker compose file and a reverse proxy. I recommend not exposing it to the www, but to keep it only accessible in your local network, or tailscale, if your use case allows it. Note: if you set up https, you might be leaking your subdomains in permanent certificate transparency records.
AzuraTheSpellkissed@lemmy.blahaj.zoneto
Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•Finally reaching the point where I seed more than I take! 🎉English
0·1 day agoour hero! (Assuming the ratio keeps getting better)
AzuraTheSpellkissed@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Any immich users know how the people sorting works?English
0·2 days agoI attune your family has human identifiable faces? Do you have a machine learning service container running? If so and if its enabled, it should just work. Otherwise, maybe try tweaking the parameters?
AzuraTheSpellkissed@lemmy.blahaj.zoneto
Piracy@lemmy.ml•*Fighting Words* - new Razor 1911 demo, celebrating 40 yearsEnglish
0·2 days agoRight down the memory lane 😭❤️ Love to Razor 0x777, their style and dedication is unmatched
You must construct additional pylons
Instructions are unclear, can I call you mine?
AzuraTheSpellkissed@lemmy.blahaj.zoneto
Selfhosted@lemmy.world•Docker is hard workEnglish
0·6 days agoAt work I use kubernetes and quite like that (upgrading containers without downtime FTE), but I didn’t bother trying to set up the infrastructure myself. Some argue, it’s not with the efford for self hosting, I dunno.
What I do like to use is Dockge, to keep docker but also keep your sanity. It even offers a single button for “docker compose pull”, which is great of you don’t have to many compose files / stacks. Combine with a simple shell script to batch pull/build all stacks in one go, plus some backup solution, and it’s actually nice to use and does all that I need. I love CLIs, but I’ve had situations where the GUI came in very handy.
#! /bin/bash # note: this will update and START all dockge stacks, even if you stopped them before shopt -s nullglob for proj in /opt/dockge /opt/stacks/*/; do echo "> $proj" docker compose -f "$proj/compose.yaml" up --pull always --build --detach echo "" done


That does actually sound more progressive than I expected! Or turn it into something and, like… pastries! I just made vegan mini cinnamon swirls. You are great and deserve some praise.