Andrey Tretyakov

Results 72 comments of Andrey Tretyakov

@SteffenDE By the way has there been any discussion on implementing component communication without sending actual messages ? If I understand correctly, right now rendering with updates is not atomic,...

I tried to implement server-side portal in my own project, but then realized it would be very inefficient as I would need to copy the assigns to the portal exit....

IMHO we don't need multiple "app" roles - in your case you should add the server to the `web` role.

Well to support this case Kamal should have explicit app roles configuration. Currently I got the idea that there's one "primary" role ("web") that has the app deployed. Otherwise having...

> It does, here's an expanded example with role-specific configuration. You can have `hosts` or `host` within each role. And it's not good enough, because you can't define a pure...

Thanks! I've missed those accessory commands > Yes, primary is documented here https://kamal-deploy.org/docs/configuration/roles/#custom-role-configuration Well I remember reading that, but in the end I got the impression only `web` role will...

> You can define a pure accessory-only server, you just don't use deploy commands, just the accessory commands. Wait, you mean if I want to have that, I should only...

Ah lol, no. that is not my case. I want to run accessories in addition to the app, I just don't always want to run them on the same servers.

Whatever you call it. Kamal supports VMs, not only bare metal. Running multiple containers including the app on a small VM should not be a requirement. I personally think it's...

Yes, I have `KAMAL_REGISTRY_PASSWORD=$KAMAL_REGISTRY_PASSWORD` I thought Kamal will read the `.env` file to substitute `$KAMAL_REGISTRY_PASSWORD`. Do I need to provide environment variables myself now ? That was totally unexpected