Open hatch01 opened 2 weeks ago
If it can help someone, I switched to a docker installation with this :
virtualisation.oci-containers.containers.onlyoffice = {
image = "onlyoffice/documentserver:latest";
ports = ["8000:80"];
environmentFiles = [
config.age.secrets.onlyofficeDocumentServerKey.path
];
};
Describe the bug
When enabling the onlyoffice documentserver service, it fail to start
Steps To Reproduce
set
Expected behavior
More steps
I tried to mkdir this folder in / and set the owner to onlyoffice and I get this error now:
Additional context
I see no modification in onlyoffice package and service so I think it maybe due to a bwrap update or something else in nixpkgs but can't find it.
Notify maintainers
@SuperSandro2000
Metadata
Add a :+1: reaction to issues you find important.