/install publish-website-traefik
Publish Website via Traefik
This skill allows you to publish static websites to subdomains under *.sites.friendify.cloud using a Traefik reverse proxy and Docker.
How to Use
Example Usage:
To publish a website, you will run the `deploy_site.sh` script with two arguments:\
\
`./scripts/deploy_site.sh \x3Cpath_to_website_files> \x3Csubdomain_name>`\
\
**Example:**\
\
`./scripts/deploy_site.sh /data/.openclaw/workspace/landingpages/new-deutscheschuleonline my-german-school`\
\
This would deploy the website to `https://my-german-school.sites.friendify.cloud`.
Architecture: One Website, One Container
This skill operates on the principle of "one website per Docker container." When you deploy a website, a dedicated Nginx container is launched. Traefik, acting as a reverse proxy, routes traffic from your specified subdomain ({subdomain}.sites.friendify.cloud) to this container. This approach ensures:
- Isolation: Each website runs independently, preventing conflicts.
- Dynamic Routing: Traefik uses Docker labels to automatically configure routing, simplifying management.
- Scalability: Individual websites can be scaled or updated without affecting others.
Managing Deployments
The skill provides the following commands for managing your website deployments:
Deploying a Website
To deploy a website, you will run the deploy_site.sh script with two arguments:
./scripts/deploy_site.sh \x3Cpath_to_website_files> \x3Csubdomain_name>
Example:
./scripts/deploy_site.sh /data/.openclaw/workspace/landingpages/new-deutscheschuleonline my-german-school
This would deploy the website to https://my-german-school.sites.friendify.cloud.
Listing Deployed Websites
To see all currently deployed websites managed by this skill, use the list_sites.sh script:
./scripts/list_sites.sh
This will display a list of subdomains and their corresponding URLs.
Deleting a Website
To remove a deployed website, use the delete_site.sh script, providing the subdomain name:
./scripts/delete_site.sh \x3Csubdomain_name>
Example:
./scripts/delete_site.sh my-german-school
This will stop and remove the associated Docker container and its resources, effectively undeploying the website.
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install publish-website-traefik - 安装完成后,直接呼叫该 Skill 的名称或使用
/publish-website-traefik触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
Publish Website Traefik 是什么?
Manages static website deployments to subdomains under *.sites.friendify.cloud using Traefik reverse proxy and Docker. Provides functions to deploy, list, an... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 31 次。
如何安装 Publish Website Traefik?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install publish-website-traefik」即可一键安装,无需额外配置。
Publish Website Traefik 是免费的吗?
是的,Publish Website Traefik 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
Publish Website Traefik 支持哪些平台?
Publish Website Traefik 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 Publish Website Traefik?
由 Mailo037(@mailo037)开发并维护,当前版本 v1.0.0。