feat: add Gpodder Sync to nextcloud

main
Louis Pearson 2024-01-07 15:39:41 -07:00
parent 7386bb969a
commit 4f68122655
1 changed files with 10 additions and 0 deletions

View File

@ -302,6 +302,16 @@
# Auto update apps
autoUpdateApps.enable = true;
extraApps = {
gpodderSync = pkgs.fetchNextcloudApp {
appName = "Gpodder Sync";
appVersion = "3.8.2";
sha256 = "sha256-eeBvRZUDVIaym0ngfPD2d7aY3SI/7lPWkrYPnqSh5Kw=";
license = "agpl3Plus";
url = "https://github.com/thrillfall/nextcloud-gpodder/releases/download/3.8.2/gpoddersync.tar.gz";
};
};
};
services.phpfpm.pools.nextcloud.settings = {
"listen.owner" = config.services.caddy.user;