mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-28 19:36:14 +08:00
feat: uuwaf 升级到 v2.6.0
This commit is contained in:
parent
f138e7fdf8
commit
d3f621113d
@ -14,7 +14,7 @@ additionalProperties:
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 8
|
||||
recommend: 9
|
||||
website: https://github.com/alist-org/alist
|
||||
github: https://github.com/alist-org/alist
|
||||
document: https://alist.nn.ci/zh/
|
||||
|
@ -14,7 +14,7 @@ additionalProperties:
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 6
|
||||
recommend: 7
|
||||
website: https://dataease.io/
|
||||
github: https://github.com/dataease/dataease
|
||||
document: https://dataease.io/docs/
|
||||
|
@ -14,7 +14,7 @@ additionalProperties:
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 1
|
||||
recommend: 7
|
||||
recommend: 8
|
||||
website: https://www.jumpserver.org
|
||||
github: https://github.com/jumpserver/jumpserver
|
||||
document: https://docs.jumpserver.org
|
@ -1,14 +1,12 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 80
|
||||
disabled: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: HTTP Port
|
||||
labelZh: HTTP 端口
|
||||
required: true
|
||||
type: number
|
||||
- default: 443
|
||||
disabled: true
|
||||
envKey: PANEL_APP_PORT_HTTPS
|
||||
labelEn: HTTPS Port
|
||||
labelZh: HTTPS 端口
|
||||
|
@ -1,18 +1,10 @@
|
||||
networks:
|
||||
wafnet:
|
||||
name: wafnet
|
||||
driver: bridge
|
||||
ipam:
|
||||
driver: default
|
||||
config:
|
||||
- gateway: 172.22.0.1
|
||||
subnet: 172.22.0.0/24
|
||||
driver_opts:
|
||||
com.docker.network.bridge.name: wafnet
|
||||
1panel-network:
|
||||
external: true
|
||||
|
||||
services:
|
||||
uuwaf:
|
||||
image: uusec/nanqiang:v2.5.1
|
||||
image: uusec/nanqiang:v2.6.0
|
||||
ulimits:
|
||||
nproc: 65535
|
||||
nofile:
|
||||
@ -20,8 +12,7 @@ services:
|
||||
hard: 102400
|
||||
container_name: uuwaf
|
||||
networks:
|
||||
wafnet:
|
||||
ipv4_address: 172.22.0.3
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP1}:80
|
||||
- ${PANEL_APP_PORT_HTTPS2}:443
|
||||
@ -40,8 +31,7 @@ services:
|
||||
image: percona:8
|
||||
container_name: wafdb
|
||||
networks:
|
||||
wafnet:
|
||||
ipv4_address: 172.22.0.7
|
||||
- 1panel-network
|
||||
volumes:
|
||||
- wafshared:/docker-entrypoint-initdb.d
|
||||
- wafdata:/var/lib/mysql
|
@ -14,7 +14,7 @@ additionalProperties:
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 1
|
||||
recommend: 0
|
||||
recommend: 6
|
||||
website: https://waf.uusec.com/#/
|
||||
github: https://github.com/Safe3/uuWAF
|
||||
document: https://waf.uusec.com/#/?id=main
|
||||
|
@ -14,7 +14,7 @@ additionalProperties:
|
||||
type: tool
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
recommend: 9
|
||||
recommend: 10
|
||||
website: https://www.zentao.net/index.html
|
||||
github: https://github.com/easysoft/zentaopms
|
||||
document: https://www.zentao.net/book/zentaopms/38.html
|
||||
|
Loading…
Reference in New Issue
Block a user