Home: Remove OnlyOffice Web because it breaks way too often.

This commit is contained in:
Dmitry Voronin 2024-12-08 07:28:56 +03:00
parent 80d544b9ed
commit 1c81f394c6
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
3 changed files with 1 additions and 22 deletions

View file

@ -23,7 +23,7 @@
}; };
extraApps = { extraApps = {
inherit (config.services.nextcloud.package.packages.apps) inherit (config.services.nextcloud.package.packages.apps)
contacts calendar onlyoffice; contacts calendar;
}; };
settings = { settings = {
allow_local_remote_servers = true; allow_local_remote_servers = true;

View file

@ -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}";
# };
}

View file

@ -11,7 +11,6 @@
"invidious" "invidious"
"mattermost" "mattermost"
"nextcloud" "nextcloud"
"onlyoffice"
"paperless" "paperless"
"privatebin" "privatebin"
]; ];