this post was submitted on 29 Dec 2023
105 points (98.2% liked)

Selfhosted

37923 readers
455 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
 

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
[–] Dyskolos@lemmy.zip 12 points 6 months ago (1 children)

Didn't knew it exists. That might make me give nextcloud another chance. Thanks man.

[–] robber@lemmy.ml 7 points 6 months 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 6 months ago* (last edited 6 months 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 6 months ago* (last edited 6 months ago)

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

[–] ikidd@lemmy.world 2 points 6 months 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.