Commit Graph

21 Commits

Author SHA1 Message Date
Nicolas Carlier
39ab72bb30
refactor(config): small config refactoring
- split config structure
- improve config logic
- improve test lib and fix typos
2024-03-04 09:13:59 +01:00
Nicolas Carlier
0d802d03eb feat(): structured logging 2023-10-03 18:02:57 +00:00
Nicolas Carlier
13194eb0ca refactor(notification): modularize the package 2023-01-02 22:45:15 +00:00
Nicolas Carlier
9fa96acfb2 feat(): configure static path
close #45
2021-12-05 10:09:02 +00:00
Nicolas Carlier
07fbb6ee3a feat(): output hook execution logs to server logs
BREAKING CHANGES for configuration

- rename `-log-dir` to `-hook-log-dir`
- add `-hook-log-output`
- add `-log-level`
- remove `-debug`

close #44
2021-05-29 15:30:02 +00:00
Nicolas Carlier
1ee71be4c5 feat(server): simplify TLS usage 2020-08-20 12:35:59 +00:00
Nicolas Carlier
a5fe96d2e8 feat(api): add info endpoint 2020-03-15 20:45:27 +00:00
Nicolas Carlier
6a011272fd feat(): refactoring of the config flag system 2020-02-04 21:27:50 +00:00
Nicolas Carlier
d793c7813d feat(): logs refactoring 2020-01-28 21:08:43 +00:00
Nicolas Carlier
c7ea370de1 feat(): ACME support + configuration refactoring 2020-01-28 20:00:42 +00:00
Nicolas Carlier
5c01d87aa3 fix(): catch SIGTERM signal for clean shutdown 2019-01-09 10:24:35 +00:00
Nicolas Carlier
1dab1e968d feat(notification): complete refactoring of the notification system
- URL based configuration
- Only prefixed output lines are notified
- HTTP notifier: send a JSON with notification in the text attribute
- SMTP notifier: send an email with notification text in body
2018-12-30 21:00:22 +00:00
Nicolas Carlier
aab844cee7 feat(): use htpasswd to manage basic auth 2018-12-18 19:52:03 +00:00
_eternal_flame
513e6d78dd feat(security): add http basic auth (fix #6) (#7)
feat(security): add http basic auth
2018-09-04 08:28:04 +02:00
Nicolas Carlier
c3d9201e6d chore(version): print full version output 2018-07-27 07:25:39 +00:00
Nicolas Carlier
6565f6f6ba feat(cli): add print version command 2018-07-24 16:02:57 +00:00
Nicolas Carlier
fbf8794d0a feat(config): improve configuration flags 2018-07-23 08:33:18 +00:00
Nicolas Carlier
82346b08da fix(server): remove global server timeouts 2018-03-21 14:08:00 +00:00
Nicolas Carlier
a37d4151bc chore(): move version variable 2018-02-12 20:18:01 +00:00
Nicolas Carlier
f50091131b feat(): add custom logger 2018-01-09 09:17:25 +00:00
Nicolas Carlier
14c214efdf refactor(): Complete refactoring.
- No external dependencies
- No predefined directory structure
- Able to launch any kind of shell script with custom parameters
- Get script output as text event stream (SSE)
- Using common Makefiles
- Extends docker/dind Docker image
2018-01-02 16:11:59 +00:00