Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thibaudl/nginx-gui
GUI for NGINX
https://github.com/thibaudl/nginx-gui
angularjs nginx nginx-gui
Last synced: 3 months ago
JSON representation
GUI for NGINX
- Host: GitHub
- URL: https://github.com/thibaudl/nginx-gui
- Owner: ThibaudL
- License: bsd-2-clause
- Created: 2019-03-03T16:22:05.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T20:30:36.000Z (over 1 year ago)
- Last Synced: 2024-10-18T12:41:39.167Z (4 months ago)
- Topics: angularjs, nginx, nginx-gui
- Language: Vim Script
- Size: 4.08 MB
- Stars: 26
- Watchers: 5
- Forks: 9
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![version](https://img.shields.io/npm/v/nginx-gui.svg)
## Requirings :
- node 10 or more
- Windows only for now## How to use :
**With npm :**
``npm i -g nginx-gui``Then run :
``nginx-gui`` and access http://localhost:9004/vueOr :
``nginx-gui --start-nginx`` for an auto start of nginx
## DEV MODE :- run ``npm start``
- run ``npm run server:dev``- open [http://localhost:8080/webpack-dev-server/](http://localhost:8080/webpack-dev-server/)
## Example :
![capture](https://raw.githubusercontent.com/ThibaudL/nginx-gui/master/demo/Capture.PNG)