g632104866 发表于 2026-7-9 15:11:48

kkRepo 只用 1 天就支持了 Futter / Dart / Pub 仓库私服搭建、支持代理 pub.dev、支持聚合私服和 Proxy

前言

kkRepo ( https://github.com/klboke/kkRepo )一个对标 Nexus ,解决 Nexus 社区版本限制痛点的开源制品仓库项目,目前已经支持了 Maven, npm, PyPI, Go, Helm, Cargo/Rust, Docker/OCI, NuGet, RubyGems, Yum, and Raw 这些仓库,下一步打算支持华为的鸿蒙 ohpm 仓库。

kkRepo 新增 Flutter / Dart / Pub 私服支持

kkRepo 只用 1 天就支持了 Futter / Dart / Pub 仓库私服搭建,包含了完整的功能实现,以及 Client E2E ,这得益于 kkRepo 开放扩展的架构 。昨天有人提 issue 请求支持: https://github.com/klboke/kkRepo/issues/84 ,当天博主肝到凌晨 2 点,把功能都搞完整了,PR: https://github.com/klboke/kkRepo/pull/86

而 Nexus 实现同样的功能,从 2024 年有人从 issue 提出,到 2026 年实现,用了整整 2 年时间。issue: https://github.com/sonatype/nexus-public/issues/416

kkRepo 搭建 lutter / Dart / Pub 私服

参考 https://v2ex.com/t/1222838 ,和 Maven 仓库类似
页: [1]
查看完整版本: kkRepo 只用 1 天就支持了 Futter / Dart / Pub 仓库私服搭建、支持代理 pub.dev、支持聚合私服和 Proxy