temp collabora fix
This commit is contained in:
@@ -21,7 +21,7 @@ with lib;
|
||||
|
||||
image = mkOption {
|
||||
type = types.str;
|
||||
default = "collabora/code";
|
||||
default = "collabora/code:24.04.5.1.1";
|
||||
};
|
||||
|
||||
puid = mkOption {
|
||||
@@ -66,7 +66,7 @@ with lib;
|
||||
|
||||
extraParams = mkOption {
|
||||
type = types.str;
|
||||
default = "--o:ssl.enable=false --o:ssl.termination=true --o:net.post_allow.host[0]=.+ --o:storage.wopi.host[0]=.+";
|
||||
default = "--o:ssl.enable=false --o:ssl.termination=true --o:net.post_allow.host[0]=.+ --o:storage.wopi.host[0]=.+ --o:net.proto=IPv4";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user