This repository has been archived by the owner on May 5, 2021. It is now read-only.
forked from openfaas/store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
store-armhf.json
78 lines (78 loc) · 2.67 KB
/
store-armhf.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
[
{
"title": "NodeInfo",
"description": "Get info about the machine that you're deployed on. Tells CPU count, hostname, OS, and Uptime",
"image": "functions/nodeinfo:latest-armhf",
"name": "nodeinfo",
"fprocess": "node main.js",
"repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/NodeInfo"
},
{
"title": "Figlet",
"description": "Generate ASCII logos with the figlet CLI",
"image": "functions/figlet:latest-armhf",
"name": "figlet",
"fprocess": "figlet",
"repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/figlet"
},
{
"title": "Left-Pad",
"description": "left-pad on OpenFaaS",
"image": "rgee0/faas-leftpad",
"name": "leftpad",
"repo_url": "https://github.com/faas-and-furious/faas-leftpad"
},
{
"title": "Manifest Query",
"description": "Query an image on the Docker Hub for supported architectures - by Phil Estes",
"image": "rgee0/of-mquery:1.2",
"fprocess": "./mquery",
"name": "mquery",
"repo_url": "https://github.com/rgee0/mquery/tree/openfaaschanges"
},
{
"title": "nslookup",
"description": "Uses nslookup to return any IP address info on domains and URLs",
"image": "jockdarock/nslookup-arm-faas:latest-armhf",
"name": "nslookup",
"repo_url": "https://github.com/jockdarock/nslookup-arm-faas"
},
{
"icon": "https://raw.githubusercontent.com/stefanprodan/openfaas-certinfo/master/logo.png",
"title": "SSL/TLS cert info",
"description": "Returns SSL/TLS certificate information for a given URL",
"image": "rgee0/certinfo:armhf",
"name": "certinfo",
"repo_url": "https://github.com/stefanprodan/openfaas-certinfo"
},
{
"icon": "https://ssl.gstatic.com/translate/community/backgrounds/globe.png",
"title": "OpenFaaS Text-to-Speech",
"description": "Generate an MP3 of text using Google's Text-to-Speech",
"image": "rgee0/text-to-speech:armhf-latest",
"name": "text-to-speech",
"repo_url": "https://github.com/rgee0/openfaas-text-to-speech/tree/armhf",
"labels": {
"com.openfaas.ui.ext": "mp3"
},
"environment": {
"read_timeout": "60s",
"write_timeout": "60s"
}
},
{
"icon": "https://www.youtube.com/yt/about/media/images/brand-resources/icons/YouTube_icon_full-color.svg",
"title": "YouTube Video Downloader",
"description": "Download YouTube videos as a function",
"image": "rgee0/faas-youtubedl",
"name": "youtube-dl",
"repo_url": "https://github.com/faas-and-furious/youtube-dl",
"labels": {
"com.openfaas.ui.ext": "mp4"
},
"environment": {
"read_timeout": "300s",
"write_timeout": "300s"
}
}
]