fix: update deliverable
This commit is contained in:
@@ -257,6 +257,14 @@ docker-compose >= v2.10.0
|
|||||||
|
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
* 在omada放行邮箱相关域名
|
||||||
|
|
||||||
|
为了支持用户在首次登录AP时,无网络权限情况下,能够获取邮箱的验证码,可以在Omada上对邮箱相关的域名进行放行操作,具体操作如下:
|
||||||
|
|
||||||
|
进入Omada后,选择需要配的站点,选择Settings->Authentication->Portal->Access Control->Pre-Authentication Access->勾选Enable,然后将该邮箱相关的域名增加到Pre-Authentication Access List, 注意需将所有访问邮箱涉及的所有域名都进行放行配置,下列图所示(放行的域名不一定完整):
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
* 修改支付配置项
|
* 修改支付配置项
|
||||||
|
|
||||||
@@ -290,6 +298,16 @@ docker-compose >= v2.10.0
|
|||||||
|
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* 在omada放行支付相关域名
|
||||||
|
|
||||||
|
为了支持用户在首次登录AP时,无网络权限情况下,能够购买套餐或者余额充值正常进行支付,需要在Omada上对支付相关的域名进行放行操作,具体操作如下:
|
||||||
|
|
||||||
|
进入Omada后,选择需要配的站点,选择Settings->Authentication->Portal->Access Control->Pre-Authentication Access->勾选Enable,然后将该支付方式相关的域名增加到Pre-Authentication Access List, 注意需将所有支付涉及的所有域名都进行放行配置,下列图所示(放行的域名不一定完整):
|
||||||
|
|
||||||
|

|
||||||
|

|
||||||
|
|
||||||
* 启动/查看/停止/版本软件
|
* 启动/查看/停止/版本软件
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|||||||
Binary file not shown.
@@ -66,9 +66,9 @@ tree -L 2 be.wfc/
|
|||||||
│ ├── pom.xml
|
│ ├── pom.xml
|
||||||
│ ├── src
|
│ ├── src
|
||||||
│ └── target
|
│ └── target
|
||||||
├── wfc-common # 通用模块
|
├── wfc-common # 通用模块
|
||||||
│ ├── pom.xml
|
│ ├── pom.xml
|
||||||
│ ├── wfc-common-core # 核心模块
|
│ ├── wfc-common-core # 核心模块
|
||||||
│ ├── wfc-common-datascope # 权限范围
|
│ ├── wfc-common-datascope # 权限范围
|
||||||
│ ├── wfc-common-datasource # 多数据源
|
│ ├── wfc-common-datasource # 多数据源
|
||||||
│ ├── wfc-common-log # 日志记录
|
│ ├── wfc-common-log # 日志记录
|
||||||
@@ -79,11 +79,11 @@ tree -L 2 be.wfc/
|
|||||||
│ ├── wfc-common-security # 安全模块
|
│ ├── wfc-common-security # 安全模块
|
||||||
│ ├── wfc-common-sensitive # 数据脱敏
|
│ ├── wfc-common-sensitive # 数据脱敏
|
||||||
│ └── wfc-common-swagger # 系统接口
|
│ └── wfc-common-swagger # 系统接口
|
||||||
├── wfc-gateway # 网关模块 [8080]
|
├── wfc-gateway # 网关模块 [8080]
|
||||||
│ ├── pom.xml
|
│ ├── pom.xml
|
||||||
│ ├── src
|
│ ├── src
|
||||||
│ └── target
|
│ └── target
|
||||||
├── wfc-modules # 业务模块
|
├── wfc-modules # 业务模块
|
||||||
│ ├── pom.xml
|
│ ├── pom.xml
|
||||||
│ ├── wfc-file # 文件服务 [9201]
|
│ ├── wfc-file # 文件服务 [9201]
|
||||||
│ ├── wfc-gen # 代码生成 (未启用)
|
│ ├── wfc-gen # 代码生成 (未启用)
|
||||||
@@ -287,7 +287,7 @@ build.wfc/
|
|||||||
│ ├── 02-design
|
│ ├── 02-design
|
||||||
│ └── 03-configuration
|
│ └── 03-configuration
|
||||||
└── release
|
└── release
|
||||||
├── debs # deb package release, n/a
|
├── debs # deb package release
|
||||||
└── tars # tar package release
|
└── tars # tar package release
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
BIN
docs/03-configuration/03-WANFi软件编译手册.pdf
Normal file
BIN
docs/03-configuration/03-WANFi软件编译手册.pdf
Normal file
Binary file not shown.
BIN
docs/03-configuration/media/email-omada-auth-settings-2.png
Normal file
BIN
docs/03-configuration/media/email-omada-auth-settings-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 85 KiB |
BIN
docs/03-configuration/media/omada-auth-settings-1.png
Normal file
BIN
docs/03-configuration/media/omada-auth-settings-1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 84 KiB |
BIN
docs/03-configuration/media/pay-omada-auth-settings-2.png
Normal file
BIN
docs/03-configuration/media/pay-omada-auth-settings-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 82 KiB |
BIN
docs/03-configuration/media/pay-omada-settings-2.png
Normal file
BIN
docs/03-configuration/media/pay-omada-settings-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 68 KiB |
Reference in New Issue
Block a user