mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 02:15:48 +02:00
Update README.md
This commit is contained in:
parent
73eb62fd41
commit
0493f8581e
1 changed files with 6 additions and 0 deletions
|
@ -48,3 +48,9 @@ server {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
4. 添加用户
|
||||||
|
编辑 server/database.db (sqlite3)
|
||||||
|
|
||||||
|
手动计算密码的 md5(md5 -s <text>)
|
||||||
|
|
||||||
|
进入 auths 表,添加一行 name: 用户名,password: <md5 加密后的明文>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue