Skip to content

Commit c2fc9b4

Browse files
authored
Merge pull request #588 from Paraphraser/20220705-nextcloud-doco-master
20220705 NextCloud documentation
2 parents 131fe1b + dded70c commit c2fc9b4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/Containers/NextCloud.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ The passwords need to be set before you bring up the Nextcloud service for the f
136136

137137
8. Create an administrator account and then click "Finish Setup".
138138

139-
9. There is a long delay. In most cases, the "Recommended apps" screen appears and you can ignored the instructions in this section. However, if you see the following error:
139+
9. There is a long delay. In most cases, the "Recommended apps" screen appears and you can ignore the instructions in this step. However, if your browser returns a "Not Found" error like the following:
140140

141141
![Mal-formed URL](./images/nextcloud-malformedurl.png)
142142

@@ -251,7 +251,7 @@ The examples above include using a DNS alias (a CNAME record) for your Nextcloud
251251
Could not reliably determine the server's fully qualified domain name
252252
```
253253

254-
You can silence the warning by editing the Nextcloud service definition in `docker-compose.yml` to add your fully-qualified DNS alias to at `hostname` directive. For example:
254+
You can silence the warning by editing the Nextcloud service definition in `docker-compose.yml` to add your fully-qualified DNS alias using a `hostname` directive. For example:
255255

256256
```yaml
257257
hostname: nextcloud.mydomain.com
@@ -285,16 +285,15 @@ $ cd ~/IOTstack
285285
$ docker-compose build --no-cache --pull nextcloud_db
286286
$ docker-compose up -d nextcloud_db
287287
$ docker system prune
288-
$ docker system prune
289288
```
290289

291-
The first "prune" removes the old *local* image, the second removes the old *base* image. Whether an old *base image* exists depends on the version of `docker-compose` you are using and how your version of `docker-compose` builds local images.
290+
> You may need to run the `prune` command twice if you are using a 1.x version of `docker-compose`.
292291

293292
## Backups { #backups }
294293

295294
Nextcloud is currently excluded from the IOTstack-supplied backup scripts due to its potential size.
296295

297-
> This is also true for [Paraphraser/IOTstackBackup](https://github.com/Paraphraser/IOTstackBackup).
296+
> [Paraphraser/IOTstackBackup](https://github.com/Paraphraser/IOTstackBackup) includes backup and restore for NextCloud.
298297

299298
If you want to take a backup, something like the following will get the job done:
300299

0 commit comments

Comments
 (0)