-
Notifications
You must be signed in to change notification settings - Fork 575
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
base: main
Are you sure you want to change the base?
Conversation
add docker openresty image with auto ssl to list, add docker nginx image with auto ssl to list
data/clients.json
Outdated
{ | ||
"name": "docker-openresty", | ||
"url": "https://github.com/xiaojun207/docker-openresty", | ||
"category": "Docker", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe these belong in the "nginx" category more than they belong in the docker category.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I agree with your assessment. I have changed it to "nginx". Thank you.
data/clients.json
Outdated
"name": "docker-openresty", | ||
"url": "https://github.com/xiaojun207/docker-openresty", | ||
"category": "Docker", | ||
"comments": "(这是一个可以自动申请(并自动更新)免费ssl证书的openresty镜像。This is a Openresty image with auto ssl,use acme.sh)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have a translations system for providing documentation pages in other languages. This description should remain in English so the translators can translate it to all of our supported languages.
data/clients.json
Outdated
"category": "Docker", | ||
"comments": "(这是一个可以自动申请(并自动更新)免费ssl证书的nginx镜像。This is a Nginx image with auto ssl,use acme.sh)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comments here.
change "docker-nginx" category to 'nginx' change "docker-openresty" category to 'nginx' fix comments to english
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with minor phrasing changes
data/clients.json
Outdated
"name": "docker-openresty", | ||
"url": "https://github.com/xiaojun207/docker-openresty", | ||
"category": "nginx", | ||
"comments": "(This is a Openresty image with auto ssl,use acme.sh)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"comments": "(This is a Openresty image with auto ssl,use acme.sh)", | |
"comments": "An Openresty image with auto ssl, using acme.sh", |
data/clients.json
Outdated
"name": "docker-nginx", | ||
"url": "https://github.com/xiaojun207/docker-nginx", | ||
"category": "nginx", | ||
"comments": "(This is a Nginx image with auto ssl,use acme.sh)", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"comments": "(This is a Nginx image with auto ssl,use acme.sh)", | |
"comments": "An Nginx image with auto ssl, using acme.sh", |
Optimize comment statements for docker-openresty and docker-nginx
add docker openresty image with auto ssl to list, add docker nginx image with auto ssl to list
Important
If this PR updates a file in
content/en
with alastmod
field, it must be updated.If this PR is a translation, please read https://github.com/letsencrypt/website/blob/master/TRANSLATION.md first.