Processed apps directory via GitHub Actions

This commit is contained in:
QYG2297248353
2026-01-15 09:31:05 +00:00
parent ac158583e9
commit 9f8d5f37c2
56 changed files with 616 additions and 7 deletions
+6
View File
@@ -0,0 +1,6 @@
# 数据持久化路径 [必填]
JACKETT_ROOT_PATH=/home/jackett
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=9117
+24
View File
@@ -0,0 +1,24 @@
networks:
1panel-network:
external: true
services:
jackett:
container_name: jackett
env_file:
- ./envs/global.env
- .env
environment:
- TZ=Asia/Shanghai
- PUID=1000
- PGID=1000
image: linuxserver/jackett:0.24.850
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:9117
restart: always
volumes:
- ${JACKETT_ROOT_PATH}/config:/config
- ${JACKETT_ROOT_PATH}/downloads:/downloads
+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