diff --git a/data/clients.json b/data/clients.json index 9077a6832..ef3ce36cb 100644 --- a/data/clients.json +++ b/data/clients.json @@ -1,5 +1,5 @@ { - "lastmod": "2024-07-02", + "lastmod": "2024-11-12", "categories": [ "Bash", "C", @@ -299,6 +299,26 @@ "url": "https://github.com/kshcherban/acme-nginx", "category": "nginx" }, + { + "name": "docker-openresty", + "url": "https://github.com/xiaojun207/docker-openresty⁠", + "category": "nginx", + "comments": "An Openresty image with auto ssl, using acme.sh", + "challenges": { + "HTTP-01": "true", + "DNS-01": "true" + } + }, + { + "name": "docker-nginx", + "url": "https://github.com/xiaojun207/docker-nginx", + "category": "nginx", + "comments": "An Nginx image with auto ssl, using acme.sh", + "challenges": { + "HTTP-01": "true", + "DNS-01": "true" + } + }, { "name": "Greenlock for Express.js", "url": "https://git.coolaj86.com/coolaj86/greenlock-express.js",