From 7bbafeedeb1421b5d7ce4a19c76c3c4ffb8e3afd Mon Sep 17 00:00:00 2001 From: Carlos Galindo Date: Sat, 25 May 2024 12:18:50 +0200 Subject: [PATCH] add meshcentral@boira, files_autotagging and files_retention --- config.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/config.py b/config.py index 3f402e9..b02de05 100644 --- a/config.py +++ b/config.py @@ -72,6 +72,9 @@ FEED_READERS = [ # LanguageTool GHTags languagetool-org/languagetool 36 (sysadmin/boira) GithubTagReader(name = "LanguageTool", project = "languagetool-org/languagetool", target = GITLAB_BOIRA_CARGAJI), +# meshcentral GHReleases Ylianst/MeshCentral 36 (sysadmin/boira) + GithubReader(name = "meshcentral", project = "Ylianst/MeshCentral", + target = GITLAB_BOIRA_CARGAJI), # python3-snakes PIPY snakes 37 (packages/python3-snakes) PIPYReader(name = "python3-snakes", package = "snakes", target = GITLAB_SNAKES_CARGAJI), @@ -83,6 +86,10 @@ FEED_READERS = [ target = CGJForgejoPoster("archpkgs/meshcentral")), # nc-cospend GHReleases eneiluj/cospend-nc archpkgs/nextcloud-app-cospend NCAppReader(app = "nextcloud-app-cospend", project = "eneiluj/cospend-nc"), +# nc-f_autotagging GHReleases + NCAppReader(app = "nextcloud-app-files_automatedtagging", project = "nextcloud/files_automatedtagging"), +# nc-f_retention GHReleases + NCAppReader(app = "nextcloud-app-files_retention", project = "nextcloud/files_retention"), # nc-forms GHReleases nextcloud/forms archpkgs/nextcloud-app-forms NCAppReader(app = "nextcloud-app-forms", project = "nextcloud/forms"), # nc-maps GHReleases nextcloud/maps archpkgs/nextcloud-app-maps