Should I switch to Cloudflare?
-
@jdaviescoates What does "integrate" mean? I thought that just meant it auto-configures your registrar's DNS to your VPS IP address (or changes name servers maybe). Is there more to it than that?
-
@Lonk yeah, that's all I mean. And it does that for every domain/ sub-domain you add to Cloudron.
Of course can also set-up a wildcard on 1984/ Joker/ wherever too, but it's nicer to not even have to do that
-
@jdaviescoates That's pretty cool, but could it be cooler, could "adding domains" not even be needed. We don't have a bulk input of domains, but having them all at the ready when installing apps would be cool, maybe an extra list item at the end of the domains you own saying "check others on registrars you own" and it'll auto-populate beyond the domains you've "chosen" to add / link to Cloudron.
-
The Cloudron integration with DNS Provider APIs also handles all the necessary TXT records for you, which is kinda handy for email setup too.
-
@marcusquinn I use wildcards to my static IP personally but I could see the use in having email ready on the platform. I haven't touched Cloudron email yet.
-
Personally, from a security standpoint, I would totally not recommend Cloudflare. Their model is literally performing a (authorized) man-in-the-middle attack on your traffic. They have access to all your data.
I'm not saying they're nefarious. I'm just saying that for the minute benefit they offer, I don't think it's worth it to add yet another entity to the chain of trust.
-
I also use Namecheap for my private Domains and I am very happy with them.
The initial "pain" with "Namecheap API Access" can be a put off, but the Namecheap live chat will help with that.
-
Hey guys... so if we add something like BunnyCDN, which doesn’t integrate with Cloudron yet, everytime we add a new domain, we need to do all the DNS configs manually?
-
- every time you add a sub-domain: no, not necessarily, you can just setup a wildcard once, and you're good
- every time you add a first-level domain: yeah
-
@BrutalBirdie What’s the initial pain of API access. I haven’t used them in years. But I use to use their API after they updated their interface and made it horrible - and started using their API for all my changes. I was building Wordpress integration into Namecheap actually - when adding or changing to a new domain in Wordpress Multisite, it would check my Namecheap and configure the DNS, just like Cloudron or if I didn’t own the domain, it checked it’s availability and offered to purchase it on Name heap and configure the DNS. All without leaving the Wordpress Web App.
It was amazing. But I have yet to make the same thing for NameSilo but I’m planning too. Their API is even better.
-
@mehdi said in Should I switch to Cloudflare?:
Personally, from a security standpoint, I would totally not recommend Cloudflare. Their model is literally performing a (authorized) man-in-the-middle attack on your traffic. They have access to all your data.
I'm not saying they're nefarious. I'm just saying that for the minute benefit they offer, I don't think it's worth it to add yet another entity to the chain of trust.
That’s exactly how I feel. But I wanted to know if the benefit was worth the free so I’m glad you mirror my feelings and spoke into the negligible benefits.
-
@Lonk said in Should I switch to Cloudflare?:
@BrutalBirdie What’s the initial pain of API access. I haven’t used them in years. But I use to use their API after they updated their interface and made it horrible - and started using their API for all my changes. I was building Wordpress integration into Namecheap actually - when adding or changing to a new domain in Wordpress Multisite, it would check my Namecheap and configure the DNS, just like Cloudron or if I didn’t own the domain, it checked it’s availability and offered to purchase it on Name heap and configure the DNS. All without leaving the Wordpress Web App.
It was amazing. But I have yet to make the same thing for NameSilo but I’m planning too. Their API is even better.
Oooo, I can think of a good use for that!
-
@marcusquinn Unfortunately, their API had changed since I coded this and I haven't revamped it for their new API. But, tell you what, since I exclusively use NameSilo now and will be revamping my code to be "NameSilo compatible. I'll see if I can't add updated Namecheap API definitions so I can test it before moving out to porting my code.
Honestly though, despite being able to accomplish anything using the REST API synchronizing
posts
(all types) across single site installations - your business does sound like it may benefit from ease of development that Multisite deployment provides. Though, since like I said you can do this all through the REST API, if what you're already doing works, their are def cons to Multisite. The main benefit is ease of development and deployment and if you've already figured out your pipeline, you may never need to consider multisite. -
@Lonk said in Should I switch to Cloudflare?:
NameSilo
Not heard of them before, and kinda tired of transferring so many domains over the years but if you recommend I might find time.
Seem to be a little cheaper? Anything else?
-
@Lonk We use a combo of
wp-cfm
anddistributor
plugins to achieve the same. The target it to have all site seed data checked into the repo as json. Not a fan of SQL script commits with the hazards from the order in which they're run.Open to idea but I think you'll like what you see. I can think of multi-site potential too - but would want to automate CDN setups so that each has it's own IP.
-
Weird, Namesilo doesn't support .co.uk, just .uk
-
@Lonk said in Should I switch to Cloudflare?:
@BrutalBirdie What’s the initial pain of API access. I haven’t used them in years. But I use to use their API
namecheap requires you to manually whilelist every IP that uses their API. He is probably referring to that.
-
@Lonk said in Should I switch to Cloudflare?:
@BrutalBirdie What’s the initial pain of API access. I haven’t used them in years. But I use to use their API after they updated their interface and made it horrible - and started using their API for all my changes. I was building Wordpress integration into Namecheap actually - when adding or changing to a new domain in Wordpress Multisite, it would check my Namecheap and configure the DNS, just like Cloudron or if I didn’t own the domain, it checked it’s availability and offered to purchase it on Name heap and configure the DNS. All without leaving the Wordpress Web App.
It was amazing. But I have yet to make the same thing for NameSilo but I’m planning too. Their API is even better.
@girish said in Should I switch to Cloudflare?:
@Lonk said in Should I switch to Cloudflare?:
@BrutalBirdie What’s the initial pain of API access. I haven’t used them in years. But I use to use their API
namecheap requires you to manually whilelist every IP that uses their API. He is probably referring to that.
Yes and No.
My 'initial pain' was that the api access is locked for new users, there was a text like 'you need to have 50€ balance' or something strange restriction.
But after chatting with the live chat I told them I want to host SaaS Services (aka. Cloudron ) and need api access to automatically change domains.They had no problem with that and enabled it for me with no questions asked.
-
@BrutalBirdie said in Should I switch to Cloudflare?:
My 'initial pain' was that the api access is locked for new users, there was a text like 'you need to have 50€ balance' or something strange restriction.
Ah, this is probably something new. We enabled is 3-4 years ago, when I guess they didn't have this restriction. Good to know they are friendly and enable it.