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; + } +} + +?>