From c364d26bf0c06884599fdb4073e13981d234ca24 Mon Sep 17 00:00:00 2001 From: xiaojun207 Date: Sat, 16 Nov 2024 06:52:06 +0800 Subject: [PATCH] Add docker openresty image and nginx image(with auto ssl) to list (#1766) add docker openresty image with auto ssl to list, add docker nginx image with auto ssl to list --- data/clients.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/data/clients.json b/data/clients.json index 9077a68325..ef3ce36cbd 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",