Show HN: Oya – New projects set up lightning fast
21–30 of 111 posts
Re: Show HN: Oya – New projects set up lightning fast
#22Earlier quoted context omitted.
Running random automated scripts from the web is not a good idea
Like 95% of websites with JavaScript? :)
Re: Show HN: Oya – New projects set up lightning fast
#23Re: Show HN: Oya – New projects set up lightning fast
#24> 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?
A docker image would be much better than a random script.
Re: Show HN: Oya – New projects set up lightning fast
#25> Become a hero
Marketing jargon like this is IMO very tiring. I am a hero because I use your product? Ok, I guess that is a very loose definition of that word.
I don't want to be negative really, but I have actually no clue what this product does or what problem it solves.
Re: Show HN: Oya – New projects set up lightning fast
#26Re: Show HN: Oya – New projects set up lightning fast
#27> 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
#28Earlier quoted context omitted.
I don't understand your first paragraph. Could you elaborate?
curl will error out if the chain of trust is invalid, unless you override it with the -k option.
Re: Show HN: Oya – New projects set up lightning fast
#29Earlier quoted context omitted.
Running random automated scripts from the web is not a good idea
It's not meaningfully different than downloading software with an installer/install script and running it on your machine. Though obviously, you could just curl it, read it, and then bash it.