surely. check the file named Dockerfile in their git repo, it basically holds the installation instructions.
Comment on Immich finally goes stable, a talk with the team
peetabix@sh.itjust.works 20 hours ago
Is it possible to use Immich without Docker?
WhyJiffie@sh.itjust.works 3 hours ago
electric_nan@lemmy.ml 6 hours ago
I run it with Yunohost.
floquant@lemmy.dbzer0.com 18 hours ago
Should be, but why?
AtariDump@lemmy.world 13 hours ago
If they’re like me, I get the why.
When I started out, docker just seemed like more of a complication. I wanted to just run things on the local system without having to learn something else.
Docker makes it nice in that there are no dependencies conflicts and things just work. Plus, removal is easy an leaves no trace.
madcaesar@lemmy.world 13 hours ago
When I first learned about docker I was sure it was a scam. It sounded too good to be true. It’s literally the meme it only works on my computer so we’ll ship your computer!
It’s awesome! And still feels like magic!
AtariDump@lemmy.world 7 hours ago
rollerbang@lemmy.world 19 hours ago
There’s no reason there wouldn’t be a possibility. Maybe more effort, but simply duplicate what it does. Or launch in Docker and analyze how it’s done, then reproduce.
WhyJiffie@sh.itjust.works 3 hours ago
surely. check the file named Dockerfile in their git repo, it basically holds the installation instructions.