github.com/alloyci/alloy-runner@v1.0.1-0.20180222164613-925503ccafd6/docs/configuration/README.md (about) 1 # Configuring AlloyCI Runner 2 3 Below you can find some specific documentation on configuring AlloyCI Runner, the 4 shells supported, the security implications using the various executors, as 5 well as information how to set up Prometheus metrics: 6 7 - [Advanced configuration options](advanced-configuration.md) Learn how to use the [TOML][] configuration file that AlloyCI Runner uses. 8 - [Use self-signed certificates](tls-self-signed.md) Configure certificates that are used to verify TLS peer when connecting to the AlloyCI server. 9 - [Auto-scaling using Docker machine](autoscale.md) Execute jobs on machines that are created on demand using Docker machine. 10 - [Autoscaling AlloyCI Runner on AWS](runner_autoscale_aws/index.md) 11 - [Supported shells](../shells/README.md) Learn what shell script generators are supported that allow to execute builds on different systems. 12 - [Security considerations](../security/README.md) Be aware of potential security implications when running your jobs with AlloyCI Runner. 13 - [Prometheus monitoring](../monitoring/README.md) Learn how to use the Prometheus metrics HTTP server. 14 - [Cleanup the Docker images automatically](https://gitlab.com/gitlab-org/gitlab-runner-docker-cleanup) A simple Docker application that automatically garbage collects the AlloyCI Runner caches and images when running low on disk space. 15 16 [TOML]: https://github.com/toml-lang/toml