Nextcloud: Difference between revisions
→Configuration: backups |
added link and explanation for two-factor authentication |
||
| (One intermediate revision by one other user not shown) | |||
| Line 114: | Line 114: | ||
}; | }; | ||
</nowiki>}} | </nowiki>}} | ||
=== Data storage === | === Data storage === | ||
| Line 348: | Line 334: | ||
services.nginx.virtualHosts."${config.services.nextcloud.hostName}".listen = [ { addr = "127.0.0.1"; port = 8080; } ]; | services.nginx.virtualHosts."${config.services.nextcloud.hostName}".listen = [ { addr = "127.0.0.1"; port = 8080; } ]; | ||
</nowiki>}} | </nowiki>}} | ||
=== Enable Two-factor authentication === | |||
Two-factor authentication can be enabled for your server via the administration interface in your browser. There is no way to declare this setting via nix configuration, so you should follow the [https://docs.nextcloud.com/server/latest/admin_manual/configuration_user/two_factor-auth.html official documentation] to set up Two-factor authentication. | |||
=== Enable HEIC image preview === | === Enable HEIC image preview === | ||