Skip to content

Commit f767f9e

Browse files
committed
update readme
add demo site
1 parent 900b02b commit f767f9e

File tree

5 files changed

+11
-80
lines changed

5 files changed

+11
-80
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ EXPOSE 80
77
COPY ./resources/demo/nginx.conf /etc/nginx/sites-available/default
88
COPY ./resources/demo/app.ini /app/app.ini
99
COPY ./resources/demo/demo.db /app/database.db
10-
COPY ./resources/demo/install.sh /app/install.sh
1110
COPY ./resources/demo/start.sh /app/start.sh
1211
COPY ./nginx-ui-server /app/nginx-ui
1312
RUN cd /app && chmod a+x start.sh

README-zh_CN.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ Nginx 网络管理界面,由 [0xJacky](https://jackyu.cn/) 与 [Hintay](https
6464

6565
[![Dashboard](resources/screenshots/dashboard.png)]()
6666

67+
### 在线预览
68+
网址:[https://nginxui.jackyu.cn](https://nginxui.jackyu.cn)
69+
- 用户名:admin
70+
- 密码:admin
71+
6772
### 特色
6873

6974
- 在线查看服务器 CPU、内存、系统负载、磁盘使用率等指标

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,11 @@ Yet another Nginx Web UI, developed by [0xJacky](https://jackyu.cn/) and [Hintay
6262

6363
[![Dashboard](resources/screenshots/dashboard.png)]()
6464

65+
### Demo
66+
URL:[https://nginxui.jackyu.cn](https://nginxui.jackyu.cn)
67+
- username:admin
68+
- password:admin
69+
6570
### Features
6671

6772
- Online view of server CPU, Memory, Load Average, Disk Usage and other indicators.

frontend/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.2.0","build_id":3,"total_build":43}
1+
{"version":"1.2.0","build_id":4,"total_build":44}

resources/demo/install.sh

Lines changed: 0 additions & 78 deletions
This file was deleted.

0 commit comments

Comments
 (0)