Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

DataMini/sealos-asktable-templates

Repository files navigation

Sealos Template Repository

With the templates in this repository, you can easily run various applications on Sealos without worrying about dependencies between applications, just deploy with one click. Use Online

Jian Ti Zhong Wen | Template Usage Tutorial

How to create a template

  • You can create your application template through existing template files or the Create Template (TODO) button. You can create the desired template based on template.yaml.
  • The system has some built-in common environment variables and functions. Use syntax like GitHub Actions to write template parameters like the ${{SEALOS_NAMESPACE}} environment variable. For specific built-in environment variable information, see variables.
  • Taking FastGPT as an example, this shows how to create a complete template, see example.md for details.

Way to use Sealos one-click deployment button

The Deploy-on-Sealos button icon is ready for use in the current directory. All you need is insert the button image and link to the specific application address to enter the Sealos template one-click deployment page.

Button include method

  • Markdown:
[![](https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-fastdeploy%3FtemplateName%3Dfastgpt)
  • HTML:
<a href="https://cloud.sealos.io/?openapp=system-fastdeploy%3FtemplateName%3Dfastgpt"><img src="https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg" alt="Deploy on Sealos"/>a>

About

No description, website, or topics provided.

Resources

Readme

Stars

Watchers

Forks

Releases

No releases published

Packages

Contributors

Languages

  • Shell 92.0%
  • Dockerfile 8.0%