Home: Remove OnlyOffice Web because it breaks way too often.
This commit is contained in:
parent
80d544b9ed
commit
1c81f394c6
|
@ -23,7 +23,7 @@
|
|||
};
|
||||
extraApps = {
|
||||
inherit (config.services.nextcloud.package.packages.apps)
|
||||
contacts calendar onlyoffice;
|
||||
contacts calendar;
|
||||
};
|
||||
settings = {
|
||||
allow_local_remote_servers = true;
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
# NOTE: Imperative part:
|
||||
# 1. You need to change PSQL tables owner from root to onlyoffice, too. They don't do that automatically for some reason.
|
||||
# 2. TODO: Generate JWT secret at /var/lib/onlyoffice/jwt, i.e. 9wLfMGha1YrfvWpb5hyYjZf8pvJQ3swS
|
||||
# SEE: https://git.voronind.com/voronind/nixos/issues/74
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}: {
|
||||
# services.onlyoffice = {
|
||||
# enable = true;
|
||||
# hostname = "office.voronind.com";
|
||||
# jwtSecretFile = "/var/www/onlyoffice/jwt";
|
||||
#
|
||||
# postgresName = "onlyoffice";
|
||||
# postgresUser = "onlyoffice";
|
||||
# # postgresPasswordFile = "${pkgs.writeText "OfficeDbPassword" dbName}";
|
||||
# # rabbitmqUrl = "amqp://guest:guest@${config.container.module.rabbitmq.address}:${toString config.container.module.rabbitmq.port}";
|
||||
# };
|
||||
}
|
|
@ -11,7 +11,6 @@
|
|||
"invidious"
|
||||
"mattermost"
|
||||
"nextcloud"
|
||||
"onlyoffice"
|
||||
"paperless"
|
||||
"privatebin"
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue