this post was submitted on 25 Apr 2025
120 points (89.5% liked)

Selfhosted

62233 readers
1089 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:

Detailed Rules Post

  1. Be civil.

  2. No spam.

  3. Posts are to be related to self-hosting.

  4. Don't duplicate the full text of your blog or readme if you're providing a link.

  5. Submission headline should match the article title.

  6. No trolling.

  7. Promotion posts require active participation, with an account that is at least 30 days old. F/LOSS without a paywall has exceptions, with requirements. See the rules link for details. Tags [CBH] or [AIP] are required, see the links in Rule 8 for details.

  8. AI-related discussions and AI-involved promotional posts have additional requirements for tagging, as noted in Rule 7 and the AI & Promotional Post Expanded Rules post, and find example disclosures here.

Resources:

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

Questions? DM the mods!

founded 3 years ago
MODERATORS
 

I tried Nextcloud a while back and was not impressed - I had issues withe the speed of the Windows sync that were determined to be "normal" with no roadmap to getting fixed. I'm now planning to move off Windows desktop so that won't be an issue - so I thought I'd try again.

I went to nextcloud.com, clicked on Download-> Nextcloud server -> All-in-one -> Docker image - Setup AIO. This took me to the github README at Docker section. I'm already running docker for other things so I read the instructions, setup a new filesystem for my data directory and ran the suggested docker command with an appropriate "--env NEXTCLOUD_DATADIR=". I'm then left with a terminal running docker in the foreground - not a great way to run a background server but ok, I've been around for a while and can figure out how to make it autostart in the background ongoing. So I move on to the next step - open my browser at the appropriate URL and I'm presented with a simple page asking me to "Log in using your Nextcloud AIO passphrase:". I don't have a Nextcloud AIO passphrase and nothing I've read so far has mentioned it. When I search for it I get some results on how to reset it, but not much help. I could probably figure that out too, but after reading some more I found that Nextcloud requires a public hostname and can't work with a local name or IP address. I'm already running my home LAN with OpenVPN and access it from anywhere as "local" - I don't really want to create a new path into my home network just for Nextcloud.

I'm sorry - I know this sounds like a disgruntled rant and I guess it is. I just want to check that I'm not missing obvious things before I give up again. All I want is a simple file sync setup like onedrive but without the microsoft.

you are viewing a single comment's thread
view the rest of the comments
[–] pineapple@lemmy.ml 5 points 1 year ago (1 children)

I haven't used nextcloud but it seems frustrating that there isn't any really good selfhosted file cloud. Nextcloud is really chunky and inefficient but it seems to be the best option despite that.

[–] sugar_in_your_tea@sh.itjust.works 1 points 1 year ago (1 children)

There are a few decent options, all with some caveats:

  • Seafile - wicked fast, but uses a funky disk format, so you need either a FUSE layer or the web UI/API to access anything
  • OCIS/OpenCloud - default install uses a funky file format, but you can change this to POSIX if you want (experimental on OCIS, might be default now on OpenCloud?)
  • others - probably work fine, but they get less blog attention

I'm playing with OCIS and I like it so far. There was some funkiness when I had things misconfigured, but now that it's working, I like it.

[–] pineapple@lemmy.ml 1 points 1 year ago* (last edited 1 year ago) (1 children)

I've heard of seafile but i remember something about it turned me off, ocis on the other hand sounds awesome, owncloud but written in go? I will definitely look into that and thanks for the recommendation.

That's right I need native drive mounting into dolphin and Macos finder. Seafile doesn't have it for any linux file Explorer which means it won't work for me.

I think Ocis does have it though.

[–] sugar_in_your_tea@sh.itjust.works 2 points 1 year ago (1 children)

If you just want read-only access to seafile, you can use the FUSE extension, but it only works in read-only mode.

For OCIS, look at the POSIX driver, which stores files in a normal directory structure.

[–] pineapple@lemmy.ml 1 points 1 year ago

Yeah I need read and write, I will look at posix for Ocis though.