David Kimura PRO
Joined 7/18/2015
Drifting Ruby Owner
Ruby Rogues Panelist
David Kimura PRO said about 1 month ago on Stripe Billing Portal :
That's strange. I haven't come across that issue. I wonder if there are any other JS errors on the page that is preventing the checkout from loading.

David Kimura PRO said about 1 month ago on Kamal 2 with PostgreSQL :
Make sure that you are setting up the password environment variable in the .kamal/secrets and the rails credentials.

The only env var I have in my bashes is the kamal registry password as that is shared between all my apps.

David Kimura PRO said about 1 month ago on Kamal 2 with PostgreSQL :
In the .kamal/secrets, you could try to copy/paste the command that you're using to set the POSTGRES_PASSWORD to make sure that it's returning the expected value.

David Kimura PRO said 10 days ago on From Heroku to Kamal :
Yes, you’d have to config the traefik proxy with the SSL certificates.

See this discussion on some implementations 
https://github.com/basecamp/kamal/discussions/112

David Kimura PRO said 4 days ago :
I am not sure. What is the use case here instead of using a Let's Encrypt certificate?

It does look like custom certificates are supported (https://github.com/basecamp/kamal/pull/969) but I do not know if validation is done or not on these, so it would need to be tested.