From 5cc6152c2b11bb15161068451fbfa5faf4f75995 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Sat, 30 Oct 2021 14:06:58 +0200 Subject: [PATCH] Add Duplicity --- modules/Duplicity.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Duplicity.php diff --git a/modules/Duplicity.php b/modules/Duplicity.php new file mode 100644 index 0000000..4ca9c9a --- /dev/null +++ b/modules/Duplicity.php @@ -0,0 +1,14 @@ +fetch_json('https://gitlab.com/api/v4/projects/12450835/repository/tags')) + return $this->parse_json('name', '/rel\.(.+)/'); + return false; + } +} + +?>