- 2 Posts
- 14 Comments
saddlebag@lemmy.worldto
Selfhosted@lemmy.world•Immich 2.1 Released with Better Slideshow Shuffle, New NotificationsEnglish
2·10 months agoI’m not familiar with Watchtower, I assume it will restart the container/stack if a new image is found. The biggest difference is that an edit to the git repo causing the container to be redeployed. This means the git repo becomes the source of truth and its possible to redeploy even when config changes get merged.
saddlebag@lemmy.worldto
Selfhosted@lemmy.world•Immich 2.1 Released with Better Slideshow Shuffle, New NotificationsEnglish
43·10 months agoDid you learn anything?
saddlebag@lemmy.worldto
Selfhosted@lemmy.world•Immich 2.1 Released with Better Slideshow Shuffle, New NotificationsEnglish
618·10 months agoI’ve been doing this in my kubernetes cluster since immich was less than v1.49.0 (that’s the earliest I can find but it’s been over 4 years).
Your comment could have been more constructive: something like “this is really cool, just be sure you don’t auto merge PRs without reading the patch notes. Learn about the process before you roll this out to your mission critical systems!”
This is a learning opportunity (possibly even for you). Show others how to do things well and the whole community can benefit.
saddlebag@lemmy.worldto
Selfhosted@lemmy.world•selfh.st: improper etiquette by 2010 standards? (trackers, no RSS) Thoughts?English
4·1 year agoThe email tracking is even worse. I really hate the obfuscated links with who knows what embedded tracking. At least the ?ref is clear. It’s brought me close to unsubscribing
I’m not using immich in docker. Can you explain what this breaking is there to fix?
Personally I’ve used traefik, Nginx and caddy. They’re all interesting in their own ways. My little docker setup is currently using caddy-docker-proxy. It’s been set and forget for me. You might need some adjustments based on your TLS requirements etc.
saddlebag@lemmy.worldOPto
ErgoMechKeyboards@lemmy.world•What's the next premium EMK to look out for?English
2·3 years agoHave you shared pics of it before? I’d like to see
saddlebag@lemmy.worldOPto
ErgoMechKeyboards@lemmy.world•What's the next premium EMK to look out for?English
3·3 years agoHoly shit that’s beautiful. Do you have one?
I can never remember the order and I’m using Wefwef which doesn’t offer markdown insert. Thanks :)
They have a page in the repo describing some advantages https://github.com/rustic-rs/rustic/blob/main/docs/comparison-restic.md

Have you seen the Home Ops repos? This is what I followed to get full git-ops from 0 to production using just a few commands.
This repo is quite complicated and I don’t think you need everything. At the heart of it is the App-template helm chart template. This lets you create similar deployments for most applications that don’t have their own helm chart.
The flow is then to use flux to converge against a a git repository.
I’m happy to answer any questions here or you can join the home-ops discord! It’s tons of fun to learn and the community is very supportive.