22 lines
495 B
Markdown
22 lines
495 B
Markdown
# Nextcloud
|
|
|
|
I have a dedicated user:
|
|
|
|
```sh
|
|
sudo useradd nextcloud
|
|
```
|
|
|
|
I'm running the Nextcloud All-In-One container. In order to make it easy I have a [stop](../docker/nextcloud/stop.sh) and [restart](../docker/nextcloud/stop.sh) script.
|
|
|
|
Nextcloud runs on
|
|
|
|
* https://nextcloud.allisonandmoni.online/
|
|
|
|
When you first start it up, you need to first disable the SSL from within the container:
|
|
|
|
* [Ugly hack README](../docker/nextcloud/README.md)
|
|
|
|
And then go to:
|
|
|
|
* http://192.168.1.11:8080
|
|
|