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