Skip to content

Commit

Permalink
Add docker openresty image and nginx image(with auto ssl) to list (#1766
Browse files Browse the repository at this point in the history
)

add docker openresty image with auto ssl to list, add docker nginx image
with auto ssl to list
  • Loading branch information
xiaojun207 authored Nov 15, 2024
1 parent ededbf6 commit c364d26
Showing 1 changed file with 21 additions and 1 deletion.
22 changes: 21 additions & 1 deletion data/clients.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastmod": "2024-07-02",
"lastmod": "2024-11-12",
"categories": [
"Bash",
"C",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit c364d26

Please sign in to comment.