feat: nextcloud: user_oidc app

main
LeRoyce Pearson 2024-01-11 22:48:07 -07:00
parent 389727bb14
commit 17dd4cddd4
1 changed files with 7 additions and 0 deletions

View File

@ -411,6 +411,13 @@
license = "agpl3Plus";
url = "https://github.com/thrillfall/nextcloud-gpodder/releases/download/3.8.2/gpoddersync.tar.gz";
};
user_oidc = pkgs.fetchNextcloudApp {
appName = "user_oidc";
appVersion = "1.3.5";
sha256 = "sha256-G4/d5Q/ac3XBT6EJY2a0b74yzIHztGg0P/ZwOxLe3F4=";
license = "agpl3Plus";
url = "https://github.com/nextcloud/user_oidc/archive/refs/tags/v1.3.5.tar.gz";
};
};
};
services.phpfpm.pools.nextcloud.settings = {