Results 58 comments of Kurt Mackey

Yeah I just cribbed some of the @aulisius Dockerfile anyway. It was better than my first take. :)

I'm a huge fan of OpenResty examples, I tend to conflate openresty + nginx (just because openresty is the best way to do lua in nginx). I think it makes...

Oh, auth is another good thing to show with OpenResty: https://github.com/zmartzone/lua-resty-openidc

Yeah I like it. Auth makes total sense standalone.

Oh I'm interested in what you found, we've had a few people with issues in different frameworks writing to `/dev/stdout` so I think this is harder than it should be.

Can you hit https://debug.fly.dev and paste the output here? I want to see which region you're connecting to.

I think the best way to do this might be to add new directory + REAMDE to the flygreeting app. I think most CI systems use directories like `.travis` and...

Readme in the same directory in the same repo works great. Just name it `README.md` instead of lowercase.

I think using Heroku Postgres is best for now. I _think_ Kong is pretty good about not querying the database on every request, and if you use Redis for caching...

Oh that's curious. I think caching is an easy example but maybe not the most appropriate for an API gateway. Auth / rate limiting / maybe logging, or even geo...