From df50500390b7dfc7bd115a1074027090f9b4b870 Mon Sep 17 00:00:00 2001 From: Steffen Lange Date: Fri, 15 Jan 2021 21:59:56 +0100 Subject: [PATCH] Add Syncthing --- modules/Syncthing.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 modules/Syncthing.php diff --git a/modules/Syncthing.php b/modules/Syncthing.php new file mode 100644 index 0000000..5053376 --- /dev/null +++ b/modules/Syncthing.php @@ -0,0 +1,14 @@ +fetch('https://api.github.com/repos/syncthing/syncthing/releases/latest', true)) + return $this->parse_json('tag_name'); + return false; + } +} + +?>