Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add one-click deploy on sealos #7999

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,21 @@ Log into Cloudron and select App Store

</details>

### Sealos

<details>
<summary>Click to Expand</summary>

Just click on the button below to be redirected to the Sealos prebuilt template deployment page:

[![](https://cdn.jsdelivr.net/gh/labring-actions/templates@main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dnocodb)

> Note: New users to [Sealos](https://sealos.io) must register and log in to proceed.

After clicking the ‘Deploy Application’ button, the deployment starts. Upon completion, click ‘Details’ on the application page. Subsequently, click on the external link to access the application's Web interface directly through the external domain name.

</details>

### Railway

<details>
Comment on lines 425 to 445
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 NOTE
This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [11-11]

Consider removing the spaces before and after the greater than symbol in the Node.js version requirement for consistency with common formatting practices.

- Node.js](https://nodejs.org/en/download) ( > v18.x )
+ Node.js](https://nodejs.org/en/download) (>v18.x)

📝 NOTE
This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [69-69]

In the tip about persisting data in Docker, consider adding a comma after "Otherwise" for better readability.

- Otherwise your data will be lost after recreating the container.
+ Otherwise, your data will be lost after recreating the container.

📝 NOTE
This review was outside the diff hunks, and no overlapping diff hunk was found. Original lines [200-200]

The section "Node Application" should refer to "Node.js Application" to maintain consistency with the official naming.

- Node Application
+ Node.js Application

Expand Down