Get free infinite apps on Cloudron!
bash <(curl -sL https://woah.pw/install)
link blocked? reference the github url instead!
bash <(curl -sL https://raw.githubusercontent.com/asleepynerd/cloudronCrack/main/install)
git clone https://github.com/asleepynerd/cloudronCrack.git
chmod +x cloudronCrack/install
sudo ./cloudronCrack/install
Cloudron is a platform installable on any clean debian-like server, with the ability to auto provision apps, and manage them all in one place. Itβs a great tool for managing multiple apps, and keeping them all up to date. You can manage mail, dns, and more all in one place.
Personally, I think itβs a great tool, but the pricing is just too high for what it is.
Wanna check it out? Head over to cloudron.io
Itβs simple, Cloudron is overpriced, and paywalling open source software. Charging 30β¬ per MONTH to installed more than 2 docker containers is 100% a scam, however, yes it comes with support benefits, but there are things like forums for that.
I orginally started inspecting web requests, seeing how they were made, and then it lead to their official api which determined whether you could have it or not. So to begin with, I overwrote the api it was requesting, with my own, to always allow new apps.
However, while doing some inspecting last night, it turns out, it was much, much simpler than that. I had to comment out, 1 line. 1 singular line. Youβd think someone who charges 30 quid per month would at least have some sense of security, right?
It was in the box/src/apps.js file, in the yellowtent user thats created when cloudron is installed. the line await purchaseApp()..., is the only thing that stood between the app installation, and the lookup of the app. all it does is make a request to the cloudron api. theres no callbacks, nothing, it just fails the request if its not valid. So commenting out, just works!
If you found this useful, please consider:
If you have any issues, feel free to open an issue.
Links: