Open repository where serverless applications can be submitted to Knative Scout.
All applications which are available through Knative Scout are submitted to this repository.
Open a pull request to submit your own serverless application. See contributing section for more details.
Submit an application to Knative Scout by creating a pull request.
The pull request should include a folder with your app's name.
The new.sh script will create this folder's basic structure.
Run the script by providing your new app's name as an argument:
% ./new.sh "My Awesome App"
The script will ask you a few questions about your app.
It will then create a directory and a manifest.yaml file for your app.
It is up to you to create the rest of the files:
README.md: Holds longer description of serverless applicationlogo.png: Logo for serverless applicationscreenshots/: (Optional) Directory which contains any screenshotsdeployment/: Directory which holds YAML Kubernetes resource files
A member of the team will review your pull request and add your application in no time.
The new.sh script creates a manifest.yaml file. This file must
follow the schema:
name(String): Name of apphomepageUrl(String): URL to app's homepagetagline(String): Short description of serverless applicationtags(List[String]): List of tags which are relevant to the applicationcategories(List[String]): List of categories to sort the app into. Can only include the following values:analyticsautomationentertainmenthello worldinternet of thingsutilitiesvirtual assistantother