Frank Groeneveld
Frank Groeneveld
The problem that causes this is not something that ends up in the logs of kamal, but in the logs of the application container. It might not be able to...
Sorry, I didn't read your original message correctly. That seems like a useful feature to have in Kamal 2!
I'm trying to move this forward. If I understand the feedback correctly the following changes are needed: - Modify `Kamal::Commands::Proxy#run` to: - mount an extra volume read-only under `/home/kamal-proxy/.config/kamal-proxy-apps` -...
As #1531 was merged, I think this PR can be closed @djmb.
Apparently the tests fail in CI. I had tested this manually on a server, where it worked without problems. Any idea why it would fail? The user that owns the...
I understand now. The uploads are done as the ssh user, but then the container is started with the directory as volume and the user in the container cannot always...
Check the logs of that new container, it might have something like an error of your application in it, causing it to not come up and become healthy.
```js onEnd: (evt) => { if(confirm("Are you sure?")) { /* normal ajax code to save the change */ } else { if (evt.oldIndex >= evt.from.children.length) { evt.from.appendChild(evt.item) } else {...
No, this is currently not possible without modifying your config and deploying again.
> > No, this is currently not possible without modifying your config and deploying again. > > Thank you for your help. How about a dynamic subdomain? Yes, but not...