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:
+1
-1
@@ -11,7 +11,7 @@ services:
|
|||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
|
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
|
||||||
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
|
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
|
||||||
image: qyg2297248353/ammds:v1.6.20-ol8
|
image: qyg2297248353/ammds:v1.6.21-ol8
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
network_mode: ${NETWORK_MODE:-host}
|
network_mode: ${NETWORK_MODE:-host}
|
||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
|
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
|
||||||
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
|
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
|
||||||
image: qyg2297248353/ammds:v1.6.20
|
image: qyg2297248353/ammds:v1.6.21
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
network_mode: ${NETWORK_MODE:-host}
|
network_mode: ${NETWORK_MODE:-host}
|
||||||
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
- PORT=7789
|
- PORT=7789
|
||||||
- CONFIG=/config
|
- CONFIG=/config
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: wushuo894/ani-rss:v2.0.21
|
image: wushuo894/ani-rss:v2.0.22
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
- verificationCodeTimeout=10
|
- verificationCodeTimeout=10
|
||||||
- appname=casdoor
|
- appname=casdoor
|
||||||
- authState=casdoor
|
- authState=casdoor
|
||||||
image: casbin/casdoor:v1.964.0
|
image: casbin/casdoor:v1.966.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -11,7 +11,7 @@ services:
|
|||||||
- LICENSE=basic
|
- LICENSE=basic
|
||||||
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
|
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
|
||||||
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
|
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
|
||||||
image: elasticsearch:8.18.2
|
image: elasticsearch:8.18.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -11,7 +11,7 @@ services:
|
|||||||
- LICENSE=basic
|
- LICENSE=basic
|
||||||
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
|
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
|
||||||
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
|
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
|
||||||
image: elasticsearch:9.0.2
|
image: elasticsearch:9.0.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
- I18N_LOCALE="zh-CN"
|
- I18N_LOCALE="zh-CN"
|
||||||
- SERVER_SHUTDOWNTIMEOUT="5s"
|
- SERVER_SHUTDOWNTIMEOUT="5s"
|
||||||
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
||||||
image: kibana:9.0.2
|
image: kibana:8.18.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
- I18N_LOCALE="zh-CN"
|
- I18N_LOCALE="zh-CN"
|
||||||
- SERVER_SHUTDOWNTIMEOUT="5s"
|
- SERVER_SHUTDOWNTIMEOUT="5s"
|
||||||
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
||||||
image: kibana:9.0.2
|
image: kibana:9.0.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -4,8 +4,29 @@ RUSTDESK_API_ROOT_PATH=/home/rustdesk-api
|
|||||||
# WebUI 端口 [必填]
|
# WebUI 端口 [必填]
|
||||||
PANEL_APP_PORT_HTTP=21114
|
PANEL_APP_PORT_HTTP=21114
|
||||||
|
|
||||||
# RustDesk 服务地址 [必填]
|
# 服务端口 21115 [必填]
|
||||||
RUSTDESK_SERVER_URL=http://127.0.0.1
|
PANEL_APP_PORT_SERVER_1=21115
|
||||||
|
|
||||||
|
# ID 服务端口 [必填]
|
||||||
|
PANEL_APP_PORT_ID=21116
|
||||||
|
|
||||||
|
# 中继服务端口 [必填]
|
||||||
|
PANEL_APP_PORT_SERVER=21117
|
||||||
|
|
||||||
|
# 服务端口 21118 [必填]
|
||||||
|
PANEL_APP_PORT_SERVER_2=21118
|
||||||
|
|
||||||
|
# 服务端口 21119 [必填]
|
||||||
|
PANEL_APP_PORT_SERVER_3=21119
|
||||||
|
|
||||||
|
# RustDesk 中级服务地址 [必填]
|
||||||
|
RUSTDESK_SERVER_URL=http://127.0.0.1:21117
|
||||||
|
|
||||||
|
# RustDesk ID 服务地址 [必填]
|
||||||
|
RUSTDESK_API_RUSTDESK_ID_SERVER=http://127.0.0.1:21116
|
||||||
|
|
||||||
|
# RustDesk API 服务地址 [必填]
|
||||||
|
RUSTDESK_API_RUSTDESK_API_SERVER=http://127.0.0.1:21114
|
||||||
|
|
||||||
# 后台页面标题 [必填]
|
# 后台页面标题 [必填]
|
||||||
RUSTDESK_API_ADMIN_TITLE=RustDesk API Admin
|
RUSTDESK_API_ADMIN_TITLE=RustDesk API Admin
|
||||||
@@ -15,11 +15,65 @@ additionalProperties:
|
|||||||
required: true
|
required: true
|
||||||
rule: paramPort
|
rule: paramPort
|
||||||
type: number
|
type: number
|
||||||
- default: "http://127.0.0.1"
|
- default: 21115
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_SERVER_1
|
||||||
|
labelZh: 服务端口 21115
|
||||||
|
labelEn: 服务端口 21115
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: 21116
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_ID
|
||||||
|
labelZh: ID 服务端口
|
||||||
|
labelEn: ID Server Port
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: 21117
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_SERVER
|
||||||
|
labelZh: 中继服务端口
|
||||||
|
labelEn: Intermediate Service Port
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: 21118
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_SERVER_2
|
||||||
|
labelZh: 服务端口 21118
|
||||||
|
labelEn: Server Port 21118
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: 21119
|
||||||
|
edit: true
|
||||||
|
envKey: PANEL_APP_PORT_SERVER_3
|
||||||
|
labelZh: 服务端口 21119
|
||||||
|
labelEn: Server Port 21119
|
||||||
|
required: true
|
||||||
|
rule: paramPort
|
||||||
|
type: number
|
||||||
|
- default: "http://127.0.0.1:21117"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: RUSTDESK_SERVER_URL
|
envKey: RUSTDESK_SERVER_URL
|
||||||
labelZh: RustDesk 服务地址
|
labelZh: RustDesk 中级服务地址
|
||||||
labelEn: RustDesk server address
|
labelEn: RustDesk Intermediate service address
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
|
- default: "http://127.0.0.1:21116"
|
||||||
|
edit: true
|
||||||
|
envKey: RUSTDESK_API_RUSTDESK_ID_SERVER
|
||||||
|
labelZh: RustDesk ID 服务地址
|
||||||
|
labelEn: RustDesk ID server address
|
||||||
|
required: true
|
||||||
|
type: text
|
||||||
|
- default: "http://127.0.0.1:21114"
|
||||||
|
edit: true
|
||||||
|
envKey: RUSTDESK_API_RUSTDESK_API_SERVER
|
||||||
|
labelZh: RustDesk API 服务地址
|
||||||
|
labelEn: RustDesk API server address
|
||||||
required: true
|
required: true
|
||||||
type: text
|
type: text
|
||||||
- default: "RustDesk API Admin"
|
- default: "RustDesk API Admin"
|
||||||
@@ -121,7 +175,7 @@ additionalProperties:
|
|||||||
- label: sqlite
|
- label: sqlite
|
||||||
value: "sqlite"
|
value: "sqlite"
|
||||||
- label: MySQL
|
- label: MySQL
|
||||||
value: "false"
|
value: "mysql"
|
||||||
- default: "127.0.0.1:3306"
|
- default: "127.0.0.1:3306"
|
||||||
edit: true
|
edit: true
|
||||||
envKey: RUSTDESK_API_MYSQL_ADDR
|
envKey: RUSTDESK_API_MYSQL_ADDR
|
||||||
+10
-15
@@ -10,11 +10,7 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
- RUSTDESK_API_LANG=zh-CN
|
- RUSTDESK_API_LANG=zh-CN
|
||||||
- RUSTDESK_API_RUSTDESK_ID_SERVER=${RUSTDESK_SERVER_URL}:21116
|
image: lejianwen/rustdesk-api:v2.6.25
|
||||||
- RUSTDESK_API_RUSTDESK_RELAY_SERVER=${RUSTDESK_SERVER_URL}:21117
|
|
||||||
- RUSTDESK_API_RUSTDESK_API_SERVER=${RUSTDESK_SERVER_URL}:${PANEL_APP_PORT_HTTP:-21114}
|
|
||||||
- RUSTDESK_API_RUSTDESK_KEY=${KEY}
|
|
||||||
image: lejianwen/rustdesk-api:v2.6.24
|
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -23,7 +19,7 @@ services:
|
|||||||
- ${PANEL_APP_PORT_HTTP}:21114
|
- ${PANEL_APP_PORT_HTTP}:21114
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${RUSTDESK_API_ROOT_PATH}/data:/data
|
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
|
||||||
rustdesk-server-s6:
|
rustdesk-server-s6:
|
||||||
container_name: server-rustdesk-api
|
container_name: server-rustdesk-api
|
||||||
env_file:
|
env_file:
|
||||||
@@ -32,23 +28,22 @@ services:
|
|||||||
environment:
|
environment:
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
- RUSTDESK_API_LANG=zh-CN
|
- RUSTDESK_API_LANG=zh-CN
|
||||||
- RELAY=${RUSTDESK_SERVER_URL}:21117
|
- RELAY=${RUSTDESK_SERVER_URL}
|
||||||
- ENCRYPTED_ONLY=1
|
- ENCRYPTED_ONLY=1
|
||||||
- RUSTDESK_API_RUSTDESK_KEY=${KEY}
|
|
||||||
image: rustdesk/rustdesk-server-s6:latest
|
image: rustdesk/rustdesk-server-s6:latest
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
- 1panel-network
|
- 1panel-network
|
||||||
ports:
|
ports:
|
||||||
- 21115:21115
|
- ${PANEL_APP_PORT_SERVER_1}:21115
|
||||||
- 21116:21116
|
- ${PANEL_APP_PORT_ID}:21116
|
||||||
- 21116:21116/udp
|
- ${PANEL_APP_PORT_ID}:21116/udp
|
||||||
- 21117:21117
|
- ${PANEL_APP_PORT_SERVER}:21117
|
||||||
- 21118:21118
|
- ${PANEL_APP_PORT_SERVER_2}:21118
|
||||||
- 21119:21119
|
- ${PANEL_APP_PORT_SERVER_3}:21119
|
||||||
restart: always
|
restart: always
|
||||||
volumes:
|
volumes:
|
||||||
- ${RUSTDESK_API_ROOT_PATH}/data:/data
|
- ${RUSTDESK_API_ROOT_PATH}/server-data:/data
|
||||||
- ${HBBR_RUN_FILE:-./conf/hbbr/run}:/etc/s6-overlay/s6-rc.d/hbbr/run
|
- ${HBBR_RUN_FILE:-./conf/hbbr/run}:/etc/s6-overlay/s6-rc.d/hbbr/run
|
||||||
- ${HBBS_RUN_FILE:-./conf/hbbs/run}:/etc/s6-overlay/s6-rc.d/hbbs/run
|
- ${HBBS_RUN_FILE:-./conf/hbbs/run}:/etc/s6-overlay/s6-rc.d/hbbs/run
|
||||||
@@ -12,7 +12,7 @@ services:
|
|||||||
- USER_PASSWORD_REQUIREMENTS=15
|
- USER_PASSWORD_REQUIREMENTS=15
|
||||||
- IMAGE_MAX_SIZE=15M
|
- IMAGE_MAX_SIZE=15M
|
||||||
- STORAGE_PROVIDER=local
|
- STORAGE_PROVIDER=local
|
||||||
image: anirdev/slink:v1.5.1
|
image: anirdev/slink:v1.6.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
|
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
|
||||||
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
|
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
|
||||||
image: qyg2297248353/ammds:v1.6.20-ol8
|
image: qyg2297248353/ammds:v1.6.21-ol8
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
network_mode: ${NETWORK_MODE:-host}
|
network_mode: ${NETWORK_MODE:-host}
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
|
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
|
||||||
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
|
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
|
||||||
image: qyg2297248353/ammds:v1.6.20
|
image: qyg2297248353/ammds:v1.6.21
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
network_mode: ${NETWORK_MODE:-host}
|
network_mode: ${NETWORK_MODE:-host}
|
||||||
|
|||||||
@@ -8,10 +8,13 @@ services:
|
|||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
|
- PUID=0
|
||||||
|
- PGID=0
|
||||||
|
- UMASK=022
|
||||||
- PORT=7789
|
- PORT=7789
|
||||||
- CONFIG=/config
|
- CONFIG=/config
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: wushuo894/ani-rss:v1.2.82
|
image: wushuo894/ani-rss:v2.0.22
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -8,13 +8,10 @@ services:
|
|||||||
- ./envs/global.env
|
- ./envs/global.env
|
||||||
- .env
|
- .env
|
||||||
environment:
|
environment:
|
||||||
- PUID=0
|
|
||||||
- PGID=0
|
|
||||||
- UMASK=022
|
|
||||||
- PORT=7789
|
- PORT=7789
|
||||||
- CONFIG=/config
|
- CONFIG=/config
|
||||||
- TZ=Asia/Shanghai
|
- TZ=Asia/Shanghai
|
||||||
image: wushuo894/ani-rss:v2.0.21
|
image: wushuo894/ani-rss:v1.2.82
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- verificationCodeTimeout=10
|
- verificationCodeTimeout=10
|
||||||
- appname=casdoor
|
- appname=casdoor
|
||||||
- authState=casdoor
|
- authState=casdoor
|
||||||
image: casbin/casdoor:v1.964.0
|
image: casbin/casdoor:v1.966.0
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ services:
|
|||||||
- LICENSE=basic
|
- LICENSE=basic
|
||||||
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
|
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
|
||||||
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
|
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
|
||||||
image: elasticsearch:8.18.2
|
image: elasticsearch:9.0.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ services:
|
|||||||
- LICENSE=basic
|
- LICENSE=basic
|
||||||
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
|
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
|
||||||
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
|
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
|
||||||
image: elasticsearch:9.0.2
|
image: elasticsearch:8.18.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
- I18N_LOCALE="zh-CN"
|
- I18N_LOCALE="zh-CN"
|
||||||
- SERVER_SHUTDOWNTIMEOUT="5s"
|
- SERVER_SHUTDOWNTIMEOUT="5s"
|
||||||
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
||||||
image: kibana:8.18.2
|
image: kibana:9.0.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
|
|||||||
+1
-1
@@ -14,7 +14,7 @@ services:
|
|||||||
- I18N_LOCALE="zh-CN"
|
- I18N_LOCALE="zh-CN"
|
||||||
- SERVER_SHUTDOWNTIMEOUT="5s"
|
- SERVER_SHUTDOWNTIMEOUT="5s"
|
||||||
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
|
||||||
image: kibana:8.18.2
|
image: kibana:8.18.3
|
||||||
labels:
|
labels:
|
||||||
createdBy: Apps
|
createdBy: Apps
|
||||||
networks:
|
networks:
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user