| Commit message (Expand) | Author | Age | Files | Lines |
* | services: nginx: Replace 'http-port' and 'https-port' with 'listen'.•••* doc/guix.texi (Web Services, Version Control Services): Update accordingly.
* gnu/services/certbot.scm (certbot-nginx-server-configurations): Likewise.
* gnu/services/version-control.scm (%cgit-configuration-nginx): Likewise.
* gnu/services/web.scm (<nginx-server-configuration>,
emit-nginx-server-config): Likewise.
* gnu/tests/version-control.scm (%cgit-configuration-nginx,
%git-nginx-configuration): Likewise.
* gnu/tests/web.scm (%nginx-servers, %php-fpm-nginx-server-blocks): Likewise.
| Clément Lassieur | 2017-12-18 | 1 | -2/+2 |
* | services: certbot: Fix certbot renewal job.•••Quote the list of hosts, to avoid generating a broken job definition.
* gnu/services/certbot.scm (certbot-renewal-jobs): Quote the hosts when
passing them in to the job gexp.
| Christopher Baines | 2017-12-17 | 1 | -1/+1 |
* | services: certbot: Add default value and description.•••* gnu/services/certbot.scm (certbot-service-type)
[default-value, description]: New fields.
* po/packages/POTFILES.in: Add it.
| Ludovic Courtès | 2017-11-28 | 1 | -1/+6 |
* | services: Add certbot service.•••* gnu/services/certbot.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add new file.
* doc/guix.texi (Certificate Services): New section.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Andy Wingo | 2017-11-28 | 1 | -0/+128 |