jinnrry 2 jaren geleden
bovenliggende
commit
4f9c5eeeda
2 gewijzigde bestanden met toevoegingen van 13 en 7 verwijderingen
  1. 8 2
      README.md
  2. 5 5
      README_CN.md

+ 8 - 2
README.md

@@ -12,8 +12,8 @@ a single file and contains complete send/receive mail service and web-side mail
 domain name , a line of code , a minute of deployment time , you will be able to build a domain name mailbox of your
 own .
 
-Any project related Issue, PR is welcome.At present, the project UI design is ugly, UI interaction experience is poor,
-welcome all UI, designers, front-end guidance. Finally, also for this project to solicit a beautiful and lovely Logo!
+All kinds of PR are welcome, whether you are fixing bugs, adding features, or optimizing translations. Also, call for a
+beautiful and cute Logo for this project!
 
 <img src="./docs/en.gif" alt="Editor" width="800px">
 
@@ -27,6 +27,12 @@ welcome all UI, designers, front-end guidance. Finally, also for this project to
 
 * Implementing the ACME protocol, the program will automatically obtain and update Let's Encrypt certificates.
 
+> By default, a ssl certificate is generated for the web service, allowing pages to use the https protocol.
+> If you have your own gateway or don't need https, set `httpsEnabled` to `2` in the configuration file so that the web
+> service will not use https.
+(Note: Even if you don't need https, please make sure the path to the ssl certificate file is correct, although the web
+> service doesn't use the certificate anymore, the smtp protocol still needs the certificate)
+
 ## Disadvantages
 
 * At present, only the core function of sending and receiving emails has been completed. Basically, it can only be used

+ 5 - 5
README_CN.md

@@ -4,7 +4,7 @@
 
 PMail是一个追求极简部署流程、极致资源占用的个人域名邮箱服务器。单文件运行,包含完整的收发邮件服务和Web端邮件管理功能。只需一台服务器、一个域名、一行代码、一分钟部署时间,你就能够搭建出一个自己的域名邮箱。
 
-目前项目UI设计比较丑陋、UI交互体验较差,欢迎各位UI、设计师、前端提出指导意见。最后,也为这个项目征集一个漂亮可爱的Logo!
+欢迎各类PR,无论你是修复bug、新增功能、修改翻译。另外,也为这个项目征集一个漂亮可爱的Logo!
 
 <img src="./docs/cn.gif" alt="Editor" width="800px">
 
@@ -30,10 +30,10 @@ PMail是一个追求极简部署流程、极致资源占用的个人域名邮箱
 
 ### 4、自动SSL证书
 
-实现了ACME协议,程序将自动获取并更新Let’s
-Encrypt证书。默认情况下,会为web后台也生成ssl证书,让后台使用https访问,如果你有自己的网关层,不需要https的话,在配置文件中将`httpsEnabled`
-设置为`2`,这样管理后台就不会使用https协议。(
-注意:即使你不需要https,也请保证ssl证书文件路径正确,http协议虽然不使用证书了,但是smtp协议还需要证书)
+实现了ACME协议,程序将自动获取并更新Let’s Encrypt证书。
+
+默认情况下,会为web后台也生成ssl证书,让后台使用https访问,如果你有自己的网关层,不需要https的话,在配置文件中将`httpsEnabled`
+设置为`2`,这样管理后台就不会使用https协议。( 注意:即使你不需要https,也请保证ssl证书文件路径正确,http协议虽然不使用证书了,但是smtp协议还需要证书)
 
 ## 其他