This commit is contained in:
2025-09-22 19:10:05 +03:00
parent 6b48bd1b5a
commit 9ca8382ff7
2 changed files with 17 additions and 17 deletions
+3 -3
View File
@@ -55,12 +55,12 @@ in
extraAppsEnable = true;
appstoreEnable = true;
extraApps = {
inherit (pkgs.nextcloud31Packages.apps)
inherit (pkgs.nextcloud31Packages.apps) # (config.services.nextcloud.package.packages.apps)
deck
end_to_end_encryption
groupfolders
impersonate
onlyoffice
# onlyoffice
bookmarks
calendar
contacts
@@ -77,7 +77,7 @@ in
notify_push
polls
previewgenerator
#richdocuments
richdocuments
spreed
tasks
user_oidc
+14 -14
View File
@@ -27,20 +27,20 @@
}
];
};
"onlyoffice" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 8080;
}
{
addr = "192.168.1.20";
port = 8080;
}
];
};
# "onlyoffice" = {
# forceSSL = false;
# enableACME = false;
# listen = [
# {
# addr = "100.64.0.0";
# port = 8080;
# }
# {
# addr = "192.168.1.20";
# port = 8080;
# }
# ];
# };
"localhost:9980" = {
forceSSL = false;
enableACME = false;