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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"comments": "(This is a Openresty image with auto ssl,use acme.sh)",
"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": "(This is a Nginx image with auto ssl,use acme.sh)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"comments": "(This is a Nginx image with auto ssl,use acme.sh)",
"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