Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-07-11 03:58:45 +00:00
parent 3d656d3548
commit 0fbbfdf094
105 changed files with 146 additions and 60 deletions

View File

@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
image: qyg2297248353/ammds:v1.6.20-ol8
image: qyg2297248353/ammds:v1.6.21-ol8
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}

View File

@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
image: qyg2297248353/ammds:v1.6.20
image: qyg2297248353/ammds:v1.6.21
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}

View File

@@ -14,7 +14,7 @@ services:
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v2.0.21
image: wushuo894/ani-rss:v2.0.22
labels:
createdBy: Apps
networks:

View File

@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v1.964.0
image: casbin/casdoor:v1.966.0
labels:
createdBy: Apps
networks:

View File

@@ -11,7 +11,7 @@ services:
- LICENSE=basic
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
image: elasticsearch:8.18.2
image: elasticsearch:8.18.3
labels:
createdBy: Apps
networks:

View File

@@ -11,7 +11,7 @@ services:
- LICENSE=basic
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
image: elasticsearch:9.0.2
image: elasticsearch:9.0.3
labels:
createdBy: Apps
networks:

View File

@@ -14,7 +14,7 @@ services:
- I18N_LOCALE="zh-CN"
- SERVER_SHUTDOWNTIMEOUT="5s"
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
image: kibana:9.0.2
image: kibana:8.18.3
labels:
createdBy: Apps
networks:

View File

@@ -14,7 +14,7 @@ services:
- I18N_LOCALE="zh-CN"
- SERVER_SHUTDOWNTIMEOUT="5s"
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
image: kibana:9.0.2
image: kibana:9.0.3
labels:
createdBy: Apps
networks:

View File

@@ -4,8 +4,29 @@ RUSTDESK_API_ROOT_PATH=/home/rustdesk-api
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=21114
# RustDesk 服务地址 [必填]
RUSTDESK_SERVER_URL=http://127.0.0.1
# 服务端口 21115 [必填]
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

View File

@@ -15,11 +15,65 @@ additionalProperties:
required: true
rule: paramPort
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
envKey: RUSTDESK_SERVER_URL
labelZh: RustDesk 服务地址
labelEn: RustDesk server address
labelZh: RustDesk 中级服务地址
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
type: text
- default: "RustDesk API Admin"
@@ -121,7 +175,7 @@ additionalProperties:
- label: sqlite
value: "sqlite"
- label: MySQL
value: "false"
value: "mysql"
- default: "127.0.0.1:3306"
edit: true
envKey: RUSTDESK_API_MYSQL_ADDR

View File

@@ -10,11 +10,7 @@ services:
environment:
- TZ=Asia/Shanghai
- RUSTDESK_API_LANG=zh-CN
- RUSTDESK_API_RUSTDESK_ID_SERVER=${RUSTDESK_SERVER_URL}:21116
- 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
image: lejianwen/rustdesk-api:v2.6.25
labels:
createdBy: Apps
networks:
@@ -23,7 +19,7 @@ services:
- ${PANEL_APP_PORT_HTTP}:21114
restart: always
volumes:
- ${RUSTDESK_API_ROOT_PATH}/data:/data
- ${RUSTDESK_API_ROOT_PATH}/api-data:/app/data
rustdesk-server-s6:
container_name: server-rustdesk-api
env_file:
@@ -32,23 +28,22 @@ services:
environment:
- TZ=Asia/Shanghai
- RUSTDESK_API_LANG=zh-CN
- RELAY=${RUSTDESK_SERVER_URL}:21117
- RELAY=${RUSTDESK_SERVER_URL}
- ENCRYPTED_ONLY=1
- RUSTDESK_API_RUSTDESK_KEY=${KEY}
image: rustdesk/rustdesk-server-s6:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- 21115:21115
- 21116:21116
- 21116:21116/udp
- 21117:21117
- 21118:21118
- 21119:21119
- ${PANEL_APP_PORT_SERVER_1}:21115
- ${PANEL_APP_PORT_ID}:21116
- ${PANEL_APP_PORT_ID}:21116/udp
- ${PANEL_APP_PORT_SERVER}:21117
- ${PANEL_APP_PORT_SERVER_2}:21118
- ${PANEL_APP_PORT_SERVER_3}:21119
restart: always
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
- ${HBBS_RUN_FILE:-./conf/hbbs/run}:/etc/s6-overlay/s6-rc.d/hbbs/run

View File

@@ -12,7 +12,7 @@ services:
- USER_PASSWORD_REQUIREMENTS=15
- IMAGE_MAX_SIZE=15M
- STORAGE_PROVIDER=local
image: anirdev/slink:v1.5.1
image: anirdev/slink:v1.6.0
labels:
createdBy: Apps
networks:

View File

@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
image: qyg2297248353/ammds:v1.6.20-ol8
image: qyg2297248353/ammds:v1.6.21-ol8
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}

View File

@@ -11,7 +11,7 @@ services:
- TZ=Asia/Shanghai
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
image: qyg2297248353/ammds:v1.6.20
image: qyg2297248353/ammds:v1.6.21
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE:-host}

View File

@@ -8,10 +8,13 @@ services:
- ./envs/global.env
- .env
environment:
- PUID=0
- PGID=0
- UMASK=022
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v1.2.82
image: wushuo894/ani-rss:v2.0.22
labels:
createdBy: Apps
networks:

View File

@@ -8,13 +8,10 @@ services:
- ./envs/global.env
- .env
environment:
- PUID=0
- PGID=0
- UMASK=022
- PORT=7789
- CONFIG=/config
- TZ=Asia/Shanghai
image: wushuo894/ani-rss:v2.0.21
image: wushuo894/ani-rss:v1.2.82
labels:
createdBy: Apps
networks:

View File

@@ -14,7 +14,7 @@ services:
- verificationCodeTimeout=10
- appname=casdoor
- authState=casdoor
image: casbin/casdoor:v1.964.0
image: casbin/casdoor:v1.966.0
labels:
createdBy: Apps
networks:

View File

@@ -11,7 +11,7 @@ services:
- LICENSE=basic
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
image: elasticsearch:8.18.2
image: elasticsearch:9.0.3
labels:
createdBy: Apps
networks:

View File

@@ -11,7 +11,7 @@ services:
- LICENSE=basic
- ES_SETTING_BOOTSTRAP_MEMORY__LOCK=true
- ES_SETTING_PATH_REPO=/usr/share/elasticsearch/backup
image: elasticsearch:9.0.2
image: elasticsearch:8.18.3
labels:
createdBy: Apps
networks:

View File

@@ -14,7 +14,7 @@ services:
- I18N_LOCALE="zh-CN"
- SERVER_SHUTDOWNTIMEOUT="5s"
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
image: kibana:8.18.2
image: kibana:9.0.3
labels:
createdBy: Apps
networks:

View File

@@ -14,7 +14,7 @@ services:
- I18N_LOCALE="zh-CN"
- SERVER_SHUTDOWNTIMEOUT="5s"
- MONITORING_UI_CONTAINER_ELASTICSEARCH_ENABLED=true
image: kibana:8.18.2
image: kibana:8.18.3
labels:
createdBy: Apps
networks:

Some files were not shown because too many files have changed in this diff Show More