Claas Z
Claas Z
Using the `download_endpoint` plugin, files can be accessed via `/attachments/eyJpZCI6ImFkdzlyeTM...`. As far as I understand, `eyJpZCI6ImFkdzlyeTM...` is some `base64` encoded data. However, when a client calls the app with some...
Importmap section didn't mention changes required in `app/javascript/application.js`
# CLI ``` $ kamal proxy boot_config reset --https-port No value provided for option '--https-port' $ kamal proxy boot_config get --https-port No value provided for option '--https-port' ``` From my...
https://kamal-deploy.org/docs/commands/proxy/ has some quirks: * On the top it says `kamal proxy boot_config `, on the bottom `kamal proxy boot_config ` * What's the difference between `--no-publish`, `--skip-publish`? * What's...