• 0 Posts
  • 11 Comments
Joined 10 months ago
cake
Cake day: September 24th, 2023

help-circle
  • I second this.

    I have a nextcloud instance on pi4 for personal use and love it.

    It’s not good for live transcoding of video, but works great for calendars, file sharing, photo sharing and music streaming.

    I have a 500 gig SSD for most stuff and a 6TB HDD for backups and archiving.

    I use docker compose to map a folder called archive in my instance to the HDD.








  • Very good points.

    In my case I just need to for a couple users with maybe a few dozen transactions a day; it’s far from being a bottleneck and there’s little point in optimizing it further.

    Containerizing it also has the benefit of boiling all installation and configuration into one very convenient dockercompose file… Actually two. I use one with all the config stuff that’s published to gitea and one that has sensitive data.