ONLYOFFICE DocumentServer: Difference between revisions

Raboof (talk | contribs)
start on troubleshooting section
Onny (talk | contribs)
Installation: Update required config option
Line 9: Line 9:
   enable = true;
   enable = true;
   hostname = "localhost";
   hostname = "localhost";
   jwtSecretFile = config.age.secrets.onlyoffice-jwt.path;
   securityNonceFile = "${pkgs.writeText "nixos-test-onlyoffice-nonce.conf" ''
    set $secure_link_secret "nixostest";
  ''}";
};
};
</nowiki>}}
</nowiki>}}