this post was submitted on 30 Jun 2024
136 points (96.6% liked)

Selfhosted

37779 readers
287 users here now

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.

Rules:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

The topic of self-hosted cloud software comes up often but I haven't seen anyone mention owncloud infinite scale (the rewrite in Go).

I started my cloud experience with owncloud years ago. Then there was a schism and almost all the active devs left for the nextcloud fork.

I used nextcloud from it's inception until last year but like many others it always felt brittle (easy to break something) and half baked (features always seemed to be at 75% of what you want).

As a result I decided to go with Seafile and stick to the Unix philosophy. Get an app that does one thing very well rather than a mega app that tries to do everything.

Seafile does this very well. Super fast, works with single sign on etc. No bloat etc.

Then just the other day I discovered that owncloud has a full rewrite. No php, no Apache etc. Check the github, multiple active devs with lots of activity over the last year etc. The project seems stronger than ever and aims to fix the primary issues of nextcloud/owncloud PHP. Also designed for cloud deployment so works well with docker, should be easy to configure via docker variables instead of config files mapped into the container etc.

Anyways, the point of this thread is:

  1. If you never heard of it like me then check it out
  2. If you have used it please post your experiences compared to NextCloud, Seafile etc.
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 11 points 4 days ago (2 children)

I had a horrible experience with nextcloud on a pi. I have a great experience on a good server. It stores files. It does that very well for me. Clients work reliable.

Nextcloud apps are sometines good and sometimes not. It can do everything. One should let navidrome serve music and not nextcloud. Mealie is for recipes. Jellyfin for videos and immich for images. Paperless for documents.

Nextcloud is file storage, backup, syncing and maybe collab. That's what I expect and that's what I get.

[–] [email protected] 4 points 4 days ago

What's crazy is that I tried NC on my server, which is a HP Microserver G8 hosting 13 total services. And it ran like crap. Tried the standard and AIO versions. On a whim tried NextcloudPi on a Pi4 and it has been awesome! Web interface is still pretty sluggish but I use apps that sync to NC most of the time like:

  • Quillpad for Google Keep type notes and checklists
  • Floccus for bookmarks sync
  • Deck for Kanban
  • Gnome online accounts for desktop and laptop connection with documents

So far it's been flawless. I doubt it would run well with more than a few users though.

[–] [email protected] 2 points 4 days ago

I had NextCloud on a Ryzen 3600 with NVME zfs array. While faster that my previous Intel atom with HDD + SSD cache, Seafile blows it away in terms of speed and resiliency. It feels much more reliable with updates etc.