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.
- 5 Posts
- 49 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 rmYou 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 -dwill start the containers with the new config. You can usedocker compose logs -fto 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.
+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.worldOPto
Programmer Humor@lemmy.ml•I am the Anti-Rust programmer, I will call other languages from Rust.
21·2 年前I 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.
45·2 年前My code is so
badgood, GitHub thinks I’ve uploaded an API key.
What does the addon do?
blotz@lemmy.worldto
FoodPorn@lemmy.world•I wanted something quick, tasty and bad for you. So I made ziti pizzaEnglish
4·2 年前Wow. I immediately hate this but love that you made it. (Also I would totally eat it given the chance)
Okay this has made it so much worse. i figured that the
sinhttpsandftpsstands forsecurelike a reasonable person. of course it doesnt xD. you would think that this is at least consistent but alas. guess whatsinsshdoesnt stand for :)
what! thats so dumb xD. so
ftpsstands forfile transfer protocol secure, andsftpstands 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.
blotz@lemmy.worldto
Linux@lemmy.ml•How to run macOS on Linux (without too much hassle supposedly)
3·2 年前You are running fedora which is using the dnf package manager. The commands you mentioned (apt/ppa) are part of the apt (aptitude) package manager which is comes with Ubuntu.
Apt is the command to install/manage packages on Ubuntu (and other distros that use apt). A ppa is a special way to tell apt where it can download packages from. It lets you a install 3rd party packages not provided by your distros default selection. It is specific to apt and will not work for dnf.
This isn’t the end of the world and you can still install the package. Because these packages are open source, you can build the package from source. The instructions for which can be found on the github readme. Hopefully this cleared some things up!
[Edit] done some poking around, and I managed to get it running on fedora. I had weird issues building it from scratch, so I did it in a janky way by downloading and extracting the deb (it had precompiled bin inside). Looks to be working tho I couldn’t test it because no qemu
This isn’t really guide. More a tool for finding what makes your system look like a VM. pafish is a good tool for detecting vms. It also tells you what gave it away. You can use pafish to find out what is giving you away and fix it.
I think both nix-env and flakes are designed with making package management easier. Nix-env tries to make it intuitive and familiar for new users. Flakes improve package management by simplifying the configuration.
Personally I would love to see syntax highlighting, language server, code completion. Maybe all in a dedicated application which is configured to give the easiest experience for new users. If nix is intended to be managed through config files, then the experience of writing a config should be as easy as possible.
deleted by creator



Ah yeah that should be good. I’ve never had issues with NFS