

What does the addon do?
What does the addon do?
Okay this has made it so much worse. i figured that the s
in https
and ftps
stands for secure
like a reasonable person. of course it doesnt xD. you would think that this is at least consistent but alas. guess what s
in ssh
doesnt stand for :)
what! thats so dumb xD. so ftps
stands for file transfer protocol secure
, and sftp
stands for ssh 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
Are you asking me what i plan to set the cap to? I guess just me. I cant see anyone else wanting to run off a pi from my house and there are so many other instances to join.
CF Tunnel
Cloud Flare tunnel? If so, Could you point me in the direction of some resources for cloudflare tunnels! I always feel like i’m stumbling around in the dark when i’m trying to configure a cloudflare tunnel! :P
All on dedicated cloud servers for simplicity and security.
Im looking at selfhostihng on my own hardware again. Im considering the following
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.