this post was submitted on 01 Jan 2024
13 points (100.0% liked)

Selfhosted

44306 readers
1 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 2 years ago
MODERATORS
 
all 23 comments
sorted by: hot top controversial new old
[–] [email protected] 2 points 1 year ago* (last edited 1 year ago) (1 children)

No if I have to keep fixing it , it is not worth my time.

I installed owncloud years ago and came to the same conclusion and just got rid of it. I use syncthing nowadays though its not the same thing.

[–] [email protected] -1 points 1 year ago

Yep, I've adapted all of my setup to syncthing, and never looked back.

[–] [email protected] 2 points 1 year ago* (last edited 1 year ago)

In my own personal experience, Nextcloud;

  • Needs constant attention to prevent falling over
  • Administration is a mess
  • Takes far too long to get used to its 'little ways'
  • Basics like E2EE don't work
  • Sync works when it feels like it
  • Updating feels like russian roulette
[–] [email protected] 1 points 1 year ago (1 children)

Am i the only one left who doesn't want a snap docker Kubernetes container and just installs nextcloud in a normal way and never had any problems?

[–] [email protected] 1 points 1 year ago

Same here. I'm just installing it normally, and my nextcloud instance is just chugging along.

[–] [email protected] 1 points 6 months ago

Happily using NextCloud AIO without any major issue.

[–] [email protected] 1 points 1 year ago

What we need is something that is a) Private (not saying nc isn't) b) Independent of any judicial government c) P2P and ultra redundant d) Run by a true non-profit (not like openAI) e) Massively distributed, process wise and storage wise f) OS independent, written in pure C or Rust.

[–] [email protected] 1 points 1 year ago

The solution for me is that I run Nextcloud on a Kubernetes cluster and pin a container version. Then every few months I update that version in my deployment yaml to the latest one I want to run, and run kubectl apply -f nextcloud.yml and it just does its thing. Never given me any real trouble.

[–] [email protected] 1 points 1 year ago (1 children)

I dunno what you guys are doing that makes your nextcloud die without touching it. Mine runs happily until I decide to update it, and that usually goes fine, too. I don't use docker for it, tho.

[–] [email protected] 2 points 1 year ago

I dunno what you guys are doing that makes your nextcloud die without touching it

Mine runs happily until I decide to update it

[–] [email protected] 0 points 1 year ago (1 children)

This has been a serious concern of mine. In the event that I prematurely die I have everything set up with automatic updates, so that hopefully my family can continue to use the self-hosted services without me.

Nextcloud will not stop shitting the bed. I'd give it a few months at most if I died, at which point my family would likely turn back to Google Drive.

I'm looking for a more reliable alternative, even if it's not as feature-rich.

[–] [email protected] 1 points 1 year ago

I've told my wife and family that if something happens to me, they need to start migrating all their stuff off my self-hosted services to cloud services because its a matter of time before something fails and nobody's around who knows or cares to fix it.

[–] [email protected] 0 points 1 year ago (1 children)

I wish there were an alternative in a sane programming language that I could actually contribute to. For some reason PHP is extremely sparse in its logging and errors mostly only pop up on the frontend. Having to debug errors after an update and following some guide to edit a file in the live env that sets a debugging variable, puts the system in maintenance mode and stores additional state in the DB is scary.

Plus PHP is so friggin slow. Nextcloud takes noticeable time to load nearly anything. Even instances hosted by pros that only host nextcloud are just slow.

CC BY-NC-SA 4.0 🎖

[–] [email protected] 0 points 1 year ago (1 children)

You could check out Frappe Drive (and Frappe, the framework it's built on, it's pretty awesome). They aren't accepting contributions at the moment but I'm sure that'll change once it's out of beta like with the other frappe apps. There's also Raven messenger also built on Frappe and you can use the two together (but without any real integration between the two yet, but that's on the roadmap on the Raven side).

I've spent a lot of time researching alternatives and NextCloud is the only one that does everything it does in one place. I've dug into the code a lot to find places to make it work faster and came out confused and mostly empty. It's also federated, and I think it's the only FOSS file sharing platform that is. It''s a very mature application so you'll be hard pressed to find features that are missing, but also to find things that could be further optimized without ripping out major chunks of the application which are likely interconnected with other major chunks of the application. For my personal use NextCloud instance I've resorted to just completely deleting the database and installing everything fresh between major versions, then just rescanning my local folder.

[–] [email protected] 1 points 6 months ago (1 children)

Hey, may I ask you a question? I really want to use Frappe Drive, but the thing is that I sort of need webdav and it's possible to use pibiDAV + NextCloud + Frappe. Do you know a way that I can use Frappe Drive w/ webDAV?

[–] [email protected] 1 points 6 months ago (1 children)

It's a bit hacky but I suppose there's always the option of using a separate WebDAV server on the directory where frappe drive stores its files. I haven't tried something like that, though. Unfortunately I don't know of any integration within frappe drive itself. Seems they're accepting contributions now so it's possible these will be implemented in the future. WebDAV is a bit of its own beast, though, so that'll be a huge undertaking in my opinion.

[–] [email protected] 1 points 6 months ago

Got it. Thank you so much for replying! I think I'll just look for some Open Source alternatives for now, due to some deadlines. Thanks again.

[–] [email protected] 0 points 1 year ago (1 children)

Well dang, I have Nextcloud installed as a snap (which has been perfectly stable for me when running on Ubuntu Server), but I was thinking of switching over to a docker installation; this thread doesn't exactly fill me with enthusiasm for that idea...

[–] [email protected] 0 points 1 year ago (1 children)

This got mee googling Nextcloud and I think I'm going to give it a try 😱

[–] [email protected] 1 points 1 year ago (1 children)

Seriously homie, unless you're a fucking linux docker nerdshit wizard, you should find another way.

[–] [email protected] 0 points 1 year ago (1 children)

Thanks for the warning 🙂 Sometimes I still think I have as much spare time as 10 years ago 😉

[–] [email protected] 1 points 1 year ago

You could be a legless NEET and not have enough time to get this fucking bullshit to work correctly.