You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Containers/NextCloud.md
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,7 @@ The passwords need to be set before you bring up the Nextcloud service for the f
136
136
137
137
8. Create an administrator account and then click "Finish Setup".
138
138
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:
@@ -251,7 +251,7 @@ The examples above include using a DNS alias (a CNAME record) for your Nextcloud
251
251
Could not reliably determine the server's fully qualified domain name
252
252
```
253
253
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:
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`.
292
291
293
292
## Backups { #backups }
294
293
295
294
Nextcloud is currently excluded from the IOTstack-supplied backup scripts due to its potential size.
296
295
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.
298
297
299
298
If you want to take a backup, something like the following will get the job done:
0 commit comments