{"id":16086023,"url":"https://github.com/cyberxsboy/ibmvps","last_synced_at":"2025-04-05T14:11:39.567Z","repository":{"id":153844467,"uuid":"295073039","full_name":"cyberxsboy/IBMVPS","owner":"cyberxsboy","description":null,"archived":false,"fork":false,"pushed_at":"2020-09-17T02:04:59.000Z","size":25090,"stargazers_count":0,"open_issues_count":0,"forks_count":8,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-11T09:57:16.837Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cyberxsboy.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-13T03:49:13.000Z","updated_at":"2020-09-17T02:06:04.000Z","dependencies_parsed_at":null,"dependency_job_id":"f725ea13-3c7c-45e6-bdfe-cc6b25239e37","html_url":"https://github.com/cyberxsboy/IBMVPS","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberxsboy%2FIBMVPS","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberxsboy%2FIBMVPS/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberxsboy%2FIBMVPS/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cyberxsboy%2FIBMVPS/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cyberxsboy","download_url":"https://codeload.github.com/cyberxsboy/IBMVPS/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247345856,"owners_count":20924102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-09T13:10:14.068Z","updated_at":"2025-04-05T14:11:39.533Z","avatar_url":"https://github.com/cyberxsboy.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"### 1. 我们利用开源免费的Cloud Foundry项目来搭建V2ray\n\n##### 1.1. 申请IBM免费VPS\n\u003e 地址：https://cloud.ibm.com/\n\n# 1.2. V2ray一键安装代码(9月12日 00:01 更新)\n\n```\nwget --no-check-certificate -O install.sh https://github.com/cyberxsboy/IBMVPS/master/install.sh \u0026\u0026 chmod +x install.sh  \u0026\u0026 ./install.sh\n\n```\n\n\u003e 注意事项：\n\u003e\u003e 1. 记住填写的 应用名称 建议写：bigfang \n\u003e\u003e 2. 内存大小选择256m\n\u003e\u003e 3. 一键安装完成后 保存生成VMESS链接\n\n##### 1.3. 客户端配置\n\n导入vmess链接\n\n### 2. 利用Github创建每周开关机一次任务\n\n##### 2.1. 项目地址\n\u003e https://github.com/cyberxsboy/IBMVPS\n\n在项目里点击Fork，这样就复制程序到自己的Github里面\n\n##### 2.2. 建立4项secret\n\n\u003e IBM_ACCOUNT // IBM Cloud的登录邮箱和密码\n```\nyour@email.com  \npassword\n```\n\u003e IBM_APP_NAME // 应用的名称\n```\nbigfang\n```\n\n\u003e REGION_NUM // 区域编码\n```\n7\n```\n\n\u003e RESOURSE_ID // 资源组ID\n```\n你的ID\n```\n\n\u003e\u003e 如何查找RESOURSE_ID？\n\u003e\u003e\u003e *打开IBM cloud shell，输入下面代码*\n\n```\nibmcloud resource groups\n```\n \u003e\u003e\u003e *显示出来的ID就是你的RESOURSE_ID*\n \n \n##### 2.3. 运行IBM项目\n\n###### 2.3.1. 点击Actions，再点击绿色的框  \n###### 2.3.2. 再点击Code--github/workflows---ibm.yml--右边的编辑按钮 修改一下第37行  \n修改完点击start commit。\n再回到Actions就能看到正在运行的项目，等到变成绿色的对号就运行了\n\n### 3. cloudflare加速\n\n登陆Cloudflare官网点击workers--创建--复制脚本--修改对应域名\n\n```\naddEventListener(\n\"fetch\",event =\u003e {\nlet url=new URL(event.request.url);\nurl.hostname=\"bigfang.us-south.cf.appdomain.cloud\";\nlet request=new Request(url,event.request);\nevent. respondWith(\nfetch(request)\n)\n}\n)\n```\n\n点击“发送”出现404也没有问题 直接保存部署\n这时候会给一个网址，..workers.dev域名,这是cloudflare中转的域名\n\n### 4. 客户端配置\n\n\n### 5. 找回Vmess链接  \n\n\nwget --no-check-certificate -O vmess.sh https://github.com/cyberxsboy/IBMVPS/master/vmess.sh \u0026\u0026 chmod +x vmess.sh  \u0026\u0026 ./vmess.sh\n\n\n=============================================================  \n=============================================================  \n原作者代码库：https://github.com/bigfangfang/IBMVPS\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberxsboy%2Fibmvps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcyberxsboy%2Fibmvps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcyberxsboy%2Fibmvps/lists"}