All Projects → openfaas → cloud-functions

openfaas / cloud-functions

Licence: MIT license
OpenFaaS social functions

Programming Languages

python
139335 projects - #7 most used programming language
go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to cloud-functions

ts-serverless
Telar Social Network using OpenFaaS and Kubernetes. Run your own server-less social network. One command from OpenFaaS Cloud to build Social Network.
Stars: ✭ 34 (+25.93%)
Mutual labels:  social-media, openfaas
WorkGroup
Self-Hosted private Social Media-Intranet for Companies.
Stars: ✭ 21 (-22.22%)
Mutual labels:  community, social-media
pH4Social
📣 Social Networking Software built with Laravel PHP framework and Bootstrap.
Stars: ✭ 27 (+0%)
Mutual labels:  community, social-media
WF-website
Website for Western Friend, part of the Religious Society of Friends
Stars: ✭ 34 (+25.93%)
Mutual labels:  community
dtube
Decentralized video sharing & social media platform on Ethereum blockchain.
Stars: ✭ 70 (+159.26%)
Mutual labels:  social-media
node8-express-template
Node.js 8 template for OpenFaaS with HTTP via Express.js
Stars: ✭ 16 (-40.74%)
Mutual labels:  openfaas
slacking
Modern Slack C++ 11 library for communicating with the Web Slack API
Stars: ✭ 58 (+114.81%)
Mutual labels:  slackbot
support
Community Help & Support and AEA (Ask Everyone Anything)
Stars: ✭ 301 (+1014.81%)
Mutual labels:  community
falco-the-kubernetes-response-engine-using-openfaas-functions
Demonstrating how you can take an action to your intrusions detected by Falco using OpenFaaS functions
Stars: ✭ 23 (-14.81%)
Mutual labels:  openfaas
WebXDAO.github.io
Main website built with Next.js and Tailwind, and Community builded. 🛸
Stars: ✭ 39 (+44.44%)
Mutual labels:  community
social
A simple social media using MEAN Stack. Frontend: Angular 6.
Stars: ✭ 13 (-51.85%)
Mutual labels:  social-media
docs
Source for Storj DCS docs
Stars: ✭ 63 (+133.33%)
Mutual labels:  community
plexus
Plexus - Interactive Emotion Visualization based on Social Media
Stars: ✭ 27 (+0%)
Mutual labels:  social-media
2020
Make your own 2020 ASCII art
Stars: ✭ 26 (-3.7%)
Mutual labels:  openfaas
buscador-ao
Ponto de obtenção de informações públicas de Angola
Stars: ✭ 21 (-22.22%)
Mutual labels:  community
start-here
Join our community and build with us. This repository is for Community help and support 💜 ✨
Stars: ✭ 67 (+148.15%)
Mutual labels:  community
partinfra-terraform
Terraform configuration for Participation Infrastructure
Stars: ✭ 46 (+70.37%)
Mutual labels:  community
rk-community-site
🦄 RK's community site
Stars: ✭ 20 (-25.93%)
Mutual labels:  community
community
Harbor community-related material
Stars: ✭ 65 (+140.74%)
Mutual labels:  community
wasteof.money
next-gen social media. this repo is for wasteof.money legacy which is no longer online. the new site is built with nuxt.js on the frontend and is currently not open source.
Stars: ✭ 31 (+14.81%)
Mutual labels:  social-media

cloud-functions

Functions used by OpenFaaS Community

join-welcome

This function is a bot that welcomes anyone who joins the #openfaas channel.

export slack_incoming_webhook_url="URL"
export slack_signing_token="SIGNING_TOKEN"

faas-cli cloud seal --name openfaas-cloud-functions-secrets \
    --literal slack-incoming-webhook-url="$slack_incoming_webhook_url" \
    --literal slack-signing-token="$slack_signing_token" \
    --cert=./pub-cert.pem

signup

This function redirects to the OpenFaaS Cloud Community Cluster sign-up page.

slack

Redirects to the Slack sign-up instructions.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].