PunkiBas

joined 1 year ago
[–] PunkiBas@lemmy.world 1 points 2 months ago* (last edited 2 months ago)

Now they're working

[–] PunkiBas@lemmy.world 2 points 2 months ago (2 children)

They're not working for me

[–] PunkiBas@lemmy.world 2 points 2 months ago

Oh this is pretty cool, only started playing recently so I missed all but the latest season's content. Do you guys prefer any one of them?

[–] PunkiBas@lemmy.world 2 points 2 months ago

Yeah, you just need a browser and you're set, you could even use a tablet, no need for windows.

[–] PunkiBas@lemmy.world 25 points 2 months ago

The Lion, the Witch and the audacity of this Bitch!

[–] PunkiBas@lemmy.world 10 points 3 months ago

Whoa this is so interesting!

I've been having them on and off for as long as I can remember. I seem to notice I suffer them more often when sleep deprived and also when playing long hours of videogames (or both).

[–] PunkiBas@lemmy.world 3 points 3 months ago (2 children)

Stealth still works for me

[–] PunkiBas@lemmy.world 9 points 3 months ago (1 children)

From the article:

sharenting—a contraction between share and *parenting, *that indicates the practice of oversharing content portraying children on social media platforms.

[–] PunkiBas@lemmy.world 1 points 3 months ago

Oh wow this looks awesome! Besiege was such an entertaining game. Loved going crazy with the different parts.

[–] PunkiBas@lemmy.world 2 points 3 months ago (1 children)

Might be some NFS permissions problem, can you try some other temp directory with say 777 permissions to see if it's that?

[–] PunkiBas@lemmy.world 3 points 3 months ago (3 children)

Ah! now I see the problem

permission denied, mkdir 'upload/library'

It's clearly having permission problems with the image library directory.

Also:

volumes:
 - /mnt/NAS-immich-folder:/mnt/immich
 - ${UPLOAD_LOCATION}:/mnt/immich

with this command you are trying to mount this directory from your LXC machine:

/mnt/NAS-immich-folder

into this directory inside the immich container:

/mnt/immich

And then you also try to mount a second directory there in the next line. But immich doesn't use /mnt/immich for its library, it uses this:

/usr/src/app/upload

You should NOT edit the default docker-compose.yml file. Instead you should only edit the .env file like so:

UPLOAD_LOCATION=/mnt/NAS-immich-folder

I can also see that there's a specific tutorial on how to set it up with portainer. In that case you might have to edit the docker compose file to replace .env with stack.env and place the contents of the env file in the advanced-> environment variables of portainer.

Try these things and ask here again if you can't get it running.

view more: ‹ prev next ›