mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
Merge pull request #1 from nextcloud/enh/noid/improve-readme
a domain is not mandatory at least for the AIO interface
This commit is contained in:
commit
ad08ae658c
1 changed files with 3 additions and 3 deletions
|
|
@ -19,8 +19,8 @@ Included are:
|
||||||
```
|
```
|
||||||
curl -fsSL get.docker.com | sudo sh
|
curl -fsSL get.docker.com | sudo sh
|
||||||
```
|
```
|
||||||
2. Set a DNS host for your target IP address (e.g. `cloud.example.com`)
|
2. Run the following command:
|
||||||
3. Run the following command:
|
|
||||||
```
|
```
|
||||||
sudo docker run -it \
|
sudo docker run -it \
|
||||||
--name nextcloud-aio-mastercontainer \
|
--name nextcloud-aio-mastercontainer \
|
||||||
|
|
@ -32,7 +32,7 @@ sudo docker run -it \
|
||||||
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
|
--volume /var/run/docker.sock:/var/run/docker.sock:ro \
|
||||||
nextcloud/all-in-one:latest
|
nextcloud/all-in-one:latest
|
||||||
```
|
```
|
||||||
4. After the initial startup, you should be able to open the Nextcloud AIO Interface now on port 8080 of this server.<br>
|
3. After the initial startup, you should be able to open the Nextcloud AIO Interface now on port 8080 of this server.<br>
|
||||||
E.g. https://internal.ip.of.this.server:8080<br>
|
E.g. https://internal.ip.of.this.server:8080<br>
|
||||||
If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatially by opening the Nextcloud AIO Interface via:<br>
|
If your server has port 80 and 8443 open and you point a domain to your server, you can get a valid certificate automatially by opening the Nextcloud AIO Interface via:<br>
|
||||||
https://your-domain-that-points-to-this-server.tld:8443
|
https://your-domain-that-points-to-this-server.tld:8443
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue