Merge pull request #7684 from osbre/feat/add-gigalixir-detection

Add Gigalixir PaaS detection
main
Elbert Alias 1 year ago committed by GitHub
commit 2579d78e43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 32 32"><path fill="#2E363E" d="M16.618 32c-1.792 0-3.477-.255-5.057-.763a14.876 14.876 0 0 1-7.635-5.588c-.922-1.304-1.643-2.778-2.163-4.38C1.254 19.67 1 17.94 1 16.086c0-1.856.254-3.584.763-5.206a16.332 16.332 0 0 1 2.174-4.443 14.82 14.82 0 0 1 3.372-3.435c1.304-.965 2.757-1.686 4.326-2.216C13.215.255 14.9 0 16.692 0c2.026 0 3.902.318 5.63.986a14.16 14.16 0 0 1 4.592 2.82c1.325 1.22 2.343 2.715 3.096 4.443l-6.15 1.877c-.763-1.368-1.75-2.407-2.969-3.16-1.219-.742-2.608-1.113-4.198-1.113a8.942 8.942 0 0 0-3.627.742c-1.113.488-2.067 1.22-2.905 2.131a9.865 9.865 0 0 0-1.92 3.224c-.444 1.219-.678 2.555-.678 4.008 0 1.473.234 2.841.679 4.092a9.587 9.587 0 0 0 1.94 3.245 8.405 8.405 0 0 0 2.97 2.11c1.134.488 2.385.742 3.753.742 1.452 0 2.756-.276 3.88-.806a7.272 7.272 0 0 0 2.778-2.258c.7-.965 1.156-2.11 1.326-3.414h-7.55l6.405-5.249h7.676v3.202c0 2.11-.36 4.03-1.092 5.8a13.464 13.464 0 0 1-3.054 4.57c-1.304 1.283-2.884 2.258-4.697 2.969-1.802.7-3.806 1.039-5.959 1.039Z"/></svg>

After

Width:  |  Height:  |  Size: 1.0 KiB

@ -716,6 +716,20 @@
}, },
"website": "https://ghost.org" "website": "https://ghost.org"
}, },
"Gigalixir": {
"cats": [
62
],
"description": "Gigalixir is a PaaS focused on deployments of Elixir and Phoenix web apps",
"icon": "Gigalixir.svg",
"pricing": [
"low",
"recurring",
"freemium"
],
"url": "\\.gigalixirapp\\.com",
"website": "https://gigalixir.com/"
},
"Gist Giftship": { "Gist Giftship": {
"cats": [ "cats": [
100 100
@ -2537,4 +2551,4 @@
"implies": "Python", "implies": "Python",
"website": "https://gunicorn.org" "website": "https://gunicorn.org"
} }
} }

Loading…
Cancel
Save