ONLYOFFICE DocumentServer: Difference between revisions
Adapt alternative Caddy config |
Add jwtSecretFile to the minimal example, as it's mandatory from version 7.2 onwards |
||
| Line 9: | Line 9: | ||
enable = true; | enable = true; | ||
hostname = "localhost"; | hostname = "localhost"; | ||
jwtSecretFile = config.age.secrets.onlyoffice-jwt.path; | |||
}; | }; | ||
</nowiki>}} | </nowiki>}} | ||