免费白嫖 IBM VPS 最新代码,无需github自动重启。
(注:脚本随时失效,所有脚本错误的,麻烦看看右上角是不是选的达拉斯)
wget --no-check-certificate -O ibmcloud.sh https://raw.githubusercontent.com/Netflixxp/ibm/master/ibmcloud.sh && chmod +x ibmcloud.sh && ./ibmcloud.sh
另外一个大佬提供的脚本(该脚本已经更新,加入每9天自动重启,未实测)
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)
)
}
)
利用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