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.
- 6 Posts
- 57 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.
Okay wow. I looked into your repo and its a really interesting implementation of a DSL. I think I get what the code is trying to do? You run shimky through bash and it turns into python code? meta programming stuff! I think its a regular language? its hard to tell.
So I’ve actually been studying DSLs for a few months and I can recommend some ways for you to improve this code if you want.
blotz@lemmy.worldto Memes@lemmy.ml•Not looking to pick a fight but.. there's only seven stories in the world.3·1 year agodeleted by creator
blotz@lemmy.worldto Memes@lemmy.ml•Not looking to pick a fight but.. there's only seven stories in the world.344·1 year agoRage bait post
+1 ai tools are fine if you already know what you want to write and it speeds up the process of coding. But when ai tools are writing code you don’t understand, you cannot verify that any of the code is actually correct and doesn’t introduce bugs. Ditto for copy-pasting.
blotz@lemmy.worldto Programmer Humor@programming.dev•Google cosplay is not business-critical63·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.worldOPto Programmer Humor@lemmy.ml•I am the Anti-Rust programmer, I will call other languages from Rust.21·1 year agoI wouldn’t want to sully my repo with something as useful as a gitignore.
blotz@lemmy.worldOPto Programmer Humor@lemmy.ml•I am the Anti-Rust programmer, I will call other languages from Rust.41·1 year agoMy code is so
badgood, GitHub thinks I’ve uploaded an API key.
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.
Feel like this should be included here. I’m pretty sure I found the original pr. I couldn’t find an associate issue so I’m not sure where the miscommunication about waiting happened.
I understand the frustration get how annoying it is but I also can see it from leah perspective. Honestly I think this is a misunderstanding and I don’t think anyone is trying to be toxic (at least not initially. The your work was shit comment is rude af)
This may not be what you want to hear but I think you should consider whether all this argument and feeling bad is worth the potential upside. What happened was shitty but you shouldn’t let this ruin your day.
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 MPS13·1 year agoOh metaprogramming! I’m doing a dissertation on this.
Ah yeah that should be good. I’ve never had issues with NFS