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

Selfhosted

39905 readers
318 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
 
top 35 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 1 week ago

Happily using NextCloud AIO without any major issue.

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

Dude- it's like you're reading my mind. I've installed Nextcloud 4 different times, the most recent being on docker desktop in Win11. I've resorted to using chatgpt to help me with the commands. LITERALLY EVERY STEP RESULTS IN AN ERROR. The Collabora office suite (necessary to view or edit cloud docs without downloading them) WILL NOT DOWNLOAD. The "php -d memory_limit=512M occ app:install richdocumentscode" chatgpt and Nextcloud suggest is not recognized by the terminal. You can't just download Collabora, cuz fuck you, i guess, and you can't access Docker's actual file system from windows explorer.

I've typed nonsense into various black screens for upward of 20 hours now, and nextcloud is "working" locally. I can access my giant hard drive from my android nextcloud app, but it's SLOW AS FUCK.

I can't imagine how many man-hours it would take to open the server to the internet. Makes me want to fucking barf just thinking about it.

I've been fucking with Linux since 2005 and have yet to get a single thing to work correctly. I guess I'm the only one who thinks an (mostly) invisible file system in incomprehensible repetitive folders, made of complete nonsense commands might not be the best way to operate a computer system.

I'm really frustrated if you can't tell.

On another topic, trying to get Ollama to run on my Lubuntu VM was also impossible. I guess if everyone knew it was going to force you to somehow retroactively configure every motherfucking aspect of the install nobody would bother. You can sudo all day and it still denies me permission to do things LISTED IN THE MOTHERFUCKING DOCUMENTATION.

Is this all just low-effort poorf** bullshit that doesn't actually work?

[–] [email protected] 2 points 10 months 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 10 months ago (1 children)

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

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

For me it's the opposite. I tried to use nextcloud for years, installing the normal way, and it always broke for no reason. I just started using it on docker and it has been perfect, fingers crossed.

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

Interesting, when I used docker on a proxmox build, it would give me trouble. Once I installed it the normal way on an Ubuntu build, it was good to go.

I wonder why that is?

Fingers crossed that it continues to work for you in the current configuration!

[–] [email protected] -1 points 10 months ago

Because when you're using Docker, you shouldn't use Proxmox. And to be fair, I don't understand why people are using Proxmox at all.

[–] [email protected] 0 points 10 months 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 10 months 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 10 months ago (1 children)

I really don't understand all those posts: I use nginx, apparmor, partially even modsecurity, I use collabora office official debian package, face recognition, email, update regularly (waiting for major upgrades for every app I use to be updated), etc. and literally never had a problem in the last 5 years except for my own experiment. True, only 5 people use my instance, but Nextcloud is rock solid for me

[–] [email protected] 0 points 10 months ago

Likewise. I have been running it for years, almost no problem that I can think of. My setup is pretty vanilla, Apache, MySQL. It's running in a container behind a reverse proxy. I keep it as up to date as possible. Only 3 people use mine, and I don't use very many apps: files, notes, bookmarks, calendar, email.

[–] [email protected] -1 points 10 months 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 10 months 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 2 weeks 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 2 weeks 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 2 weeks 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 10 months ago (1 children)

Same with my arch install, didn't touched it for 2 months even though laptop was turned off it decided to die when i launched it and run pacman -syu

[–] [email protected] -1 points 10 months ago

I'd say that it's your fault for running a system upgrade after 2 months and not expecting something to break but it's not that unreasonable either

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

I didn't realize that next Cloud was so bad, might I recommend people having issues try Seafile? Also open source and I've been using it for many years without issues. It doesn't have as many features and it doesn't look as shiny but it's rock solid

Have a random meme from my instance

https://seafile.kitsuna.net/f/074ad17b12ad47e8a958/

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

Nextcloud ist just fine. Using it since more than 7 years now with zero problems

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

I'm having a hard time believing that.. There is a difference between being able to fix the update issues every time without problems or having no problems at all. But if so, neat.

[–] [email protected] 1 points 10 months 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 10 months ago (2 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

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

Just dont update it then

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

I swear every update ends up breaking it and putting it into maintenance mode for me. This would then lead to 1-2 hours of going through previously visited links to try and figure out what fixed it previously. For me personally, it seems like it's usually mariadb requiring a manual update that fixes it but it's always a little scary.

[–] [email protected] 1 points 10 months ago* (last edited 10 months 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 10 months ago* (last edited 9 months ago)

Acronyms, initialisms, abbreviations, contractions, and other phrases which expand to something larger, that I've seen in this thread:

Fewer Letters More Letters
CA (SSL) Certificate Authority
DNS Domain Name Service/System
Git Popular version control system, primarily for code
HTTP Hypertext Transfer Protocol, the Web
LAMP Linux-Apache-MySQL-PHP stack for webhosting
LXC Linux Containers
PiHole Network-wide ad-blocker (DNS sinkhole)
RPi Raspberry Pi brand of SBC
SBC Single-Board Computer
SSH Secure Shell for remote terminal access
SSL Secure Sockets Layer, for transparent encryption
nginx Popular HTTP server

10 acronyms in this thread; the most compressed thread commented on today has 10 acronyms.

[Thread #392 for this sub, first seen 1st Jan 2024, 02:35] [FAQ] [Full list] [Contact] [Source code]

[–] [email protected] 3 points 10 months ago* (last edited 10 months 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 10 months ago (1 children)

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

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

Any guidance on this? I looked into Synthing at one time to backup Android phones and got overwhelmed very quickly. I'd love to use it in a similar fashion to NextCloud for syncing between various computers too.

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

Well, it works in a different way than NextCloud. You don't have a server, instead you just make a share between your computers and they are all peers.

It takes some getting used to the idea, but it's actually much simpler than NextCloud.

[–] [email protected] 0 points 10 months ago* (last edited 10 months ago) (1 children)

So if I wanted to sync photos from my phone to the computer, then delete the local copies on my phone to save space, that would not work?

E: But keep the copies on the computer, of course

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

You would have to move them into some folder you are not syncing.

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

I run it and mariaDB in docker and they run perfectly when left alone, but everything breaks horribly if I try to do an update. I recently figured out that you need to do updates for NC in steps, and docker (unRAID’s, specifically) defaults to jumping to the latest version. I think I figured out how to specify version now so fingers crossed I won’t destroy it the next time I do updates.

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

This is probably what I'm doing wrong. I'm using linuxserver's docker which should be okay to auto update, but it just continuously degrades over time with updates until it becomes non-functional. Random login failures, logs failing to load, file thumbnails disappearing, the goddamn Collabora office docker that absolutely refuses to work for more than one week, etc.

I just nuke the NC docker and database and start from scratch every year or so.