zadjii / nebula

The personal private cloud platform
http://starmap.io
MIT License
2 stars 1 forks source link

Make it possible to run remote locally, no vagrant #56

Closed zadjii closed 6 years ago

zadjii commented 6 years ago

When I switched everything over to vagrant, I made it impossible to get the remote running locally without a lot of complicated SSL commands and template files.

Because the SSL work is obviously getting punted, I'll make it possible for remotes to run with SSL disabled. Then, we'll ignore not having the cert, we won't sign host certs, etc.

zadjii commented 6 years ago

Hokay so I don't think that we should TOTALLY get rid of the certs. Maybe just get rid of the signing, and the CA parts when DISABLE_SSL is set.

Because the host would need to store that it's not supposed to use SSL with that remote, and then every connection to the remote would need to check that flag.

zadjii commented 6 years ago

So I'll