Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2025-01-22 06:26:51 +00:00
parent d0bd55f938
commit 8210416223
67 changed files with 184 additions and 12 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ services:
environment:
- APP_NAME=${CONTAINER_NAME}
- HTTPS_PROXY=${HTTP_PROXY}
image: dpanel/dpanel:1.5.2-lite
image: dpanel/dpanel:1.5.3-lite
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -10,7 +10,7 @@ services:
environment:
- APP_NAME=${CONTAINER_NAME}
- HTTPS_PROXY=${HTTP_PROXY}
image: dpanel/dpanel:1.5.2
image: dpanel/dpanel:1.5.3
labels:
createdBy: Apps
networks:
+6
View File
@@ -0,0 +1,6 @@
# 数据持久化路径 [必填]
IKAROS_ROOT_PATH=/home/ikaros
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=12346
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
ikaros:
container_name: ikaros
env_file:
- ./envs/global.env
- .env
environment:
- PUID=0
- PGID=0
- TZ=Asia/Shanghai
image: suwmlee/ikaros:2.6.1
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:12346
restart: always
volumes:
- ${IKAROS_ROOT_PATH}/media:/media
- ${IKAROS_ROOT_PATH}/data:/app/data
@@ -10,7 +10,7 @@ services:
- ROC_ENABLE_PRE_VEGA=1
- HTTPS_PROXY=${HTTP_PROXY:-}
- NO_PROXY=localhost,127.0.0.1,::1
image: jellyfin/jellyfin:10.10.3
image: jellyfin/jellyfin:10.10.4
labels:
createdBy: Apps
network_mode: ${NETWORK_MODE}
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
+2
View File
@@ -0,0 +1,2 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
+1 -1
View File
@@ -14,7 +14,7 @@ services:
- initial_email=${INITIAL_EMAIL}
- initial_server_url=${INITIAL_SERVER_URL}
- initial_ssh_root_url=${INITIAL_SSH_ROOT_URL}
image: 1dev/server:11.6.10
image: 1dev/server:11.6.11
labels:
createdBy: Apps
networks:
+1 -1
View File
@@ -57,7 +57,7 @@ services:
- -f
- http://localhost:1200/healthz?key=${ACCESS_KEY}
timeout: 10s
image: diygod/rsshub:2025-01-21
image: diygod/rsshub:2025-01-22
labels:
createdBy: Apps
networks:
-1
View File
@@ -14,7 +14,6 @@ services:
- STASH_GENERATED=/generated/
- STASH_METADATA=/metadata/
- STASH_CACHE=/cache/
- HTTPS_PROXY=${HTTP_PROXY:-}
image: stashapp/stash:v0.27.2
labels:
createdBy: Apps