Anderson Dadario
Anderson Dadario
Hi @bertoncelj1, Thanks for your reply. Basically I used cURL and a ruby client. I didn't compute the time, but I added some messages to trap the requests / response...
@leafstrat my premise was to do it client-side, so no data is sent to any service. Or just self-host chart-gpt, and users will need to trust only chart-gpt instead of...
I've created a PR with a Dockerfile, so anyone can run without installing crystal ;) Link: https://github.com/denysvitali/megadecrypter/pull/4
Btw @laurilehmijoki , thank you for s3 website. It`s a great project :)
I just used Docker, problem solved. Here is what I did: 1. Created a **s3_website** directory on my app root directory 2. There I created 3 files: **Dockerfile** ``` FROM...