免费白嫖IBM VPS,自己搭建魔法上网服务器免费申请使用IBM Cloud Lite(轻量套餐) 详细教程指南
最新代码,无需github自动重启(脚本随时失效,最新消息请进TG组了解 https://t.me/ahafx ,所有脚本错误的,麻烦看看右上角是不是选的达拉斯
wget --no-check-certificate -O ibmcloud.sh https://raw.githubusercontent.com/Netflixxp/ibm/master/ibmcloud.sh && chmod x ibmcloud.sh && ./ibmcloud.sh
另外一个大佬提供的脚本(该脚本已经更新,加入每9天自动重启,未实测,有bug去群里反馈)
wget --no-check-certificate -O install.sh https://raw.githubusercontent.com/rootmelo92118/IBM-cloudfoundry-continue/master/install.sh && chmod x install.sh && ./install.sh
cf套cdn脚本
addEventListener(
"fetch",event => {
let url=new URL(event.request.url);
url.hostname="ibmyes.us-south.cf.appdomain.cloud";
let request=new Request(url,event.request);
event. respondWith(
fetch(request)
)
}
)
具体教程参考
https://github.com/CCChieh/IBMYes
利用Github的Actions 每周重启 IBM Cloud Fonudray里面有一个BUG要修正
编辑 /.github/workflows/ibm.yml第38行
./IBM_Cloud_CLI/ibmcloud cf install
修改成
./IBM_Cloud_CLI/ibmcloud cf install -v 6.51.0