Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add docker openresty image and nginx image(with auto ssl) to list #1766

Merged
merged 3 commits into from
Nov 15, 2024
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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": "(This is a Openresty image with auto ssl,use acme.sh)",
aarongable marked this conversation as resolved.
Show resolved Hide resolved
"challenges": {
"HTTP-01": "true",
"DNS-01": "true"
}
},
{
"name": "docker-nginx",
"url": "https://github.com/xiaojun207/docker-nginx",
"category": "nginx",
"comments": "(This is a Nginx image with auto ssl,use acme.sh)",
aarongable marked this conversation as resolved.
Show resolved Hide resolved
"challenges": {
"HTTP-01": "true",
"DNS-01": "true"
}
},
{
"name": "Greenlock for Express.js",
"url": "https://git.coolaj86.com/coolaj86/greenlock-express.js",
Expand Down