Since selfhosted clouds seem to be the most common thing ppl host, i’m wondering what else ppl here are selfhosting. Is anyone making use of something like excalidraw in the workplace? Curious about what apps that would be useful to always access over the web that aren’t mediaservers.

  • A_norny_mousse@feddit.org
    link
    fedilink
    English
    arrow-up
    0
    ·
    1 month ago

    Calendar and contacts (i.e. CalDAV/CardDAV). A blog. Media is just remote-mounted since all my systems are Linux.

    I’m always leery of “one app for all” solutions, or in German, “eierlegende Wollmilchsau”.

    Hence, no Nextcloud for me.

      • A_norny_mousse@feddit.org
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        Glad you asked. I left that open on purpose because my server probably got hacked and I have only just reinstalled. So far I’ve been using DaviCAL - for many years - but I’ll revise this choice. It’s a little dated and quirky, and so ist PostgreSQL which it depends on.

    • Ananace@lemmy.ananace.dev
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 month ago

      Currently working to move away from Nextcloud myself, it’s PHP nature causes IO storms when it tries to check if it needs to reload any code for incoming requests.

      • koala@programming.dev
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 month ago

        Eh, my Nextcloud LXC container idles at less than 4.5% CPU usage (“max over the week” from Proxmox). I use PostgreSQL as the backend on a separate LXC container that has some peaks of 9% CPU usage, but is normally at 5% too.

        I only have two users, though. But both containers have barely IO activity.