alpine: fixes
cerysb.art redirect nextcloud preview app whatsapp encryption fix
This commit is contained in:
parent
f8dd1681aa
commit
979d820186
3 changed files with 3 additions and 1 deletions
|
|
@ -132,6 +132,7 @@ in {
|
||||||
recommendedOptimisation = true;
|
recommendedOptimisation = true;
|
||||||
recommendedGzipSettings = true;
|
recommendedGzipSettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
|
"cerysb.art".globalRedirect = "instagram.com/cerys.bcreates";
|
||||||
"*.tristans.cloud" = {
|
"*.tristans.cloud" = {
|
||||||
globalRedirect = "tristans.cloud";
|
globalRedirect = "tristans.cloud";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -69,7 +69,7 @@ in {
|
||||||
};
|
};
|
||||||
extraApps = {
|
extraApps = {
|
||||||
inherit (config.services.nextcloud.package.packages.apps)
|
inherit (config.services.nextcloud.package.packages.apps)
|
||||||
contacts calendar mail gpoddersync memories notes maps;
|
contacts calendar mail gpoddersync memories notes maps previewgenerator;
|
||||||
oidc_login = pkgs.fetchNextcloudApp {
|
oidc_login = pkgs.fetchNextcloudApp {
|
||||||
sha256 = "sha256-cN5azlThKPKRVip14yfUNR85of5z+N6NVI7sg6pSGQI=";
|
sha256 = "sha256-cN5azlThKPKRVip14yfUNR85of5z+N6NVI7sg6pSGQI=";
|
||||||
url = "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v3.0.2/oidc_login.tar.gz";
|
url = "https://github.com/pulsejet/nextcloud-oidc-login/releases/download/v3.0.2/oidc_login.tar.gz";
|
||||||
|
|
|
||||||
|
|
@ -65,6 +65,7 @@ in {
|
||||||
};
|
};
|
||||||
encryption = {
|
encryption = {
|
||||||
allow = true;
|
allow = true;
|
||||||
|
appservice = false;
|
||||||
};
|
};
|
||||||
personal_filtering_spaces = true;
|
personal_filtering_spaces = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue