this post was submitted on 29 Dec 2023
98 points (98.0% liked)

Selfhosted

61021 readers
659 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
 

Just wanted to share my happiness.

AIO is the new (at least on my timeline) installation method of Nextcloud, where most of the heavy-lifting is taken care of automatically.

https://github.com/nextcloud/all-in-one

you are viewing a single comment's thread
view the rest of the comments
[–] robber@lemmy.ml 7 points 2 years ago (1 children)

Welcome. I use it in conjunction with Fedora CoreOS so I hopefully never have to manually update anything ever again.

[–] twack@lemmy.world 5 points 2 years ago* (last edited 2 years ago) (2 children)

I was about to ask why this is better than the docker installation, but I see step one is to install docker haha.

I've been running the docker container for a long time, it works very well. It is a bit more complicated if you try and use extensions that require seperatw containers (like setting up collabora), but that can be done as well. It's just more complicated.

I do remember needing to know how to access the internal terminal a few times, but I don't remember why. If I think of it I'll come back and add instructions.

Edit: It's to be able to run occ commands:

Sudo docker exec -u www-data nextcloud-app php occ "Command goes here"

Sudo docker exec -u www-data nextcloud-app php occ files:scan --all

[–] robber@lemmy.ml 2 points 2 years ago* (last edited 2 years ago)

With AIO it's almost the same: sudo docker exec -u www-data nextcloud-aio-nextcloud php occ

[–] ikidd@lemmy.world 2 points 2 years ago

As a former self-configured docker compose NC user, I have to say I'm way happier with the AIO. But still, the older docker method was head and shoulders over any other method of running NC that I'd used.