Synced apps from source repository via GitHub Actions

This commit is contained in:
QYG2297248353
2025-09-01 06:34:37 +00:00
parent 6d12c32eca
commit a99da5d6b6
59 changed files with 498 additions and 38 deletions
+1 -5
View File
@@ -18,7 +18,7 @@
## 应用说明
> 目前仅支持 MT,FSM,PTT 三个 PT 站点的 AV 采集订阅
> 目前仅支持 MTFSM(已闭站),PTT 三个 PT 站点的 AV 采集订阅
>
> 账号密码可在 `日志` 查看
@@ -27,10 +27,6 @@
+ qBittorrent 下载器
+ PT 站点密钥
## 安装说明
> 激活请通过 `license` 版本进行激活
---
![Ms Studio](https://file.lifebus.top/imgs/ms_blank_001.png)
+3 -3
View File
@@ -10,6 +10,6 @@
type: website
crossVersionUpdate: true
limit: 0
website: https://github.com/envyafish/AutoLadyIssue/
github: https://github.com/envyafish/AutoLadyIssue/
document: https://github.com/envyafish/AutoLadyIssue/
website: https://github.com/envyafish/
github: https://github.com/envyafish/
document: https://github.com/envyafish/
-3
View File
@@ -1,3 +0,0 @@
# WebUI 端口 [必填]
PANEL_APP_PORT_HTTP=5000
-10
View File
@@ -1,10 +0,0 @@
additionalProperties:
formFields:
- default: 5000
edit: true
envKey: PANEL_APP_PORT_HTTP
labelZh: WebUI 端口
labelEn: WebUI port
required: true
rule: paramPort
type: number
-14
View File
@@ -1,14 +0,0 @@
networks:
1panel-network:
external: true
services:
byte-muse-license:
container_name: byte-muse
image: envyafish/byte-muse-license:latest
labels:
createdBy: Apps
networks:
- 1panel-network
ports:
- ${PANEL_APP_PORT_HTTP}:5000
restart: always
-2
View File
@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
ENV_FILE=.env
-2
View File
@@ -1,2 +0,0 @@
# copyright© 2024 XinJiang Ms Studio
TZ=Asia/Shanghai
-17
View File
@@ -1,17 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
@@ -1,10 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
-17
View File
@@ -1,17 +0,0 @@
#!/bin/bash
if [ -f .env ]; then
source .env
# setup-1 add default values
CURRENT_DIR=$(pwd)
sed -i '/^ENV_FILE=/d' .env
sed -i '/^GLOBAL_ENV_FILE=/d' .env
echo "ENV_FILE=${CURRENT_DIR}/.env" >> .env
echo "GLOBAL_ENV_FILE=${CURRENT_DIR}/envs/global.env" >> .env
echo "Check Finish."
else
echo "Error: .env file not found."
fi
Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 520 KiB