Romain
b40d35b779
chore: apply new documentation style.
...
Co-authored-by: jbdoumenjou <jb.doumenjou@gmail.com>
2020-09-23 10:20:04 +02:00
Ludovic Fernandez
65679af61d
Remove dumpcerts.sh
2019-04-17 11:36:04 +02:00
Jack
c29a69a60d
Harden Traefik systemd service
2019-01-08 14:32:04 +01:00
Tim Möhlmann
69e4f35d9a
Test and exit for jq error before domain loop
2019-01-08 14:32:04 +01:00
Pierre Mavro
2c47691cf1
Adding grafana dashboards based on prometheus metrics
2018-06-06 14:54:03 +02:00
Jack Twilley
f35d574759
Minor updates to dumpcerts.sh
2018-04-10 16:52:05 +02:00
NicoMen
8380de1bd9
Create ACME Provider
2018-03-05 20:54:04 +01:00
Nils Knappmeier
91ff94ea56
dumpcerts.sh: Fix call to "base64" for Alpine
2017-11-02 15:52:04 +01:00
Sami Jawhar
fc550ac1fc
Dumpcerts.sh: fixed sed, extracted domain keys
2017-09-22 15:18:03 +02:00
Chulki Lee
8c5514612f
Fix whitespaces
2017-09-07 12:02:03 +02:00
Timo Reimann
ceec81011b
Address review comments.
2017-06-24 12:32:05 +02:00
Brian 'Redbeard' Harrington
927003329e
contrib: Dump keys/certs from acme.json to files
...
In the event that a user needs to explode their acme.json file into
a set of directories and relevant files for troubleshooting or use
with other programs this script will parse them into the components
in the following path structure:
```
certdir
├── certs
│ ├── domain-1.example.com
│ ├── domain-2.example.com
│ └── domain-n.example.com
└── private
└── letsencrypt.key
```
2017-06-24 12:32:05 +02:00
Guilhem Lettron
d324040adc
Add systemd watchdog feature
2017-02-04 19:06:24 +01:00
Guilhem Lettron
649cb548d0
Use sdnotify for systemd ( #768 )
...
* Use sdnotify for systemd
This is useful if a configuration is long to load.
Systemd will continue dependency chain only when server have finish to start.
https://www.freedesktop.org/software/systemd/man/systemd.service.html#Type=
* Extract the waiting behavior from Start()
2016-10-25 08:59:39 -07:00
David Keijser
45f2335a60
Make systemd unit installable
...
Having a install section makes it possible to enable/disable traefik
using the standard systemd commands
`systemctl enable traefik`
`systemctl disable traefk`
2016-08-16 14:50:20 +02:00
David Keijser
6a8bacf01c
Update systemd service file with new cli flags
2016-03-14 16:34:31 +01:00
David Keijser
465bb133c7
Add minimal systemd service file
2016-01-22 14:46:38 +01:00