基于nginx-proxy-manager翻译的中文版本
Go to file
2024-01-19 11:21:27 +08:00
.github 基于v2.11.0更新中文翻译 2024-01-19 11:21:27 +08:00
backend Prevent installing same plugin over and over 2024-01-18 16:06:09 +10:00
docker 基于v2.11.0更新中文翻译 2024-01-19 11:21:27 +08:00
docs Merge branch 'master' into develop 2024-01-18 13:21:39 +10:00
frontend 基于v2.11.0更新中文翻译 2024-01-19 11:21:27 +08:00
global Remove test file 2024-01-18 13:20:03 +10:00
scripts 基于v2.11.0更新中文翻译 2024-01-19 11:21:27 +08:00
test Merge pull request #3053 from NginxProxyManager/dependabot/npm_and_yarn/test/semver-7.5.4 2023-07-19 10:01:55 +10:00
.gitignore Use OpenResty base image 2020-05-26 14:38:41 +10:00
.version Bump version 2024-01-09 11:30:50 +10:00
Jenkinsfile Use nginxproxymanager/nginx-full image base 2024-01-10 12:59:51 +10:00
LICENSE Initial commit 2017-12-21 09:01:17 +10:00
README-en.md 基于v2.11.0更新中文翻译 2024-01-19 11:21:27 +08:00
README.md 基于v2.11.0更新中文翻译 2024-01-19 11:21:27 +08:00

Original English README


本项目是基于 NginxProxyManager/nginx-proxy-manager 翻译的中文版本该项目属于一个预构建的docker映像它可以让你轻松地部署到你的网站上运行包括免费的SSL而不需要知道太多关于 Nginx 或 Let's Encrypt 的信息。

快速部署

1. 环境部署

安装Docker和Docker-compose

2. 创建YAML文件

创建一个 docker-compose.yml 文件:

version: '3'
services:
  app:
    image: 'chishin/nginx-proxy-manager-zh:release'
    restart: always
    ports:
      - '80:80'
      - '81:81'
      - '443:443'
    volumes:
      - ./data:/data
      - ./letsencrypt:/etc/letsencrypt

This is the bare minimum configuration required. See the documentation for more.

  1. Bring up your stack by running
docker-compose up -d

# If using docker-compose-plugin
docker compose up -d

  1. Log in to the Admin UI

When your docker container is running, connect to it on port 81 for the admin interface. Sometimes this can take a little bit because of the entropy of keys.

http://127.0.0.1:81

Default Admin User:

Email:    admin@example.com
Password: changeme

Immediately after logging in with this default user you will be asked to modify your details and change your password.

Contributing

All are welcome to create pull requests for this project, against the develop branch. Official releases are created from the master branch.

CI is used in this project. All PR's must pass before being considered. After passing, docker builds for PR's are available on dockerhub for manual verifications.

Documentation within the develop branch is available for preview at https://develop.nginxproxymanager.com

Contributors

Special thanks to all of our contributors.

Getting Support

  1. Found a bug?
  2. Discussions
  3. Reddit