Piotr Hajdas
Piotr Hajdas
# feat: Add one-click cloud deployment support Enable users to deploy paisa instantly on AWS, DigitalOcean, or Render.com using Infrastructure as Code templates. This adds deployment automation while maintaining all...
# 通过DeployStack添加一键式云部署选项 ## 此PR的作用 本PR为README添加了一键部署按钮,使用户能够在不进行任何手动基础设施设置的情况下,立即在各种云平台(AWS、DigitalOcean、Render)和Kubernetes(通过Helm)上部署kimi-free-api。 ## 为什么这很有价值 此集成通过使用户能够一键部署生产就绪的实例,极大地简化了kimi-free-api的评估过程,消除了复杂的基础设施设置作为采用障碍。 ## 实现细节 - 在README.md中添加了云服务提供商的部署按钮 - 所有基础设施模板都是从官方kimi-free-api Docker镜像自动生成的 - 模板在[deploystackio/deploy-templates](https://github.com/deploystackio/deploy-templates)仓库中维护 ## 关于DeployStack [DeployStack.io](https://deploystack.io)是一个将Docker配置转换为基础设施模板的开源项目。底层技术([docker-to-iac](https://github.com/deploystackio/docker-to-iac))采用MIT许可证,所有生成的模板都是公开可用的。 ## 维护和更新 如果您需要修改这些部署的Docker配置: 1. 向[deploystackio/awesome-docker-run](https://github.com/deploystackio/awesome-docker-run/tree/main/commands/kimi-free-api)提交PR 2. 基础设施模板将在所有平台上自动重新生成 ## 资源 -...
# feat: Add one-click cloud deployment support Enable users to deploy Gokapi instantly on AWS, DigitalOcean, or Render.com using Infrastructure as Code templates. This adds deployment automation while maintaining all...
Adding awesome-docke-run This repository is translating docker run command into Helm Chart. Thanks!
# Add one-click deployment options via [awesome-docker-run](https://github.com/deploystackio/awesome-docker-run) ## What this PR does This PR adds one-click deployment buttons to the README that allow users to instantly deploy Vvveb on various...