GithubHelp home page GithubHelp logo

xxlngng / nginx-gui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from crazyleojay/nginx-gui

0.0 0.0 0.0 39.9 MB

Nginx GUI Manager

Home Page: http://bl.321aiyi.com

License: GNU General Public License v3.0

Java 9.63% HTML 60.22% JavaScript 25.58% CSS 4.31% PHP 0.15% Shell 0.02% Dockerfile 0.08%

nginx-gui's Introduction

The nginx GUI makes maintenance easy

996icu code style

版本说明

这个版本是我从原作者Fork过来,由于不熟悉maven,我改成了gradle项目结构,为了配置简单,我构建了dockerfile。使用了Nginx 1.16.1版本

Download

Builder release-1.6

If you want to download this package, please go to this link: https://github.com/onlyGuo/nginx-gui/releases/tag/1.6

China download node

这里提供了国内下载节点, 如果您无法通过以上连接下载release包,可以尝试从下方连接下载(但您需要支付流量费用):

New idea

If you like algorithms, you can implement them here.
In the future, it will be a nginx configuration file management tool library supporting complete modules and files.

Quick start

  1. Download the release package.
  2. Unzip pachage to your {dir}.
  3. Edit the {dir}/conf/conf.properties, set your nginx path.
  4. Run {dir}/startup.sh or {dir}/startup.bat

How to use source code?

  1. If your system is Mac os or idea, please copy "conf.properties" to parent directory。
  2. Please eidt "conf.properties", fill in your nginx path to "conf.properties".
  3. Now, please experience!, default account and pwssword is "admin".

Docker Hub

ducker hub https://hub.docker.com/r/crazyleojay/nginx_ui

拉取镜像:

docker pull crazyleojay/nginx_ui

run

docker run --detach \
--publish 80:80 --publish 8889:8889 \
--name nginx_ui \
--restart always \
crazyleojay/nginx_ui:latest

持久化:

配置文件路径:/usr/local/nginx/conf/nginx.conf

开发者可以自行配置。

docker run --detach \
--publish 80:80 --publish 8889:8889 \
--name nginx_ui \
--restart always \
--volume /home/nginx.conf:/usr/local/nginx/conf/nginx.conf \
crazyleojay/nginx_ui:latest

AC QQ Group

群号:933481759

UI

登录

主页

监听

负载

规则

配置

LICENCE

LICENSE

nginx-gui's People

Contributors

climba03003 avatar jumkey avatar onlyguo 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.