• 0 Posts
  • 5 Comments
Joined 2 years ago
cake
Cake day: August 12th, 2024

help-circle
  • groet@feddit.orgtoSelfhosted@lemmy.worldImmich vs Ente ?
    link
    fedilink
    English
    arrow-up
    3
    ·
    14 days ago

    My experience with ente was that it is horribly slow. It also lacks any feature to upload a large number of photos at once. I just never bothered uploading my 10k pictures I have taken over the last 15 years because it would have had to transfer them to a phone and then have the app open for a few weeks. No rclone or any other reasonable way to upload from a computer other than browser (which just doesn’t work for more than a few images)



    1. is there a reason you don’t use podman instead of rootless docker?
    2. can you run patchmon inside of docker and mount the socket to the original path inside of the container?
    3. the symlink has the file permissions of the file it points to. If the socket is owned by a user, so will the symlink, even if you used root/sudo to create the link. (technically the symlink will be owned by root, but the permissions on a symlink are ignored and the permission of the target are used)
    4. as long as you don’t change any permissions on /var/run or on the docker.sock to be more permissive than they are now, there is functionally no difference in security
    5. If you or someone else on the system tries to run docker with a different user/root, the symlink will likely cause issues