Open tim-phillips opened 7 years ago
Thanks for bringing this to our attention @babenzele. I don't think we'd be able to run with the free version, but the Premium versions seems affordable.
That 'multicloud' feature seems interesting. Supposedly helps against censorship.
As stated in TODO:
I've been impressed with ZEIT's Now and have been using it for my deployments.
https://zeit.co/now
You literally just type
now
in your application's directory and it creates an immutable deploy that you get a unique link for. Then you can alias that deploy to your domain name with another command,now alias
. All the config is in yourpackage.json
ornow.json
.I like this part too:
They have user auth coming. But be careful with auth since users who are getting alerts from certain servers may be targeted. ZEIT employees are active on slack so maybe could ask them there how exposed this traffic is and if they have a solution such as rotating servers. Everything is by default encrypted over HTTP/2, so this may be moot, but better safe than sorry.