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.
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.
Which Calendar software do you use?
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.
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.
You can optimize php a lot for performance. See my config https://gitlab.melroy.org/-/snippets/91
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.