collabora->onlyoffice
This commit is contained in:
@@ -1,7 +1,26 @@
|
||||
{ ... }:
|
||||
{ config, ... }:
|
||||
{
|
||||
services.collabora-online = {
|
||||
enable = true;
|
||||
port = 9980;
|
||||
};
|
||||
virtualisation.oci-containers.containers.onlyoffice = {
|
||||
image = "onlyoffice/documentserver:latest";
|
||||
ports = ["9980:80"];
|
||||
environment = {
|
||||
USE_UNAUTHORIZED_STORAGE = "true";
|
||||
};
|
||||
|
||||
environmentFiles = [
|
||||
config.sops.secrets."jallen-nas/onlyoffice-key".path
|
||||
];
|
||||
};
|
||||
# services.collabora-online = {
|
||||
# enable = false;
|
||||
# port = 9980;
|
||||
# };
|
||||
|
||||
# services.onlyoffice = {
|
||||
# enable = true;
|
||||
# port = 9980;
|
||||
# hostname = "office.mjallen.dev";
|
||||
# };
|
||||
# users.users.onlyoffice.isSystemUser = true;
|
||||
# users.users.onlyoffice.isNormalUser = false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user