Andrey Tretyakov
Andrey Tretyakov
Ok, now after reading https://github.com/basecamp/kamal/pull/924 it's a bit more clear..
Hmm, after making KAMAL_REGISTRY_PASSWORD variable available in the current environment, it still doesn't work (same symptoms). Any ideas ?
To anyone having the same problem: if you run Kamal from docker, you have to pass the environment inside the container, otherwise it won't be available to the Kamal process.
I actually had multiple issues with the docker version of Kamal so I switched to the gem one. It seems nobody tests if the docker version even works
@djmb For me there would be 2 advantages of using kamal proxy for accessories: - no need to use custom tcp port (it's actually nice because then you don't need...
Even though I agree such feature could be useful, I want to note - last time I checked Kamal does the healthcheck on the IP address and not on the...
If I remove the slash I get better error. ```elixir Solid.parse("{{ abc text", tags: %{}) {:error, %Solid.TemplateError{ errors: [ %Solid.ParserError{ reason: "Tag or Object not properly terminated", meta: %{column: 15,...
I understand where you are coming from - the error is technically correct. But the issue is it's completely useless for the end user - it's unlikely they will find...
@whitfin Thank you for your work on this project. I think your solution is a reasonable compromise.
Well we could still do better than them - it's still a bug even if they chose to ignore it (or are not aware of it). I can't fix it...