aboutsummaryrefslogtreecommitdiff
path: root/src/main.rs
Commit message (Expand)AuthorAgeFilesLines
* refactor configuration to support redirectsQuentin Dufour2023-11-291-1/+1
* replace log,pretty_env_logger by tracing,tracing_subscriber and add timedocker-50Alex Auvolat2023-08-271-3/+9
* Take into account unhealthy nodesAlex Auvolat2023-08-271-1/+7
* stdout: prettier formatting of proxy configAlex Auvolat2023-08-271-4/+24
* feat: warmup memory store when startingdocker-49feat/load-certs-at-bootQuentin Dufour2023-08-081-0/+12
* update df-consul to fix some issuesdocker-48Alex Auvolat2023-06-131-1/+1
* Externalise Consul module to df-consul crateAlex Auvolat2022-12-071-4/+8
* Cargo clippydocker-44Alex Auvolat2022-12-061-5/+5
* Change scheduling algo to deprioritize slow backends + refactoringAlex Auvolat2022-12-061-0/+2
* Add basic support for metricsAlex Auvolat2022-12-051-0/+15
* Add possibility to skip TLS server certificate verificationAlex Auvolat2022-08-241-0/+5
* Add graceful shutdown and memory tracingAlex Auvolat2022-01-241-11/+84
* Write proxy config to stdout to separate it from logsdocker-30Alex Auvolat2022-01-191-2/+3
* cargo fmt and improve error messagedocker-27Alex Auvolat2021-12-301-1/+1
* Add support for Consul TLSAlex Auvolat2021-12-301-1/+21
* cargo clippyAlex Auvolat2021-12-091-1/+1
* add compressed formatAlex Auvolat2021-12-091-1/+1
* Better compression choicesAlex Auvolat2021-12-091-1/+1
* CompressionAlex Auvolat2021-12-091-6/+24
* Cargo clippydocker-19Alex Auvolat2021-12-091-1/+1
* Improved management of ACME orders and certificate pre-expiration periodAlex Auvolat2021-12-091-2/+1
* Support totally ignoring backend HTTPS certificate stuffAlex Auvolat2021-12-081-0/+1
* Exit more agressively on certain errorsAlex Auvolat2021-12-081-8/+23
* Try to fix thingsAlex Auvolat2021-12-081-5/+6
* Let's encrypt email address as parameterAlex Auvolat2021-12-081-1/+8
* Tolerate ending / in Consul addressAlex Auvolat2021-12-081-1/+1
* Logging output improvementsAlex Auvolat2021-12-081-2/+2
* Better handle get_cert for https request (faster path, hostname verification)Alex Auvolat2021-12-071-12/+23
* Use node IP when service IP is not availableAlex Auvolat2021-12-071-0/+1
* Add support for custom headersAlex Auvolat2021-12-071-2/+15
* Watch multiple consul nodesAlex Auvolat2021-12-071-1/+22
* Locking to avoid flooding Let's encryptAlex Auvolat2021-12-071-2/+2
* Got a reverse proxyAlex Auvolat2021-12-071-1/+7
* Retrieve let's encrypt certificatesAlex Auvolat2021-12-071-3/+15
* not muchAlex Auvolat2021-12-061-1/+4
* First commit to Tricot, a replacement for Traefik v1Alex Auvolat2021-12-061-0/+20