Reddit refuge, escentric engineer and serial hobbyist.

  • 3 Posts
  • 41 Comments
Joined 1 year ago
cake
Cake day: June 10th, 2023

help-circle


  • As someone who has and still used photoprism for over two years and donated heavily…steer clear. Their update cycle is slow and the things they keep adding don’t seem helpful. Still no multi-user support. If you don’t upload new photos via photoprism using WebDAV you have to make your own scripts to watch for changes and refresh which took a lot of time for me to setup.

    I’m just going to start using Nextcloud and Memories app going forward.











  • czardestructo@lemmy.worldtoSelfhosted@lemmy.worldNextcloud appreciation post
    link
    fedilink
    English
    arrow-up
    4
    arrow-down
    1
    ·
    5 months ago

    I understand that everyone doesn’t always have a perfect experience but I’ve been using the same instance of nextcloud for over 8 years I just keep upgrading and migrating. It just works. Only issues I’ve had is when Debian withholds updating php for too long or when they finally do all the config files for php get fucked and I have to redo them all.







  • I’m going to have to give this a shot tonight, need to make a pfsense rule to allow the server to get out and then change its DNS. Regarding php, my current config is the following because I have over 64gigs of ram and went through great length to get Nextcloud to cache MORE into ram:

    pm.max_requests = 50000 #set higher, the process is recyled after 50k calls to prevent memory leaks
    pm.max_children = 1000
    pm.start_servers = 60
    pm.min_spare_servers = 30
    pm.max_spare_servers = 120