kamal-site
kamal-site copied to clipboard
kamal-deploy.org
The documentation pages are on individual pages now which is great because we can link directly to them from Discord/GitHub but it's harder to find specific sections within the docs....
Heavily inspired from https://github.com/basecamp/kamal/discussions/112 I think it could be nice to have proper example of how to use built in traefik mechanism to generate SSL certificats. 👍 Also, here is...
The `log_lines` option comes up quite often on Discord and on GitHub discussions, it's currently just mentioned in the very last healthchecks paragraph which gets missed. Since we're using `interval`...
Update docs regarding shell expansion using curly braces {} instead of parentheses (). Note - need to check it works. See https://github.com/basecamp/kamal-site/issues/34
As per kamal v1.4.0 setting logging configuration per role is now supported 🥳 This PR adds a simple example to how one could make use of this functionality. Hope the...
The PR adds a "Guides and Tutorials" section to the website. Articles are ordered by publishing time (newer at the top). I got an idea from https://github.com/basecamp/kamal/issues/355. Currently, I added...
I found this project via this post https://dev.to/hsatac/kamal-deploy-on-gcp-18jn on dev.to but as I started looking around I realized that there is no obvious license file. It'd be helpful to know...
Hello, I came across Kamal, and happily browsed the website - but I could not find a full example deployment to tie all the configuration bits together. Could you add...
Kamal's docs mention a `--cpu-count` option here: https://github.com/basecamp/kamal-site/blob/5901184cdb4e0f7b09e508b93e3ea65fc4de008f/_docs/configuration.md?plain=1#L327-L337 It took me a while to figure out why it didn't work for me. Turns out it's a Windows-only option: > `--cpu-count...