mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2026-06-16 01:02:14 +08:00
Processed apps directory via GitHub Actions
This commit is contained in:
@@ -6,7 +6,7 @@ services:
|
|||||||
container_name: nezha
|
container_name: nezha
|
||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: ghcr.io/nezhahq/nezha:v2.1.5
|
image: ghcr.io/nezhahq/nezha:v2.2.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -4,30 +4,3 @@ NEZHA_ROOT_PATH=/home/nezha
|
|||||||
# WebUI 端口 [必填]
|
# WebUI 端口 [必填]
|
||||||
PANEL_APP_PORT_HTTP=8008
|
PANEL_APP_PORT_HTTP=8008
|
||||||
|
|
||||||
# gRPC 端口 [必填]
|
|
||||||
PANEL_APP_PORT_GRPC=5555
|
|
||||||
|
|
||||||
# OAuth 服务商 [必填]
|
|
||||||
OAUTH2_TYPE=github
|
|
||||||
|
|
||||||
# 管理员账号ID [必填]
|
|
||||||
OAUTH2_ADMIN=
|
|
||||||
|
|
||||||
# OAuth 客户端 ID [必填]
|
|
||||||
OAUTH2_CLIENTID=
|
|
||||||
|
|
||||||
# OAuth 客户端 Secret [必填]
|
|
||||||
OAUTH2_CLIENTSECRET=
|
|
||||||
|
|
||||||
# OAuth 端点 (可选)
|
|
||||||
OAUTH2_ENDPOINT=
|
|
||||||
|
|
||||||
# 网站标题 [必填]
|
|
||||||
NZ_SITE_TITLE=哪吒监控
|
|
||||||
|
|
||||||
# Cookie 名称 (默认) [必填]
|
|
||||||
NZ_COOKIE_NAME=nezha-dashboard
|
|
||||||
|
|
||||||
# 网站主题 (默认) [必填]
|
|
||||||
NZ_THEME=default
|
|
||||||
|
|
||||||
|
|||||||
@@ -1,33 +1,6 @@
|
|||||||
debug: false
|
debug: false
|
||||||
httpport: 80
|
listen_port: 8008
|
||||||
language: zh-CN
|
language: zh_CN
|
||||||
grpcport: nz_grpc_port
|
site_name: "nz_site_title"
|
||||||
oauth2:
|
install_host: 127.0.0.1:8008
|
||||||
type: "nz_oauth2_type"
|
tls: false
|
||||||
admin: "nz_admin_logins"
|
|
||||||
clientid: "nz_github_oauth_client_id"
|
|
||||||
clientsecret: "nz_github_oauth_client_secret"
|
|
||||||
endpoint: ""
|
|
||||||
site:
|
|
||||||
brand: "nz_site_title"
|
|
||||||
cookiename: "nezha-dashboard"
|
|
||||||
theme: "default"
|
|
||||||
ddns:
|
|
||||||
enable: false
|
|
||||||
provider: "webhook"
|
|
||||||
accessid: ""
|
|
||||||
accesssecret: ""
|
|
||||||
webhookmethod: ""
|
|
||||||
webhookurl: ""
|
|
||||||
webhookrequestbody: ""
|
|
||||||
webhookheaders: ""
|
|
||||||
maxretries: 3
|
|
||||||
profiles:
|
|
||||||
example:
|
|
||||||
provider: ""
|
|
||||||
accessid: ""
|
|
||||||
accesssecret: ""
|
|
||||||
webhookmethod: ""
|
|
||||||
webhookurl: ""
|
|
||||||
webhookrequestbody: ""
|
|
||||||
webhookheaders: ""
|
|
||||||
|
|||||||
@@ -2,19 +2,17 @@ networks:
|
|||||||
1panel-network:
|
1panel-network:
|
||||||
external: true
|
external: true
|
||||||
services:
|
services:
|
||||||
nezha-dashboard:
|
nezha:
|
||||||
container_name: nezha
|
container_name: nezha
|
||||||
image: ghcr.io/naiba/nezha-dashboard:v0.20.13
|
environment:
|
||||||
|
- TZ=Asia/Shanghai
|
||||||
|
image: ghcr.io/nezhahq/nezha:v2.2.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- ${PANEL_APP_PORT_HTTP}:80
|
- ${PANEL_APP_PORT_HTTP}:8008
|
||||||
- ${PANEL_APP_PORT_GRPC}:${PANEL_APP_PORT_GRPC}
|
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${NEZHA_ROOT_PATH}/data:/dashboard/data
|
- ${NEZHA_ROOT_PATH}/data:/dashboard/data
|
||||||
- ${NEZHA_ROOT_PATH}/static-custom/static:/dashboard/resource/static/custom
|
|
||||||
- ${NEZHA_ROOT_PATH}/theme-custom/template:/dashboard/resource/template/theme-custom
|
|
||||||
- ${NEZHA_ROOT_PATH}/dashboard-custom/template:/dashboard/resource/template/dashboard-custom
|
|
||||||
|
|||||||
@@ -0,0 +1,33 @@
|
|||||||
|
# 数据持久化路径 [必填]
|
||||||
|
NEZHA_ROOT_PATH=/home/nezha
|
||||||
|
|
||||||
|
# WebUI 端口 [必填]
|
||||||
|
PANEL_APP_PORT_HTTP=8008
|
||||||
|
|
||||||
|
# gRPC 端口 [必填]
|
||||||
|
PANEL_APP_PORT_GRPC=5555
|
||||||
|
|
||||||
|
# OAuth 服务商 [必填]
|
||||||
|
OAUTH2_TYPE=github
|
||||||
|
|
||||||
|
# 管理员账号ID [必填]
|
||||||
|
OAUTH2_ADMIN=
|
||||||
|
|
||||||
|
# OAuth 客户端 ID [必填]
|
||||||
|
OAUTH2_CLIENTID=
|
||||||
|
|
||||||
|
# OAuth 客户端 Secret [必填]
|
||||||
|
OAUTH2_CLIENTSECRET=
|
||||||
|
|
||||||
|
# OAuth 端点 (可选)
|
||||||
|
OAUTH2_ENDPOINT=
|
||||||
|
|
||||||
|
# 网站标题 [必填]
|
||||||
|
NZ_SITE_TITLE=哪吒监控
|
||||||
|
|
||||||
|
# Cookie 名称 (默认) [必填]
|
||||||
|
NZ_COOKIE_NAME=nezha-dashboard
|
||||||
|
|
||||||
|
# 网站主题 (默认) [必填]
|
||||||
|
NZ_THEME=default
|
||||||
|
|
||||||
@@ -0,0 +1,33 @@
|
|||||||
|
debug: false
|
||||||
|
httpport: 80
|
||||||
|
language: zh-CN
|
||||||
|
grpcport: nz_grpc_port
|
||||||
|
oauth2:
|
||||||
|
type: "nz_oauth2_type"
|
||||||
|
admin: "nz_admin_logins"
|
||||||
|
clientid: "nz_github_oauth_client_id"
|
||||||
|
clientsecret: "nz_github_oauth_client_secret"
|
||||||
|
endpoint: ""
|
||||||
|
site:
|
||||||
|
brand: "nz_site_title"
|
||||||
|
cookiename: "nezha-dashboard"
|
||||||
|
theme: "default"
|
||||||
|
ddns:
|
||||||
|
enable: false
|
||||||
|
provider: "webhook"
|
||||||
|
accessid: ""
|
||||||
|
accesssecret: ""
|
||||||
|
webhookmethod: ""
|
||||||
|
webhookurl: ""
|
||||||
|
webhookrequestbody: ""
|
||||||
|
webhookheaders: ""
|
||||||
|
maxretries: 3
|
||||||
|
profiles:
|
||||||
|
example:
|
||||||
|
provider: ""
|
||||||
|
accessid: ""
|
||||||
|
accesssecret: ""
|
||||||
|
webhookmethod: ""
|
||||||
|
webhookurl: ""
|
||||||
|
webhookrequestbody: ""
|
||||||
|
webhookheaders: ""
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
networks:
|
||||||
|
1panel-network:
|
||||||
|
external: true
|
||||||
|
services:
|
||||||
|
nezha-dashboard:
|
||||||
|
container_name: nezha
|
||||||
|
image: ghcr.io/naiba/nezha-dashboard:v0.20.13
|
||||||
|
labels:
|
||||||
|
createdBy: Apps
|
||||||
|
networks:
|
||||||
|
- 1panel-network
|
||||||
|
ports:
|
||||||
|
- ${PANEL_APP_PORT_HTTP}:80
|
||||||
|
- ${PANEL_APP_PORT_GRPC}:${PANEL_APP_PORT_GRPC}
|
||||||
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ${NEZHA_ROOT_PATH}/data:/dashboard/data
|
||||||
|
- ${NEZHA_ROOT_PATH}/static-custom/static:/dashboard/resource/static/custom
|
||||||
|
- ${NEZHA_ROOT_PATH}/theme-custom/template:/dashboard/resource/template/theme-custom
|
||||||
|
- ${NEZHA_ROOT_PATH}/dashboard-custom/template:/dashboard/resource/template/dashboard-custom
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
# 数据持久化路径 [必填]
|
|
||||||
NEZHA_ROOT_PATH=/home/nezha
|
|
||||||
|
|
||||||
# WebUI 端口 [必填]
|
|
||||||
PANEL_APP_PORT_HTTP=8008
|
|
||||||
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
debug: false
|
|
||||||
listen_port: 8008
|
|
||||||
language: zh_CN
|
|
||||||
site_name: "nz_site_title"
|
|
||||||
install_host: 127.0.0.1:8008
|
|
||||||
tls: false
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
networks:
|
|
||||||
1panel-network:
|
|
||||||
external: true
|
|
||||||
services:
|
|
||||||
nezha:
|
|
||||||
container_name: nezha
|
|
||||||
environment:
|
|
||||||
- TZ=Asia/Shanghai
|
|
||||||
image: ghcr.io/nezhahq/nezha:v2.1.5
|
|
||||||
labels:
|
|
||||||
createdBy: Apps
|
|
||||||
networks:
|
|
||||||
- 1panel-network
|
|
||||||
ports:
|
|
||||||
- ${PANEL_APP_PORT_HTTP}:8008
|
|
||||||
restart: always
|
|
||||||
volumes:
|
|
||||||
- ${NEZHA_ROOT_PATH}/data:/dashboard/data
|
|
||||||
Reference in New Issue
Block a user