What method are you using to mount the nas for immich. I ran into issues trying to mount my Nas using docker volume+sshfs but ran into zero problems using docker volume/cifs. With sshfs, immich would run until it suddenly stopped working and backups would constantly fail. Restarting the server would cause it to run for a little time longer.
- 2 Posts
- 25 Comments
I think the issue might be that the config changes haven’t been properly committed. Docker container won’t just update based on docker compose config.
docker container stop docker container rm
You might want to delete and reset any settings which have been set
docker volume ls docker volume rm (IDs from docker volume ls)
(This will also wipe out any backups/accounts made on immich already tho)
But once you have deleted the old containers, running
docker compose up -d
will start the containers with the new config. You can usedocker compose logs -f
to see the server logs and check if everything is working.
blotz@lemmy.worldto Programmer Humor@programming.dev•Google cosplay is not business-critical65·1 year agoxD just blocked the spammer and all his comments disappeared. Imagine working so hard to spam and it takes 2s to for someone to hide your posts.
blotz@lemmy.worldto Selfhosted@lemmy.world•[beta] Help test Shaarli addon on FirefoxEnglish7·1 year agoWhat does the addon do?
Okay this has made it so much worse. i figured that the
s
inhttps
andftps
stands forsecure
like a reasonable person. of course it doesnt xD. you would think that this is at least consistent but alas. guess whats
inssh
doesnt stand for :)
what! thats so dumb xD. so
ftps
stands forfile transfer protocol secure
, andsftp
stands forssh file transfer protocol
? we have reached recursive acronyms.
Nemo/most file explorers have a remote server option. For nemo, “Files > Connect to server”. Once configured, you should be able to view your server files from your file explorer and uploading files should be as easy as drag and drop. I’m pretty sure nautilis has something similar too!
It’s not the best for security because if someone gets your computer, they can access your server through the file explorer. But it’s fast and convenient if you are already using your file explorer.
Might even say they ran like A55
Can someone explain to me why github apparently has bad UX/UI? I always thought the UI has gotten really good over the years.
[Edit] Like there this huge argument in these comments about the release button being all wrong. ??? No clue what people have against it. I thought it was fine? You can use it or not. People link to it if they want it more prominent. Someone explain?
[Edit 2] Also what’s up with the people who are vehemently against uploading bins to GitHub releases. This is literally what github is doing on their own repos. Not trying to say that anyone should feel obligated to release bins (CI/CD is a literal job title). People are releasing software for free because they want to. Let’s not look a gift horse in the mouth.
Idk I’m gonna stop reading this thread. its driving me crazy.
blotz@lemmy.worldto Programmer Humor@programming.dev•I had to design a simple general purpose language for university, so I tried creating "ZoomerScript" with Jetbrains MPS3·1 year agoYou essential have a compiler written through metaprogramming. For your implementation, did you use a find and replace or did you define and parse a grammar like a true compiler.
blotz@lemmy.worldto Programmer Humor@programming.dev•I had to design a simple general purpose language for university, so I tried creating "ZoomerScript" with Jetbrains MPS15·1 year agoOh metaprogramming! I’m doing a dissertation on this.
Nw! Today is your lucky 1 in 10,000 moment.
blotz@lemmy.worldto Programmer Humor@programming.dev•Why pay for an OpenAI subscription?13·1 year agoThumbs are fingers and anyone who says otherwise is huffing blue paint
Never realised this was a controversial topic! xD
“I’ve used AI to make this game…”
Before artificial intelligence became a marketable buzz word, most games already included artificial intelligence (like NPCs) I guess when you have a GPT shaped hammer, everything looks like a nail.
deleted by creator
blotz@lemmy.worldto Programmer Humor@programming.dev•Why pay for an OpenAI subscription?10·1 year agoHeya! This isnt true. You are correct that about the broad strokes but there are plenty of examples where this isn’t the case. Expert Systems are a very popular form of ai which can be made of only if else statements.
represented mainly as if–then rules rather than through conventional procedural code.
Expert systems were among the first truly successful forms of artificial intelligence (AI) software.
Really? What’s something more complicated?
blotz@lemmy.worldto Piracy: ꜱᴀɪʟ ᴛʜᴇ ʜɪɢʜ ꜱᴇᴀꜱ@lemmy.dbzer0.com•What linux program do you use to rip CDs (just audio)English13·2 years agohttps://abcde.einval.com/wiki/ looks good!
Ah yeah that should be good. I’ve never had issues with NFS