|
|
|
|
|
by giancarlostoro
232 days ago
|
|
Has Nextcloud gotten to a point where it truly competes with Google Docs? Because every time I looked at it, it didnt look like it had feature parity. Being able to edit documents with others is one feature I want out of any alternatives that I can self-host. |
|
Self hosting seems to consist of "set up nextcloud, set up collabora, click the integration button" https://nextcloud.com/blog/how-to-install-nextcloud-office/
Or just `sudo docker run --init --sig-proxy=false --name nextcloud-aio-mastercontainer --restart always --publish 80:80 --publish 8080:8080 --publish 8443:8443 --volume nextcloud_aio_mastercontainer:/mnt/docker-aio-config --volume /var/run/docker.sock:/var/run/docker.sock:ro ghcr.io/nextcloud-releases/all-in-one:latest` if you follow these instructions: https://github.com/nextcloud/all-in-one