feat: disable https
This commit is contained in:
parent
b15ab0f3a2
commit
eba11b0d42
1 changed files with 2 additions and 2 deletions
|
|
@ -10,13 +10,13 @@
|
||||||
services.nextcloud = {
|
services.nextcloud = {
|
||||||
enable = true;
|
enable = true;
|
||||||
hostName = "sprechtl.ddns.net";
|
hostName = "sprechtl.ddns.net";
|
||||||
https = true;
|
https = false;
|
||||||
configureRedis = true;
|
configureRedis = true;
|
||||||
caching.redis = true;
|
caching.redis = true;
|
||||||
autoUpdateApps.enable = true;
|
autoUpdateApps.enable = true;
|
||||||
package = pkgs.nextcloud31;
|
package = pkgs.nextcloud31;
|
||||||
settings = let
|
settings = let
|
||||||
prot = "https"; # or https
|
prot = "http"; # or https
|
||||||
host = config.services.nextcloud.hostName;
|
host = config.services.nextcloud.hostName;
|
||||||
dir = "/nextcloud";
|
dir = "/nextcloud";
|
||||||
in {
|
in {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue