Add cert info to third_party nextcloud doc
Add instructions around configuring ADDITIONAL_SAN for the Nextcloud domain with a reference to more detailed documentation.
Dieser Commit ist enthalten in:
Ursprung
1596e2718d
Commit
ff63962c82
1 geänderte Dateien mit 3 neuen und 0 gelöschten Zeilen
3
docs/third_party/third_party-nextcloud.en.md
gevendort
3
docs/third_party/third_party-nextcloud.en.md
gevendort
|
@ -7,6 +7,9 @@ Nextcloud can be set up (parameter `-i`) and removed (parameter `-p`) with the [
|
|||
|
||||
In case you have forgotten the password (e.g. for admin) and can't request a new one [via the password reset link on the login screen](https://docs.nextcloud.com/server/20/admin_manual/configuration_user/reset_admin_password.html?highlight=reset) calling the helper script with `-r` as parameter allows you to set a new password. Only use this option if your Nextcloud isn't configured to use mailcow for authentication as described in the next section.
|
||||
|
||||
In order for mailcow to generate a a certificate for the nextcloud domain you need to add "nextcloud.domain.tld" to ADDITIONAL_SAN in mailcow.conf and run `docker-compose up -d` to apply. For more informaton refer to: [Advanced SSL](https://mailcow.github.io/mailcow-dockerized-docs/post_installation/firststeps-ssl/).
|
||||
|
||||
|
||||
## Background jobs
|
||||
|
||||
To use the recommended setting (cron) to execute the background jobs following lines need to be added to the `docker-compose.override.yml`:
|
||||
|
|
Laden …
In neuem Issue referenzieren