jianlongfan / IBMFREE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IBM Cloud Foundry - V2Ray

Use GitHub Actions to automatically deploy the latest version of V2Ray to IBM Cloud Foundry

Read the details in my blog (in Chinese) | 中文教程

Usage

  • Click the Use this template button to create a new repository.
  • Click the Settings tab on your own repository, and then click the Secrets button to add the following encrypted environment variables:
    • IBM_CF_USERNAME: IBM Cloud user name (email address)
    • IBM_CF_PASSWORD: IBM Cloud password
    • IBM_CF_ORG_NAME: Organization name, the default is the email address. Can be found on this page.
    • IBM_CF_SPACE_NAME: Space name, default is dev. Can be found on this page.
    • IBM_CF_APP_NAME: App name, fill in according to your preference.
    • V2_UUID: UUID generator
    • V2_WS_PATH: Any combination of English letters and numbers.
  • Click the Run workflow button on the Actions page.
  • Wait for the deployment to complete.
  • Click the relevant application on the Cloud Foundry Public page to view the access address.

TIPS: You can customize the API address and App memory size through the workflow file.

Acknowledgments

Licence

MIT © P3TERX

About

License:MIT License