You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Online view of server CPU, Memory, Load Average, Disk Usage and other indicators.
76
76
- One-click deployment and automatic renewal Let's Encrypt certificates.
77
-
- Online editing websites configuration files, the editor support highlight nginx configuration syntax.
77
+
- Online editing websites configurations with our self-designed **NgxConfigEditor** which is a user-friendly block editor or **Ace Code Editor** which support highlight nginx configuration syntax.
78
78
- Written in Go and Vue, distribution is a single executable binary.
79
79
- Automatically test configuration file and reload nginx after saving configuration.
80
80
- Web Terminal
@@ -91,11 +91,15 @@ We welcome translations into any language.
You can use our `uozi/nginx-ui:latest`[image](https://hub.docker.com/r/uozi/nginx-ui) in docker, which is base on `nginx:latest`. You can replace the Nginx on host by publishing port 80 and 443 to host.
177
181
178
-
Note: The volume mapping to `/etc/nginx` should be empty.
182
+
##### Note
183
+
1. The volume mapping to `/etc/nginx` should be empty.
184
+
2. If you want to host static files, map a directory to container.
179
185
180
186
**Docker Deploy Example**
181
187
@@ -186,6 +192,7 @@ docker run -dit \
186
192
-e TZ=Asia/Shanghai \
187
193
-v /mnt/user/appdata/nginx:/etc/nginx \
188
194
-v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \
195
+
-v /var/www:/var/www \
189
196
-p 8080:80 -p 8443:443 \
190
197
uozi/nginx-ui:latest
191
198
```
@@ -201,7 +208,7 @@ On platforms that do not have an official build version, they can be built manua
201
208
202
209
- Golang 1.18+
203
210
204
-
- node.js 14+
211
+
- node.js 18+
205
212
206
213
```shell
207
214
npx browserslist@latest --update-db
@@ -213,7 +220,6 @@ Please execute the following command in `frontend` directory.
0 commit comments