[-] PunkiBas@lemmy.world 5 points 1 month ago

I like Better offline. It's not just about privacy, but it's really good.

[-] PunkiBas@lemmy.world 5 points 1 month ago

I really enjoy Mindustry, it's kind of like Factorio

https://mindustrygame.github.io/

[-] PunkiBas@lemmy.world 6 points 1 month ago

It's a huge fucking sail during a storm.

Judging by the picture there's at least a couple more signs just as big around that place. They're lucky those didn't fall too, but they should regulate and remove that huge shit ASAP.

[-] PunkiBas@lemmy.world 3 points 2 months ago

Stealth still works for me

[-] PunkiBas@lemmy.world 3 points 3 months ago

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.

[-] PunkiBas@lemmy.world 3 points 3 months ago

That all seems correct, the way to expose services with a docker-compose is by using the:

ports:
  - 2283:3001

That means that you expose whatever is at port 3001 in the cointainer (in this case the Immich server inside the docker container, which is exposed by default to 3001) to port 2283 of the host machine (in this case, your LXC container). So it should work if everything else is set up correctly.

The 172.x.x.x networks are normal internal networks for docker to use, normally you needn't care about them because you just expose whichever port you need via the ports command above.

Are you following this step by step to set it all up? is your .env file properly set up? did you check the containers logs?

[-] PunkiBas@lemmy.world 5 points 3 months ago

If you're using torrents, I'd say your best bet would be to try to get into a Spanish private tracker and redownload everything. The ones I'm in have absolutely everything in 4k with dual audio, one being Spanish and the other being the original audio (generally English). I'm aware it might take a while to get into a good one, but once you're in, you'll have everything you need.

[-] PunkiBas@lemmy.world 3 points 3 months ago

I've been trying podverse, but for some reason it uses Google Admob. So if he's trying to degoogle it's not a viable alternative

[-] PunkiBas@lemmy.world 3 points 3 months ago

This happened to me in Ecuador! Hah! It was nice for learning as each one can correct the other if they fumble any pronunciation

[-] PunkiBas@lemmy.world 6 points 4 months ago* (last edited 4 months ago)

There's an option in sonarr to only create folders for shows when needed. That would at least help with the unaired shows. Also, I'm pretty sure when you choose to delete them from sonarr it deletes the folder too. And there's also the option in jellyfin to allow users to delete shows, you have to activate it per user.

[-] PunkiBas@lemmy.world 5 points 4 months ago

I discovered netdata yesterday and it's looking pretty good

view more: ‹ prev next ›

PunkiBas

joined 1 year ago