aboutsummaryrefslogtreecommitdiffhomepage
path: root/service
Commit message (Collapse)AuthorAge
* Rename cleanup config variablesGravatar Ty Cobb2019-09-15
| | | | | | The config parser logs a warning when the user uses a deprecated variable. It also ignores the value from a deprecated variable if it has already been set using the corresponding non-deprecated variable (and logs another warning). - CLEANUP_FREQUENCY_HOURS instead of CLEANUP_FREQUENCY - CLEANUP_ARCHIVE_READ_DAYS instead of ARCHIVE_READ_DAYS
* Make configurable the number of days to remove old sessionsGravatar Ty Cobb2019-09-11
|
* Refactor config packageGravatar Frédéric Guillot2019-06-02
| | | | | - Parse configuration only once during startup time - Store configuration values in a global variable
* Move healthcheck endpoint from ui package to httpd serviceGravatar Frédéric Guillot2018-12-28
|
* Make configurable the number of days to archive read itemsGravatar Jebbs2018-12-05
|
* Add support for Systemd Socket ActivationGravatar Frédéric Guillot2018-11-25
|
* Change Unix socket permission to make it accessible from other servicesGravatar Frédéric Guillot2018-11-25
|
* Simplify application HTTP middlewaresGravatar Frédéric Guillot2018-11-12
|
* Add the possiblity to listen on Unix socketGravatar Frédéric Guillot2018-11-11
|
* Add config options to disable HTTP and scheduler servicesGravatar Frédéric Guillot2018-11-11
|
* Replace daemon and scheduler package with service packageGravatar Frédéric Guillot2018-11-11