Giter Site home page Giter Site logo

dawang432 / nginx-proxy-manager-monitor-zh Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 2691432189/nginx-proxy-manager-monitor-zh

0.0 0.0 0.0 9.86 MB

nginx-proxy-manager 的中文可监听端口版本

License: MIT License

Shell 2.08% JavaScript 73.92% HTML 0.63% Dockerfile 0.44% EJS 21.39% SCSS 1.53%

nginx-proxy-manager-monitor-zh's Introduction

Original English README


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

快速部署

1. 环境部署

安装Docker和Docker-compose

2. 创建YAML文件

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

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

3. 部署运行

docker-compose up -d

4. 登录管理页面

当你的docker容器成功运行,使用浏览器访问81端口。 有些时候需要稍等一段时间。

http://127.0.0.1:81

默认管理员信息:

Email:    [email protected]
Password: changeme

使用这个默认用户登录后,系统会立即要求您修改详细信息和密码。

5. 快速升级

docker-compose down
docker-compose pull
docker-compose up -d

这个项目将自动更新任何数据库或其他要求,所以你不必遵循任何疯狂的指示。上面的这些步骤将提取最新的更新并重新创建docker容器。

更多

1. 官方文档(英文)

关于本应用的更多用法请访问官方文档:

nginx-proxy-manager-monitor-zh's People

Contributors

jc21 avatar chaptergy avatar dependabot[bot] avatar xiaoxinpro avatar indemnity83 avatar ssrahul96 avatar ivankristianto avatar baruffaldi avatar jlesage avatar jipjan avatar ahgraber avatar vipergts450 avatar 2691432189 avatar lebrou34 avatar nielscil avatar phantomski77 avatar tg44 avatar hepelayo avatar lrsbrgrn avatar nikhen avatar spalger avatar bjoernakamanf avatar fuechslein avatar the1ts avatar michaelgaultjr avatar i-strelnikov avatar kolbii avatar weedpump avatar razvanstoica89 avatar christracy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.