diff --git a/src/assets/img/globalping/integrations/community/globalping-ts.jpeg b/src/assets/img/globalping/integrations/community/globalping-ts.jpeg new file mode 100644 index 000000000..ea53d661e Binary files /dev/null and b/src/assets/img/globalping/integrations/community/globalping-ts.jpeg differ diff --git a/src/assets/img/globalping/integrations/community/gp-java-cli-lib.jpeg b/src/assets/img/globalping/integrations/community/gp-java-cli-lib.jpeg new file mode 100644 index 000000000..6a00ac534 Binary files /dev/null and b/src/assets/img/globalping/integrations/community/gp-java-cli-lib.jpeg differ diff --git a/src/assets/img/globalping/integrations/community/home-assistant.jpeg b/src/assets/img/globalping/integrations/community/home-assistant.jpeg new file mode 100644 index 000000000..db9ca0c4e Binary files /dev/null and b/src/assets/img/globalping/integrations/community/home-assistant.jpeg differ diff --git a/src/assets/img/globalping/integrations/community/unofficial-gp-python-lib.png b/src/assets/img/globalping/integrations/community/unofficial-gp-python-lib.png new file mode 100644 index 000000000..87e260104 Binary files /dev/null and b/src/assets/img/globalping/integrations/community/unofficial-gp-python-lib.png differ diff --git a/src/views/pages/globalping/integrations.html b/src/views/pages/globalping/integrations.html index 67b92819b..5be455b7b 100644 --- a/src/views/pages/globalping/integrations.html +++ b/src/views/pages/globalping/integrations.html @@ -16,11 +16,23 @@

- A fully-featured REST API for your own app, easy-to-use CLI for scripting, or a no-code chatbot – we have it all + A fully-featured REST API for your own app, easy-to-use CLI for scripting, or a no-code chatbot – we have it all. Integrate Globalping into anything!

- + + +
+

+ Comunity Integrations +

+ +

+ Unofficial integrations built and supported by the amazing Globalping community! +

+
+ + @@ -32,7 +44,7 @@

return { title: 'Globalping Integrations - Power up your tools and apps by giving them access to Globalping', description: 'Learn how to interact with our global network of probes and add network testing functionality to your tools and apps.', - tilesData: [ + gpTiles: [ { header: 'REST API', descr: 'Build your own free and commercial tools and services using our flexible and powerful API.', @@ -126,6 +138,48 @@

status: 'Coming soon', }, ], + communityTiles: [ + { + header: 'Home Assistant Addon', + descr: 'Run a Globalping probe with Home Assistant', + href: 'https://github.com/erwin-willems/hassio-addons', + baseImgSrc: '/img/globalping/integrations', + imgName: '/community/home-assistant', + imgExt: '.jpeg', + imgClass: 'img-rounded', + externalLink: true, + }, + { + header: 'Globalping TS/JS Library', + descr: 'Typescript and JavaScript API wrapper', + href: 'https://github.com/eyepokes/globalping-ts', + baseImgSrc: '/img/globalping/integrations', + imgName: '/community/globalping-ts', + imgExt: '.jpeg', + imgClass: 'img-rounded', + externalLink: true, + }, + { + header: 'Globalping Java Client Library', + descr: 'Java library with Maven and Gradle', + href: 'https://github.com/nick9822/globalping-java', + baseImgSrc: '/img/globalping/integrations', + imgName: '/community/gp-java-cli-lib', + imgExt: '.jpeg', + imgClass: 'img-rounded', + externalLink: true, + }, + { + header: 'Unofficial Python library', + descr: 'Globalping Python library for easy scripting', + href: 'https://github.com/HackedServer/libglobalping-unofficial', + baseImgSrc: '/img/globalping/integrations', + imgName: '/community/unofficial-gp-python-lib', + imgExt: '.png', + imgClass: 'img-rounded', + externalLink: true, + }, + ], }; }, };