feat: add crawl4ai template#362
Merged
Marvin-Cypher merged 1 commit intoMay 27, 2026
Merged
Conversation
Contributor
Author
|
cc @Marvin-Cypher for review. |
246a34e to
471c622
Compare
Marvin-Cypher
approved these changes
May 27, 2026
Contributor
Marvin-Cypher
left a comment
There was a problem hiding this comment.
Reviewed template files, normalized tags, compose config, config validation, stale path cleanup, and compose safety scan. Checks are passing.
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
unclecode/crawl4ai.Crawl4AI==0.8.6Python package and converts bundled HTML to Markdown without browser launches, model downloads, hosted-provider calls, or GPU.templates/icons/crawl4ai.png.Upstream
unclecodedocs/md_v2/img/favicon-32x32.pngTemplate files
templates/prebuilt/crawl4ai/docker-compose.ymltemplates/prebuilt/crawl4ai/README.mdtemplates/icons/crawl4ai.pngtemplates/config.jsonConfig/env
repo: https://github.com/Phala-Network/phala-cloud/tree/main/templates/prebuilt/crawl4aiCRAWL4AI_VERSION(default0.8.6)Validation
python3 sdks/templates/validate.py✅git -C sdks diff --check origin/main...HEAD✅docker compose -f sdks/templates/prebuilt/crawl4ai/docker-compose.yml config >/dev/null✅env_file, no external build context, and no literal secrets ✅Phala Cloud smoke
hermes-admin-cvm-check,tdx.small,--wait,--no-public-logs, and--no-public-sysinfo.auto-template-test-crawl4ai-0527-081053cvm_YKRanXea726d4fb8-82fa-4c78-ab88-c181547b02a507b2e2680ea87163bb6d138378b541e256442721phala psshowed/dstack-app-1running and healthy.GET /healthz-> 200,import_ok=true,demo_ok=true, version0.8.6GET /demo-> 200, reports no browser/network/provider/model useGET /v1/models-> 200, includescrawl4ai/local-markdown-demoCleanup
phala cvms delete --force.The requested CVM was not found, so cleanup is verified.cc @Marvin-Cypher for review.