Nextcloud: Difference between revisions
→services.onlyoffice: remove link to (now-merged) workaround, link to documentserver wiki page. |
→Maintenance: options to carry over, link to ACME DNS Challenge docs |
||
| Line 268: | Line 268: | ||
No password is required. | No password is required. | ||
=== Migration === | |||
If you want to migrate your Nextcloud instance from one place to another, keep in mind: | |||
* Distribution-agnostic instructions are at https://docs.nextcloud.com/server/stable/admin_manual/maintenance/migrating.html | |||
* You can use the [https://search.nixos.org/options?show=services.nextcloud.secretFile services.nextcloud.secretFile] option to set secrets. Notably you'll likely want to inherit the following values from your old to your new instance: | |||
** [https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html#instanceid instanceid] | |||
** [https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html#passwordsalt passwordsalt] | |||
** [https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/config_sample_php_parameters.html#secret secret] | |||
* To be able to configure TLS for your new instance before you've updated your DNS record, you can use [[ACME#DNS challenge|ACME DNS Challenge]]. | |||
== Clients == | == Clients == | ||