feat(templates): add batch Sealos templates#700
Draft
yangchuansheng wants to merge 1 commit into
Draft
Conversation
Add Sealos templates, bilingual READMEs, logos, and screenshots for APITable, BillionMail, BunkerWeb, drawDB, FileCodeBox, Kuvasz, LLM Gateway, Mastodon, MAZANOKE, MindsDB, Stalwart, and Tududi. Co-Authored-By: OpenAI Codex <noreply@openai.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add Sealos templates, bilingual READMEs, logos, and screenshots for 12 self-hosted apps:
The templates include Sealos App entries, public HTTPS ingress, persistent storage, database resources where required, conditional object storage or external S3 options where supported, login/setup guidance in English and Chinese, and screenshots captured from working deployments.
Pre-Landing Review
Auto-fixed review findings before commit:
https://URL.git diff --checkpasses.Test Coverage
This repository is a Sealos template catalog and has no application runtime test framework. Template coverage is validated through docker-to-sealos static and consistency gates plus live deployment smoke tests.
Plan Completion
All 12 apps listed in
app.txtwere converted into templates with:index.yamlREADME.mdREADME_zh.mdwebsite-screenshot.webpVerification Results
Local validation:
git diff --check upstream/kb-0.9...HEADpython .agents/skills/docker-to-sealos/scripts/path_converter.py --self-testpython .agents/skills/docker-to-sealos/scripts/test_check_consistency.py— 84 tests passedpython .agents/skills/docker-to-sealos/scripts/test_compose_to_template.py— 33 tests passedpython .agents/skills/docker-to-sealos/scripts/test_check_must_coverage.py— 4 tests passedpython .agents/skills/docker-to-sealos/scripts/test_quality_gate.py— 7 tests passedcheck_consistency.pypassed for all 12 templatesquality_gate.pypassed for all 12 templatesLive Sealos validation completed before shipping:
/adminlogin, accounts/logs/domains checks, optional S3 dry-run/v1/models/billionmaillogin and core endpointsCleanup:
Instanceresources were deleted.Design Review
No frontend application code changed. README screenshots were added for each template and verified as valid WebP files.
Eval Results
No prompt-related files changed.
Scope Drift
Scope Check: CLEAN
Intent: add Sealos templates for every app in
app.txt.Delivered: 12 template directories with deployment manifests, docs, logos, screenshots, live validation, and cleanup evidence.
TODOS
No
TODOS.mdexists in this repository.Test plan
git diff --checkpassed🤖 Generated with OpenAI Codex