Show HN: Oya – New projects set up lightning fast
1–10 of 111 posts
Re: Show HN: Oya – New projects set up lightning fast
#2You lost me right there. No checksum, no digital signature - if your server gets hacked, so do your customers.
Why don't you use your github releases in the installation instructions?
Re: Show HN: Oya – New projects set up lightning fast
#3> curl https://oya.sh/get | bash You lost me right there. No checksum, no digital signature - if your server gets hacked, so do your customers. Why don't you use your github releases in the installation instructions?
Re: Show HN: Oya – New projects set up lightning fast
#4> curl https://oya.sh/get | bash You lost me right there. No checksum, no digital signature - if your server gets hacked, so do your customers. Why don't you use your github releases in the installation instructions?
Re: Show HN: Oya – New projects set up lightning fast
#5Re: Show HN: Oya – New projects set up lightning fast
#6> curl https://oya.sh/get | bash You lost me right there. No checksum, no digital signature - if your server gets hacked, so do your customers. Why don't you use your github releases in the installation instructions?
Your assertion that "if your server gets hacked, so do your customers", also applies to a checksum, as the hackers would just change the checksum listed on the website.
If you have a problem with piping curl to bash, then you can just not do so, you can download the bash script, see what it does, and modify it before running it. It's only 140 lines and it's fairly simple.
Further to your point, the bash script also does checksums internally!
Putting releases up on github isn't a bad idea, but their github account credentials could also be hacked, so it's no more secure than this really.
Re: Show HN: Oya – New projects set up lightning fast
#7> curl https://oya.sh/get | bash You lost me right there. No checksum, no digital signature - if your server gets hacked, so do your customers. Why don't you use your github releases in the installation instructions?
It's already on GitHub, the shell script is just a wrapper to handle automating the download and install of the latest release.
Re: Show HN: Oya – New projects set up lightning fast
#8> curl https://oya.sh/get | bash You lost me right there. No checksum, no digital signature - if your server gets hacked, so do your customers. Why don't you use your github releases in the installation instructions?
The difference between a digital signature and HTTPS for identity verification is probably somewhat of a toss-up, and a checksum hosted on the same server as the download is mostly useless for anything but ensuring your download of the malicious version completed successfully.
Re: Show HN: Oya – New projects set up lightning fast
#9Re: Show HN: Oya – New projects set up lightning fast
#10Earlier quoted context omitted.
It's already on GitHub, the shell script is just a wrapper to handle automating the download and install of the latest release.
Running random automated scripts from the web is not a good idea