17
submitted 1 day ago* (last edited 1 day ago) by mitexleo@buddyverse.one to c/selfhosted@lemmy.world

Nextcloud (AIO) has been a nightmare 😫. I’m planning to ditch it since I don’t have the time to keep tweaking it or dealing with constant issues.

Now, I’m torn between Seafile and OwnCloud.

I was interested in trying OCIS but couldn’t find a ready-to-use Docker Compose file. If anyone has one, I’d greatly appreciate it!

Also, I’ve read concerns about how Seafile stores files. Is that still an issue?

I use Portainer to manage containers, but I’m okay with a manual setup too. I just need a ready-to-use Compose file for quick deployment.

Thanks in advance!

Edit: Found a solution. Haven't tried yet.

https://fariszr.com/owncloud-infinite-scale-docker-setup/

top 10 comments
sorted by: hot top controversial new old
[-] Discover5164@lemm.ee 2 points 1 day ago

here is my deploy:

https://github.com/simone-viozzi/my-server/blob/main/ocis_wopi/docker-compose.yml

be aware that i'm a couple of versions behind because there are breaking changes with no upgrade path. so i need to restart from scratch... and that's annoying.

i use trefik as a reverse proxy, and a subdomain for each service.

[-] zelifcam@lemmy.world 3 points 1 day ago

Maybe because of my background, but I’ve never had an issue standing up or maintaining a Nextcloud instance. Especially since the AIO release. Hell, I was shocked how easy it was to migrate.

I’m not saying it’s the best software, but it’s always just worked. I’ve been using it since I dropped own cloud for the nextcloud fork. What common issues are people having with the infrastructure?

[-] uninvitedguest@lemmy.ca 2 points 1 day ago

Yeah I'm really curious where the difficulty lies. Nextcloud was one of the earliest, if not the first, services that I deployed on a server when learning about Linux/Docker from scratch. The evolution of my setup has mostly been through my better understanding of container management practices than through anything Nextcloud specific.

My only Nextcloud specific issue has to do with the implementation of a reverse proxy (NPM) breaking the ability for my Nextcloud and OnlyOffice containers ability to connect - and I've not been so fixed about it that I haven't really sat down trying to figure a fix.

[-] Pissio@feddit.it 5 points 1 day ago* (last edited 1 day ago)

Probably you missed it: https://owncloud.dev/ocis/guides/ocis-local-docker/

Btw also ocis store the files in its own format

[-] Pissio@feddit.it 3 points 1 day ago

Another thing: migrate the data with rclone at the moment is not working very well , it’s easier to install a desktop client and copy the data with it

[-] Lem453@lemmy.ca 1 points 1 day ago

FWIW the file system it uses 'decomposedfs' can be read by other applications like rclone if needed.

Also ocis is working on a 'normal' file system with a few tradeoffs:

https://owncloud.dev/architecture/posixfs-storage-driver/

[-] Pissio@feddit.it 2 points 1 day ago

Interesting but I haven't found how to mount decomposefs with rclone, do you have any examples? I succeeded with WebDAV but it doesn't seem very reliable

[-] Lem453@lemmy.ca 2 points 1 day ago

Never done it myself but I think this example goes over the mounting

https://owncloud.dev/ocis/guides/migrate-data-rclone/

[-] mitexleo@buddyverse.one 1 points 1 day ago* (last edited 1 day ago)

I'm not sure how to configure s3 as primary storage backend here. Should I put the configs in the ocis.yaml?

Here's an example configuration: https://github.com/owncloud/ocis/blob/master/deployments/examples/ocis_full/.env

@Pissio@feddit.it

[-] Voroxpete@sh.itjust.works 2 points 1 day ago

Seafile store data in its own proprietary format. There's no way to just go into the disk and browse the data. You need a proper backup solution.

In my case, I sync all my Seafile data between my server, laptop and desktop, so in the worst case I only lose the file history. A better option, if you have space, is to backup the Seafile storage volumes as well.

Seafile provides ready made compose files, with a detailed guide - https://manual.seafile.com/11.0/docker/deploy_seafile_with_docker/

Also, note that if you make an account on their site, you can get a free pro license for up to three accounts.

this post was submitted on 22 Nov 2024
17 points (100.0% liked)

Selfhosted

40330 readers
352 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