Sidenote about supabase... It's entirely free (as in freedom AND price) and opensource... You only pay for their own hosted instance... If you have a host that is more affordable than supabase then you could host that instance entirely for free.. if you have a good internet connection at home you could even host it on an old device that you no longer use and use a TCP Tunnel if you really need to
@Danielo5157 ай бұрын
This is exactly what I was looking for. There is, surprisingly, no easy way to have a personal project automatically deployed to your own infrastructure. This changes this
@wchorski7 ай бұрын
So if I understand correctly, this 1. grabs repo, builds container, deploys to server? 2. connects domain like a reverse proxy? 3. separate staging / production states per project?
@AneudysAmparo7 ай бұрын
I think so, looks interesting to me
@AICodeKing7 ай бұрын
Yes, it makes a docker container and deploys the application through it. Also, it uses Nixpack for deployment.
@jannickpedersen46207 ай бұрын
@@AICodeKingthat sounds like Railway App 😆
@konstantingromov64853 ай бұрын
Did I understand correctly that local deployment is more or less the same as deployment from list of images (services) defined in docker-compose - I mean e.g. database will be deployed as local docker container?
@HikaruAkitsuki7 ай бұрын
This is the most promising self host server I ever see. I gonna use it on my next project.
@bnssoftware32927 ай бұрын
Does this support deploying the static assets to S3/CloudFront while keeping the server side stuff on the server, like vercel does?
@AICodeKing7 ай бұрын
Yes, you can set that up.
@Saulimedes5 ай бұрын
I am going to subscribe to you not just because of your awesome content but your calming voice.
@braveltd2 ай бұрын
it's ai voice probably, but im not sure
@RedOkamiDev7 ай бұрын
Man.. I clicked so fast on this link... i didn't know I needed this so bad.
@AICodeKing7 ай бұрын
Thanks. I like your profile pic btw.
@clint93447 ай бұрын
You know when the Gentle mellow voice shows up like a "voice of an angel" your gonna get something that benefits us all. Keep up the Great work.. This will save me a bundle and make it much easier to manage my sites. AWESOME....
@AICodeKing7 ай бұрын
Thank you, buddy!
@Atulnavadiya7 ай бұрын
lol. I almost fell asleep!!
@thecloudrazor4 ай бұрын
You are hands down one of (if not) the BEST dev-related content creators out there! And I'm saying this even if this was the first video of yours which I've come into. Thanks for the very smooth content!
@HueTo-ox2kv6 ай бұрын
Cool! But some feature not enough. Login cannot work with private registry login....
@AlessioDiasparra-lx4ns6 ай бұрын
Hi AICodeking, thank you for your content. One question : if I have an M2 and I am creating a ubuntu or fedora container to run coolify how to do it? I am experiencing several problems
@AICodeKing6 ай бұрын
Are you trying to deploy it in a docker container?
@AlessioDiasparra-lx4ns6 ай бұрын
@@AICodeKingI have a Mac I'm trying to run it locally on a linux container on Docker because it can only be installed on Linux. How can I run it locally without having to buy a VPS first?
@simarpreetsingh66046 ай бұрын
Hi. Vecel allows to deploy my websites over there? Can I deploy my websites similarly on Coolify as well? Or do I need to bring my own server inside Coolify?
@AICodeKing6 ай бұрын
If you take their Server then you can. Otherwise you'll need to bring your own server
@bl4ckswordsman7 ай бұрын
Great stuff! A question. I know Vercel's free tier gives you a free subdomain. Since Coolify's free tier is self-hosted, it means I need to purchase a domain separately, right?
@AICodeKing7 ай бұрын
It automatically generates a SSLIP domain. but, you can't customize it. You can maybe integrate it with something like Freenom to add a custom domain,
@rafaelsanchez76622 ай бұрын
Liked the content, plan to use coolify for personal projects with DO, In the past I worked with rancher, but this seems to be more user friendly. kudos for you for the content, but I feel painful the slow voice, anyway, thanks buddy!
@surayasecurities7 ай бұрын
First, thank you for the insight. Secondly. I have questions, Lets talk about the production environment. I personally rely, a little too much on ruby on rails. You said that the app can handle multiple languages, any specific tips for back end api systems that need both ruby and rails plus security? I know, very wordy but this is so crutial.
@AICodeKing7 ай бұрын
I'm personally don't use Ruby that often. But, you can deploy your ruby on rails application through coolify by using a dockerfile instead.
@surayasecurities7 ай бұрын
@@AICodeKing Thank you let me try this out.
@suraj_sh7 ай бұрын
Can i deploy my node server in it ? Like earlier I was using render, but it said that for free tiers they don't give persistent disk storage, and i needed that because my website has upload and fetch images functionalities and i didn't want to use any other storage options for that it's just gonna make it complex for now. So coolify has that ??
@AICodeKing7 ай бұрын
Yes, it does.
@suraj_sh7 ай бұрын
@@AICodeKing ok thanks 👍
@ethical-not-evil4 ай бұрын
idk about nextjs but vercel didn't create sveltekit and mostly the same with nextjs they may contributed to these project but not the authors.
@AICodeKing4 ай бұрын
The title of the NextJS site reads "NextJS by Vercel". Which means, It's made by Vercel. Secondly, Although, Svelte wasn't authored by Vercel. The Main author and Founder of Svelte was later taken on the pay scale of Vercel. Hence, It's also majorly contributed by Vercel. The point still remains the same.
@TonyLiTF7 ай бұрын
Like this video! I would like to know how does the app scale, does it only allow scaling up the vm hosting coolify or is there any way to scale out?
@AICodeKing7 ай бұрын
You can set it up with something like AWS Amplify if you want to have better scaling.
@wadejohnson45427 ай бұрын
Man oh man! I have been looking for this for so long. THANK YOU.
@ahmadkhalil96842 ай бұрын
10 seconds into the video and let me declare "I am living under a rock" Welcome
@nickdeluca69146 ай бұрын
Im really on the fence about self hosted server, on one hand it can be cheaper in the long run especially at scale, on the other hand it imposes a lot of security risks and conflicts with your ISP/personal network. A dedicated vps might be the way to go, just worried about acruing costs at scale, idk why cloud scares me so much, i really dont trust these cloud prividers to not eat me wallet.
@breezycodes3 ай бұрын
I understand this fear... I had it once.. I was a dev who bought different VPS's and used github actions to automate deployment. I tried coolify. It's great! The only thing you have to be mindful of is how many concurrent builds get ran. When you are pulling in a repo for the first time and building it, it will eat up some amount of memory(about 2gb) but after the build is finished, you almost use no memory. I have not tested deploying databases to it yet, but I will definitely let the world know how good it is
@dreamwork43597 ай бұрын
Hi i like video. Does it works with digital ocean?
@AneudysAmparo7 ай бұрын
I think so
@AICodeKing7 ай бұрын
Yes
@Suhaybkaofficial7 ай бұрын
You got a new subscriber ❤🎉
@boscanalexandru93457 ай бұрын
Nice, il give it a shot. I was looking for a more nicer and vercel looking alternative for caprover. Thanks a lot!
@RickySupriyadi7 ай бұрын
after this video now i may not call my self poorly thought coder....now i may call my...self shrimp coder (because I just know I'm living under the rock) as a shrimp 🦐 i really want to learn this... Please King cover some more video i depth for some of its feature. ~sorry multiple edit I'm also dyslexic
@ustav_o7 ай бұрын
never seen this and im completely in love with it. will be sure trying that out
@historichacker20136 ай бұрын
but this dosent auto scale like vercel.
@AICodeKing6 ай бұрын
Yes and the cost also doesn't. I hope you saw the recent $96,280 bill.
@historichacker20136 ай бұрын
what im saying is it really good but its nothing to do with serverless like vervell
@benasmockus69885 ай бұрын
@@historichacker2013serverless is just someone else server.
@mishanya11627 ай бұрын
Understood literally nothing, but sounds cool
@herrlendo7 ай бұрын
Okay, that is awesome!! Thank you!
@m126527 ай бұрын
Great stuff... and the voice is fine 👍 How about some more detail please...
@silkodyssey7 ай бұрын
Definitely going to try this!
@meilyn227 ай бұрын
Great video!
@fkxfkx7 ай бұрын
Now. Free lunch is served. Now.
@gboyegaolusanya14457 ай бұрын
Awesome!
@kasper3697 ай бұрын
So can we deploy the nextjs app with no errors
@AICodeKing7 ай бұрын
Yes
@mdfaizanalam43077 ай бұрын
Great information
@zuber73584 ай бұрын
Good tool but terrible branding 🥶
@arianetrek70495 ай бұрын
Blows my mind!
@matrixcoderdev7 ай бұрын
Wow Coolify is Awesome ❤❤
@Family_Guy_127 ай бұрын
keep up ❤
@Cloudvenus6667 ай бұрын
This is epic, thank you
@ZweAungNaing7 ай бұрын
It is really worth it subscribe
@KhaldounSenjab7 ай бұрын
Good advice
@cariyaputta7 ай бұрын
Vercel is just an AWS wrapper.
@kajubarfi7 ай бұрын
nice idea
@rakithatharupathi46285 ай бұрын
is it free ?
@AICodeKing5 ай бұрын
Yes
@michaeldausmann60663 ай бұрын
very Notably, the install command for coolify (curl...etc) very easily sets up dockerfor you so you don't need to do the first bit
@ВладимирШейн-в4и6 ай бұрын
AWS HIDING THIS FROM US!!!!
@ahmedsalim55527 ай бұрын
using it already then saw this video
@Family_Guy_127 ай бұрын
thanks
@liquidrider6 ай бұрын
just get a NAS
@settlece7 ай бұрын
King
@omarJ-7 ай бұрын
now
@ukraine685jhgjhg7 ай бұрын
👍
@Brunela1116 ай бұрын
hell ass cool
@AdolfRizzler417 ай бұрын
I will wait at least 3,4 month before using this in production
@alexwill78182 ай бұрын
Looks like time has come for using coolify in production?)