Skip to content

Instantly share code, notes, and snippets.

@ericstoekl
Last active April 27, 2018 03:54
Show Gist options
  • Save ericstoekl/903d16fb9076b5f389733428997c928b to your computer and use it in GitHub Desktop.
Save ericstoekl/903d16fb9076b5f389733428997c928b to your computer and use it in GitHub Desktop.
private registry store.json
[
{
"icon": "https://pbs.twimg.com/profile_images/927538119901175814/4uhYwTyC_400x400.jpg",
"title": "Colorization",
"description": "Turn black and white photos to color using a URL as the request. The colorization function was popularised by @colorisebot by Alex Ellis and Finnian Anderson.",
"image": "localhost:5000/openfaas-colorization:0.4.0",
"name": "colorise",
"fprocess": "python -u index.py",
"network": "func_functions",
"repo_url": "https://github.com/alexellis/repaint-the-past",
"labels": {
"com.openfaas.ui.ext": "png"
},
"environment": {
"url_mode": "true",
"read_timeout": "60",
"write_timeout": "60"
}
},
{
"title": "Inception",
"description": "This is a forked version of the work by Magnus Erik Hvass Pedersen - it has been re-packaged as an OpenFaaS serverless function.",
"image": "alexellis/inception:2.1",
"name": "inception",
"fprocess": "python3 index.py",
"network": "func_functions",
"repo_url": "https://github.com/faas-and-furious/inception-function",
"environment": {
"read_timeout": "60",
"write_timeout": "60"
}
},
{
"title": "Figlet",
"description": "OpenFaaS Figlet image. This repository comes with the blog post http://jmkhael.io/create-a-serverless-ascii-banner-with-faas/",
"image": "localhost:5000/faas-figlet",
"name": "figlet",
"network": "func_functions",
"repo_url": "https://github.com/jmkhael/faas-figlet"
},
{
"title": "NodeInfo",
"description": "Get info about the machine that you're deployed on. Tells CPU count, hostname, OS, and Uptime",
"image": "functions/nodeinfo:latest",
"name": "nodeinfo",
"fprocess": "node main.js",
"network": "func_functions",
"repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/NodeInfo"
},
{
"icon": "https://raw.githubusercontent.com/docker-library/docs/b449be7df57e9ed9086bb5821bfb5d6cdc5d67a4/docker-dev/logo.png",
"title": "Dockerhub Stats",
"description": "Golang function gives the count of repos a user has on the Docker hub",
"image": "functions/hubstats",
"name": "hubstats",
"network": "func_functions",
"repo_url": "https://github.com/openfaas/faas"
},
{
"title": "Tesseract OCR",
"description": "This function brings OCR - Optical Character Recognition through the tesseract engine. Just pass in a URL of an image in .jpg or .png format.",
"image": "viveksyngh/openfaas-ocr:latest",
"name": "ocr",
"network": "func_functions",
"repo_url": "https://github.com/viveksyngh/openfaas-ocr"
},
{
"icon": "https://raw.githubusercontent.com/faas-and-furious/qrcode/master/images/qrcode.png",
"title": "QR Code Generator - Go",
"description": "QR Code generator using Go",
"image": "johnmccabe/qrcode",
"name": "qrcode-go",
"network": "func_functions",
"repo_url": "https://github.com/faas-and-furious/qrcode",
"labels": {
"com.openfaas.ui.ext": "png"
}
},
{
"icon": "https://nmap.org/images/nmap-logo-256x256.png",
"title": "Nmap Security Scanner",
"description": "Tool for network discovery and security auditing. Warning: use with caution on public clouds.",
"image": "functions/nmap:0.1",
"name": "nmap",
"network": "func_functions",
"repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/Nmap",
"environment": {
"read_timeout": "300",
"write_timeout": "300"
}
},
{
"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": "alexellis2/faas-youtubedl",
"name": "youtube-dl",
"network": "func_functions",
"repo_url": "https://github.com/faas-and-furious/youtube-dl",
"labels": {
"com.openfaas.ui.ext": "mp4"
},
"environment": {
"read_timeout": "300",
"write_timeout": "300"
}
},
{
"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": "rorpage/text-to-speech",
"name": "text-to-speech",
"network": "func_functions",
"repo_url": "https://github.com/rorpage/openfaas-text-to-speech",
"labels": {
"com.openfaas.ui.ext": "mp3"
},
"environment": {
"read_timeout": "60",
"write_timeout": "60"
}
},
{
"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": "stefanprodan/certinfo",
"name": "certinfo",
"network": "func_functions",
"repo_url": "https://github.com/stefanprodan/openfaas-certinfo"
},
{
"title": "nslookup",
"description": "Uses nslookup to return any IP address info on domains and URLs",
"image": "jockdarock/nslookupfaas:master",
"name": "nslookup",
"network": "func_functions",
"repo_url": "https://github.com/jockdarock/nslookup_faas"
},
{
"title": "mememachine",
"description": "Turn any image into a meme.",
"image": "developius/faas-mememachine:0.2",
"name": "mememachine",
"network": "func_functions",
"repo_url": "https://github.com/developius/openfaas-mememachine",
"labels": {
"com.openfaas.ui.ext": "jpg"
}
},
{
"title": "Left-Pad",
"description": "left-pad on OpenFaaS",
"image": "alexellis2/faas-leftpad",
"name": "leftpad",
"network": "func_functions",
"repo_url": "https://github.com/faas-and-furious/faas-leftpad"
},
{
"title": "Docker Image Manifest Query",
"description": "Query an image on the Docker Hub for supported architectures - by Phil Estes",
"image": "rgee0/of-mquery:1.0",
"fprocess": "./mquery",
"name": "mquery",
"network": "func_functions",
"repo_url": "https://github.com/rgee0/mquery/tree/openfaaschanges"
},
{
"title": "SentimentAnalysis",
"description": "Python function provides a rating on sentiment positive/negative (polarity -1.0-1.0) and subjectivity to provided to each of the sentences sent.",
"image": "functions/sentimentanalysis",
"envProcess": "python ./handler.py",
"name": "sentimentanalysis",
"network": "func_functions",
"repo_url": "https://github.com/openfaas/faas/tree/master/sample-functions/SentimentAnalysis"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment