docs
docs copied to clipboard
concourse documentation and website
I can't find it in docs besides the section "TLS via Let's Encrypt" actually, but not every concourse installation is Let' Encrypted. I learned environments CONCOURSE_TLS_CERT and CONCOURSE_TLS_KEY from post...
Not sure if this is intended, but I found the [1.1.3 Inputs and Outputs](https://concourse-ci.org/tutorial-inputs-outputs.html) page to be somewhat broken.  In contrast with many other pages, the source of this...
This strategy doesn't count into check containers. We should make it clear. https://concourse-ci.org/container-placement.html#fewest-build-containers-strategy
1. starts up a concourse with the prometheus adapter 2. go to the metrics endpoint and copy the output 3. paste it into https://github.com/concourse/docs/blob/master/lit/docs/operation/metrics.lit#L46 next time the docs is built,...
From a discord discussion, someone was having trouble getting syslog working. Ended up being the expected format on the collectors end. Apparently the Concourse syslog drainer exports logs in RFC3164....
# Situation I really like Concourse and its features. :heart: Also the documentation gave me a good insight into the possibilities. However, I see some issues with the current documentation:...
## Feature request It would be nice to have docs for different concourse versions, like a dropdown list box where the documentation for a specific concourse version can be selected....
Some sections don't have concrete steps: https://concourse-ci.org/jobs.html#steps Like: https://concourse-ci.org/jobs.html#schema.step.set-pipeline-step.var_files while the sections above it do have full examples.
Concourse uses YAML for a number of its pieces. I suspect it uses a JSON Schema for this, but I've been unable to find one, though the [documentation](https://concourse-ci.org/tasks.html#schema.task) does seem...
I could have resolved concourse/concourse#5718 much more quickly had the docs (or our pipeline) mentioned more explicitly that Postgres 12 was already being tested. Perhaps we could have a [compatibility...