Giter Club home page Giter Club logo

composer-proxy's Introduction

Composer 代理

用于解决国内 Composer 源,不全、慢等问题。

Coding 推出了 Composer 的制品库,但其有一系列BUG,暂时使用起来并不方便,所以,本仓库基于 Github Actions 和 Coding Composer 制品库,来解决以上问题。

使用指南

  1. Coding 注册账号,创建项目组(需要支持制品管理)
  2. 创建制品仓库,选择 Composer
  3. 仓库设置 - 代理设置

  1. 修改版本覆盖策略

  1. 点击操作指引,生成个人令牌

将以下两个数据保存下来

login xxx
password xxx
  1. 分别将上述两个数据,存储到 Secrets 中,命名为
CODING_LOGIN
CODING_PASSWORD
  1. 复制远端地址,将其存储到 Secrets 中。

比如,我的 URL 为以下链接

CODING_URL="https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy"
  1. 最后一步只需要配置对应的代理接口
{
    "repositories": {
        "proxy": {
            "type": "composer",
            "url": "https://hyperf-cloud-composer.pkg.coding.net/limingxinleo/proxy",
            "only": [
                "hyperf/*"
            ]
        }
    }
}

composer-proxy's People

Contributors

limingxinleo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.