fix link in nextcloud service doc
This commit is contained in:
parent
d2a018ceec
commit
3824e07ae9
1 changed files with 2 additions and 2 deletions
|
@ -28,7 +28,7 @@ This NixOS module is a service that sets up a [Nextcloud Server](https://nextclo
|
||||||
- Backup of the [`shb.nextcloud.dataDir`][1] through the [backup block](./blocks-backup.html).
|
- Backup of the [`shb.nextcloud.dataDir`][1] through the [backup block](./blocks-backup.html).
|
||||||
- Monitoring of reverse proxy, PHP-FPM, and database backups through the [monitoring
|
- Monitoring of reverse proxy, PHP-FPM, and database backups through the [monitoring
|
||||||
block](./blocks-monitoring.html).
|
block](./blocks-monitoring.html).
|
||||||
- [Integration Tests](@REPO@/test/vm/nextcloud.nix)
|
- [Integration Tests](@REPO@/test/services/nextcloud.nix)
|
||||||
- Tests system cron job is setup correctly.
|
- Tests system cron job is setup correctly.
|
||||||
- Tests initial admin user and password are setup correctly.
|
- Tests initial admin user and password are setup correctly.
|
||||||
- Tests admin user can create and retrieve a file through WebDAV.
|
- Tests admin user can create and retrieve a file through WebDAV.
|
||||||
|
@ -42,7 +42,7 @@ This NixOS module is a service that sets up a [Nextcloud Server](https://nextclo
|
||||||
|
|
||||||
All the secrets should be readable by the nextcloud user.
|
All the secrets should be readable by the nextcloud user.
|
||||||
|
|
||||||
Secret should not be stored in the nix store. If you're using
|
Secrets should not be stored in the nix store. If you're using
|
||||||
[sops-nix](https://github.com/Mic92/sops-nix) and assuming your secrets file is located at
|
[sops-nix](https://github.com/Mic92/sops-nix) and assuming your secrets file is located at
|
||||||
`./secrets.yaml`, you can define a secret with:
|
`./secrets.yaml`, you can define a secret with:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue