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

Conversation

xiaojun207
Copy link

add docker openresty image with auto ssl to list, add docker nginx image with auto ssl to list

Important

add docker openresty  image with auto ssl  to list,
add docker nginx  image with auto ssl  to list
{
"name": "docker-openresty",
"url": "https://github.com/xiaojun207/docker-openresty⁠",
"category": "Docker",
Copy link
Contributor

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.

Copy link
Author

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.

"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)",
Copy link
Contributor

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.

Comment on lines 236 to 237
"category": "Docker",
"comments": "(这是一个可以自动申请(并自动更新)免费ssl证书的nginx镜像。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.

Same comments here.

change "docker-nginx" category to 'nginx'
change "docker-openresty" category to 'nginx'
fix comments to english
Copy link
Contributor

@aarongable aarongable left a 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

"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",

"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",

Optimize comment statements for docker-openresty and docker-nginx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants