Processed apps directory via GitHub Actions
This commit is contained in:
45
appstore/ammds-ol8/1.6.15/.env
Normal file
45
appstore/ammds-ol8/1.6.15/.env
Normal file
@@ -0,0 +1,45 @@
|
||||
# 网络模式 [必填]
|
||||
NETWORK_MODE=1panel-network
|
||||
|
||||
# 数据持久化路径 [必填]
|
||||
AMMDS_ROOT_PATH=/home/ammds
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8080
|
||||
|
||||
# API 端口 [必填]
|
||||
PANEL_APP_PORT_API=9523
|
||||
|
||||
# MetaTube URL
|
||||
AMMDS_METATUBE_URL=
|
||||
|
||||
# MetaTube 密钥
|
||||
AMMDS_METATUBE_TOKEN=
|
||||
|
||||
# Prowlarr URL
|
||||
AMMDS_PROWLARR_URL=
|
||||
|
||||
# Prowlarr 密钥
|
||||
AMMDS_PROWLARR_TOKEN=
|
||||
|
||||
# IYUU 密钥
|
||||
AMMDS_IYUU_TOKEN=
|
||||
|
||||
# qBittorrent URL
|
||||
AMMDS_QBITTORRENT_URL=
|
||||
|
||||
# qBittorrent 用户名
|
||||
AMMDS_QBITTORRENT_USERNAME=
|
||||
|
||||
# qBittorrent 密码
|
||||
AMMDS_QBITTORRENT_PASSWORD=
|
||||
|
||||
# 自定义挂载目录 1
|
||||
CUSTOM_MOUNT_DIRECTORY_1=
|
||||
|
||||
# 自定义挂载目录 2
|
||||
CUSTOM_MOUNT_DIRECTORY_2=
|
||||
|
||||
# 自定义挂载目录 3
|
||||
CUSTOM_MOUNT_DIRECTORY_3=
|
||||
|
||||
118
appstore/ammds-ol8/1.6.15/data.yml
Normal file
118
appstore/ammds-ol8/1.6.15/data.yml
Normal file
@@ -0,0 +1,118 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "1panel-network"
|
||||
edit: true
|
||||
envKey: NETWORK_MODE
|
||||
labelZh: 网络模式
|
||||
labelEn: Network mode
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: 主机网络模式
|
||||
value: "host"
|
||||
- label: 桥接网络模式
|
||||
value: "bridge"
|
||||
- label: 无网络模式
|
||||
value: "none"
|
||||
- label: 1panel-network
|
||||
value: "1panel-network"
|
||||
- default: "/home/ammds"
|
||||
edit: true
|
||||
envKey: AMMDS_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
required: true
|
||||
type: text
|
||||
- default: 8080
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: 9523
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_API
|
||||
labelZh: API 端口
|
||||
labelEn: API port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: AMMDS_METATUBE_URL
|
||||
labelZh: MetaTube URL
|
||||
labelEn: MetaTube URL
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: AMMDS_METATUBE_TOKEN
|
||||
labelZh: MetaTube 密钥
|
||||
labelEn: MetaTube token
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: AMMDS_PROWLARR_URL
|
||||
labelZh: Prowlarr URL
|
||||
labelEn: Prowlarr URL
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: AMMDS_PROWLARR_TOKEN
|
||||
labelZh: Prowlarr 密钥
|
||||
labelEn: Prowlarr token
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: AMMDS_IYUU_TOKEN
|
||||
labelZh: IYUU 密钥
|
||||
labelEn: IYUU token
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: AMMDS_QBITTORRENT_URL
|
||||
labelZh: qBittorrent URL
|
||||
labelEn: qBittorrent URL
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: AMMDS_QBITTORRENT_USERNAME
|
||||
labelZh: qBittorrent 用户名
|
||||
labelEn: qBittorrent Username
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: AMMDS_QBITTORRENT_PASSWORD
|
||||
labelZh: qBittorrent 密码
|
||||
labelEn: qBittorrent Password
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: CUSTOM_MOUNT_DIRECTORY_1
|
||||
labelEn: Custom mount directory 1
|
||||
labelZh: 自定义挂载目录 1
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: CUSTOM_MOUNT_DIRECTORY_2
|
||||
labelEn: Custom mount directory 2
|
||||
labelZh: 自定义挂载目录 2
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: CUSTOM_MOUNT_DIRECTORY_3
|
||||
labelEn: Custom mount directory 3
|
||||
labelZh: 自定义挂载目录 3
|
||||
required: false
|
||||
type: text
|
||||
33
appstore/ammds-ol8/1.6.15/docker-compose.yml
Normal file
33
appstore/ammds-ol8/1.6.15/docker-compose.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
ammds:
|
||||
container_name: ammds-ol8
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
|
||||
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
|
||||
image: qyg2297248353/ammds:v1.6.15-ol8
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE:-host}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP:-8080}:${PANEL_APP_PORT_HTTP:-8080}
|
||||
restart: always
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ulimits:
|
||||
nofile:
|
||||
hard: 524288
|
||||
soft: 524288
|
||||
volumes:
|
||||
- ${AMMDS_ROOT_PATH}/data:/ammds/data
|
||||
- ${AMMDS_ROOT_PATH}/db:/ammds/db
|
||||
- ${AMMDS_ROOT_PATH}/download:/ammds/download
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3}
|
||||
77
appstore/ammds-ol8/README.md
Normal file
77
appstore/ammds-ol8/README.md
Normal file
@@ -0,0 +1,77 @@
|
||||
# AMMDS (兼容版)
|
||||
|
||||
个人影视数据管理平台
|
||||
|
||||

|
||||
|
||||
AMMDS(Adult Movie MetaData Scraper)是一款私人专属数据管理平台,专注于帮助用户轻松管理和整理个人影视库。通过智能刮削元数据、演员识别、多源数据匹配等功能,打造专属的家庭影院体验。
|
||||
|
||||

|
||||
|
||||
<div style="border: 1px solid #FFC107; padding: 10px; border-radius: 5px; color: #856404; background-color: #FFF3CD; display: inline-block; width: 100%; max-width: 60%; margin-top: 10px;">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<span style="font-size: 24px; margin-right: 8px;">⚠️</span>
|
||||
<div>
|
||||
<strong style="font-size: 16px;">温馨提示</strong><br>
|
||||
<span style="font-size: 14px; color: #333;">该软件为离线产品,数据来源由使用者手动录入。</span>
|
||||
<span style="font-size: 14px; color: #333;">请勿在国内宣传该产品,如有需要请使用简称:<b>AMMDS</b></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div style="border: 1px solid #FFC107; padding: 10px; border-radius: 5px; color: #856404; background-color: #FFF3CD; display: inline-block; width: 100%; max-width: 60%; margin-top: 10px;">
|
||||
<div style="display: flex; align-items: center;">
|
||||
<span style="font-size: 24px; margin-right: 8px;">⚠️</span>
|
||||
<div>
|
||||
<strong style="font-size: 16px;">插件提示</strong><br>
|
||||
<span style="font-size: 14px; color: #333;">集成插件需要<b>网络功能</b>。</span>
|
||||
<span style="font-size: 14px; color: #333;">如开启任一集成插件,将视为您<b>已同意接入网络连接</b>。</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
## 🎬 主要特性
|
||||
|
||||
### 影视管理
|
||||
|
||||
- 支持多种视频格式,轻松管理个人影视库。
|
||||
- 自动刮削影片信息,提供封面、简介、评分等元数据。
|
||||
|
||||
### 👤 演员识别
|
||||
|
||||
- 自动识别影视作品中的演员信息。
|
||||
- 提供详细的演员资料和作品列表,方便查找和浏览。
|
||||
|
||||
### 📄 元数据获取
|
||||
|
||||
- 自动从互联网获取影视作品的元数据。
|
||||
- 确保影视库信息全面丰富。
|
||||
|
||||
### 📤 影视分享
|
||||
|
||||
- 支持影视库分享功能,轻松共享你的影视收藏。
|
||||
- 适用于家庭影院和私人影视社群。
|
||||
|
||||
### 🔌 插件集成
|
||||
|
||||
- 提供丰富的插件支持,扩展更多功能。
|
||||
- 可轻松集成到现有的媒体服务器或播放器中。
|
||||
|
||||
### 🌐 多源刮削
|
||||
|
||||
- 支持多个数据源(如 TMDB、豆瓣等)获取影视信息。
|
||||
- 确保数据的全面性和准确性。
|
||||
|
||||
### 🤖 智能匹配
|
||||
|
||||
- 通过智能算法自动匹配本地文件与在线元数据。
|
||||
- 降低手动操作成本,提高整理效率。
|
||||
|
||||
### 🖥️ 跨平台支持
|
||||
|
||||
- 兼容 **Windows、macOS、Linux** 等操作系统。
|
||||
- 随时随地管理你的影视库。
|
||||
|
||||
---
|
||||
|
||||

|
||||
14
appstore/ammds-ol8/data.yml
Normal file
14
appstore/ammds-ol8/data.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
additionalProperties:
|
||||
key: ammds-ol8
|
||||
name: AMMDS (兼容版)
|
||||
tags:
|
||||
- WebSite
|
||||
- Local
|
||||
shortDescZh: 个人影视数据管理平台
|
||||
shortDescEn: Personal movie and TV data management platform
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://ammds.lifebus.top/
|
||||
github: https://github.com/QYG2297248353/AMMDS-Docker/
|
||||
document: https://ammds.lifebus.top/
|
||||
BIN
appstore/ammds-ol8/logo.png
Normal file
BIN
appstore/ammds-ol8/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 120 KiB |
@@ -14,7 +14,7 @@ services:
|
||||
- verificationCodeTimeout=10
|
||||
- appname=casdoor
|
||||
- authState=casdoor
|
||||
image: casbin/casdoor:v1.946.0
|
||||
image: casbin/casdoor:v1.947.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- database__client=mysql
|
||||
- mail__options__service=Email
|
||||
- mail__options__secure=true
|
||||
image: ghost:5.126.0
|
||||
image: ghost:5.127.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: mdcng/mdc:1.0.0
|
||||
image: mdcng/mdc:1.3.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
9
appstore/nodepassdash/2.0.2/.env
Normal file
9
appstore/nodepassdash/2.0.2/.env
Normal file
@@ -0,0 +1,9 @@
|
||||
# 网络模式 [必填]
|
||||
NETWORK_MODE=host
|
||||
|
||||
# 数据持久化路径 [必填]
|
||||
NODEPASSDASH_ROOT_PATH=/home/nodepassdash
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=3000
|
||||
|
||||
33
appstore/nodepassdash/2.0.2/data.yml
Normal file
33
appstore/nodepassdash/2.0.2/data.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: "host"
|
||||
edit: true
|
||||
envKey: NETWORK_MODE
|
||||
labelZh: 网络模式
|
||||
labelEn: Network mode
|
||||
required: true
|
||||
type: select
|
||||
values:
|
||||
- label: 主机网络模式
|
||||
value: "host"
|
||||
- label: 桥接网络模式
|
||||
value: "bridge"
|
||||
- label: 无网络模式
|
||||
value: "none"
|
||||
- label: 1panel-network
|
||||
value: "1panel-network"
|
||||
- default: "/home/nodepassdash"
|
||||
edit: true
|
||||
envKey: NODEPASSDASH_ROOT_PATH
|
||||
labelZh: 数据持久化路径
|
||||
labelEn: Data persistence path
|
||||
required: true
|
||||
type: text
|
||||
- default: 3000
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelZh: WebUI 端口
|
||||
labelEn: WebUI port
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
22
appstore/nodepassdash/2.0.2/docker-compose.yml
Normal file
22
appstore/nodepassdash/2.0.2/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
nodepassdash:
|
||||
container_name: nodepassdash
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- PORT=${PANEL_APP_PORT_HTTP}
|
||||
image: ghcr.io/nodepassproject/nodepassdash:2.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
restart: always
|
||||
volumes:
|
||||
- ${NODEPASSDASH_ROOT_PATH}/logs:/app/logs
|
||||
- ${NODEPASSDASH_ROOT_PATH}/public:/app/public
|
||||
17
appstore/nodepassdash/2.0.2/scripts/init.sh
Normal file
17
appstore/nodepassdash/2.0.2/scripts/init.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
17
appstore/nodepassdash/2.0.2/scripts/upgrade.sh
Normal file
17
appstore/nodepassdash/2.0.2/scripts/upgrade.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
41
appstore/nodepassdash/README.md
Normal file
41
appstore/nodepassdash/README.md
Normal file
@@ -0,0 +1,41 @@
|
||||
# NodePassDash
|
||||
|
||||
NodePassDash是一个现代化的 NodePass 管理界面,基于 Go 后端 + Next.js 14、HeroUI 和 TypeScript 构建。提供实时隧道监控、流量统计和端点管理功能。
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
## 初始化
|
||||
|
||||
通过日志获取
|
||||
|
||||
## 特性
|
||||
|
||||
🚀 高性能 Go 后端: 完全重构的 Go 后端,性能提升 300%+,内存占用降低 60%
|
||||
|
||||
🎯 实时监控: 通过 Server-Sent Events (SSE) 实现实时隧道状态更新
|
||||
|
||||
📊 流量统计: 可视化显示隧道流量数据和性能指标
|
||||
|
||||
🎨 现代UI: 基于 HeroUI 的响应式设计,支持深色/浅色主题
|
||||
|
||||
📱 移动适配: 完整的移动端响应式布局,支持各种设备访问
|
||||
|
||||
🐳 容器化: 开箱即用的 Docker 部署方案
|
||||
|
||||
🔧 命令行工具: 支持密码重置和自定义端口等管理功能
|
||||
|
||||
## 快捷操作
|
||||
|
||||
以下命令行均在容器中执行
|
||||
|
||||
### 密码重置
|
||||
|
||||
```shell
|
||||
./nodepassdash --reset-pwd
|
||||
```
|
||||
|
||||
---
|
||||
|
||||

|
||||
14
appstore/nodepassdash/data.yml
Normal file
14
appstore/nodepassdash/data.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
additionalProperties:
|
||||
key: nodepassdash
|
||||
name: NodePassDash
|
||||
tags:
|
||||
- WebSite
|
||||
- Local
|
||||
shortDescZh: 现代化的 NodePass 管理界面
|
||||
shortDescEn: NodePass Dashboard
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://github.com/NodePassProject/NodePassDash/
|
||||
github: https://github.com/NodePassProject/NodePassDash/
|
||||
document: https://github.com/NodePassProject/NodePassDash/
|
||||
BIN
appstore/nodepassdash/logo.png
Normal file
BIN
appstore/nodepassdash/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
12
appstore/nodepassdash/logo.svg
Normal file
12
appstore/nodepassdash/logo.svg
Normal file
@@ -0,0 +1,12 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 480 480">
|
||||
<!-- Rounded Rectangle Background -->
|
||||
<rect width="480" height="480" rx="24" ry="24" fill="#FFFFFF"/>
|
||||
|
||||
<!-- NodePass Logo -->
|
||||
<g transform="translate(64, 57.2)">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="352" height="365.6" viewBox="0 0 448 512">
|
||||
<path fill="#000000"
|
||||
d="M248 106.6c18.9-9 32-28.3 32-50.6c0-30.9-25.1-56-56-56s-56 25.1-56 56c0 22.3 13.1 41.6 32 50.6v98.8c-2.8 1.3-5.5 2.9-8 4.7l-80.1-45.8c1.6-20.8-8.6-41.6-27.9-52.8C57.2 96 23 105.2 7.5 132S1.2 193 28 208.5c1.3.8 2.6 1.5 4 2.1v90.8c-1.3.6-2.7 1.3-4 2.1C1.2 319-8 353.2 7.5 380s49.7 36 76.5 20.5c19.3-11.1 29.4-32 27.8-52.8l50.5-28.9c-11.5-11.2-19.9-25.6-23.8-41.7l-50.5 29c-2.6-1.8-5.2-3.3-8-4.7v-90.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-.1 1.4-.2 2.8-.2 4.3c0 22.3 13.1 41.6 32 50.6v98.8c-18.9 9-32 28.3-32 50.6c0 30.9 25.1 56 56 56s56-25.1 56-56c0-22.3-13.1-41.6-32-50.6v-98.8c2.8-1.3 5.5-2.9 8-4.7l80.1 45.8c-1.6 20.8 8.6 41.6 27.8 52.8c26.8 15.5 61 6.3 76.5-20.5s6.3-61-20.5-76.5c-1.3-.8-2.7-1.5-4-2.1v-90.8c1.4-.6 2.7-1.3 4-2.1c26.8-15.5 36-49.7 20.5-76.5s-49.5-36-76.3-20.5c-19.3 11.1-29.4 32-27.8 52.8l-50.6 28.9c11.5 11.2 19.9 25.6 23.8 41.7l50.6-29c2.6 1.8 5.2 3.3 8 4.7v90.8c-2.8 1.3-5.5 2.9-8 4.6l-80.1-45.8c.1-1.4.2-2.8.2-4.3c0-22.3-13.1-41.6-32-50.6v-98.8z"/>
|
||||
</svg>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -57,7 +57,7 @@ services:
|
||||
- -f
|
||||
- http://localhost:1200/healthz?key=${ACCESS_KEY}
|
||||
timeout: 10s
|
||||
image: diygod/rsshub:2025-06-24
|
||||
image: diygod/rsshub:2025-06-25
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
2
appstore/rsshub/2025-06-25/envs/default.env
Normal file
2
appstore/rsshub/2025-06-25/envs/default.env
Normal file
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
ENV_FILE=.env
|
||||
2
appstore/rsshub/2025-06-25/envs/global.env
Normal file
2
appstore/rsshub/2025-06-25/envs/global.env
Normal file
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
TZ=Asia/Shanghai
|
||||
17
appstore/rsshub/2025-06-25/scripts/init.sh
Normal file
17
appstore/rsshub/2025-06-25/scripts/init.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
10
appstore/rsshub/2025-06-25/scripts/uninstall.sh
Normal file
10
appstore/rsshub/2025-06-25/scripts/uninstall.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
17
appstore/rsshub/2025-06-25/scripts/upgrade.sh
Normal file
17
appstore/rsshub/2025-06-25/scripts/upgrade.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- WEBDAV_BACKEND=http://sp-webdav
|
||||
image: johannesjo/super-productivity:v13.1.2
|
||||
image: johannesjo/super-productivity:v13.1.5
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
2
appstore/super-productivity/13.1.5/envs/default.env
Normal file
2
appstore/super-productivity/13.1.5/envs/default.env
Normal file
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
ENV_FILE=.env
|
||||
2
appstore/super-productivity/13.1.5/envs/global.env
Normal file
2
appstore/super-productivity/13.1.5/envs/global.env
Normal file
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
TZ=Asia/Shanghai
|
||||
10
appstore/super-productivity/13.1.5/scripts/uninstall.sh
Normal file
10
appstore/super-productivity/13.1.5/scripts/uninstall.sh
Normal file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f .env ]; then
|
||||
source .env
|
||||
|
||||
echo "Check Finish."
|
||||
|
||||
else
|
||||
echo "Error: .env file not found."
|
||||
fi
|
||||
45
dockge/ammds-ol8/.env
Normal file
45
dockge/ammds-ol8/.env
Normal file
@@ -0,0 +1,45 @@
|
||||
# 网络模式 [必填]
|
||||
NETWORK_MODE=1panel-network
|
||||
|
||||
# 数据持久化路径 [必填]
|
||||
AMMDS_ROOT_PATH=/home/ammds
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=8080
|
||||
|
||||
# API 端口 [必填]
|
||||
PANEL_APP_PORT_API=9523
|
||||
|
||||
# MetaTube URL
|
||||
AMMDS_METATUBE_URL=
|
||||
|
||||
# MetaTube 密钥
|
||||
AMMDS_METATUBE_TOKEN=
|
||||
|
||||
# Prowlarr URL
|
||||
AMMDS_PROWLARR_URL=
|
||||
|
||||
# Prowlarr 密钥
|
||||
AMMDS_PROWLARR_TOKEN=
|
||||
|
||||
# IYUU 密钥
|
||||
AMMDS_IYUU_TOKEN=
|
||||
|
||||
# qBittorrent URL
|
||||
AMMDS_QBITTORRENT_URL=
|
||||
|
||||
# qBittorrent 用户名
|
||||
AMMDS_QBITTORRENT_USERNAME=
|
||||
|
||||
# qBittorrent 密码
|
||||
AMMDS_QBITTORRENT_PASSWORD=
|
||||
|
||||
# 自定义挂载目录 1
|
||||
CUSTOM_MOUNT_DIRECTORY_1=
|
||||
|
||||
# 自定义挂载目录 2
|
||||
CUSTOM_MOUNT_DIRECTORY_2=
|
||||
|
||||
# 自定义挂载目录 3
|
||||
CUSTOM_MOUNT_DIRECTORY_3=
|
||||
|
||||
33
dockge/ammds-ol8/docker-compose.yml
Normal file
33
dockge/ammds-ol8/docker-compose.yml
Normal file
@@ -0,0 +1,33 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
ammds:
|
||||
container_name: ammds-ol8
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- NGINX_PORT=${PANEL_APP_PORT_HTTP:-8080}
|
||||
- AMMDS_SERVER_PORT=${PANEL_APP_PORT_API:-9523}
|
||||
image: qyg2297248353/ammds:v1.6.15-ol8
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE:-host}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP:-8080}:${PANEL_APP_PORT_HTTP:-8080}
|
||||
restart: always
|
||||
stdin_open: true
|
||||
tty: true
|
||||
ulimits:
|
||||
nofile:
|
||||
hard: 524288
|
||||
soft: 524288
|
||||
volumes:
|
||||
- ${AMMDS_ROOT_PATH}/data:/ammds/data
|
||||
- ${AMMDS_ROOT_PATH}/db:/ammds/db
|
||||
- ${AMMDS_ROOT_PATH}/download:/ammds/download
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_1:-./default_mount_1}:${CUSTOM_MOUNT_DIRECTORY_1:-/default_mount_1}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_2:-./default_mount_2}:${CUSTOM_MOUNT_DIRECTORY_2:-/default_mount_2}
|
||||
- ${CUSTOM_MOUNT_DIRECTORY_3:-./default_mount_3}:${CUSTOM_MOUNT_DIRECTORY_3:-/default_mount_3}
|
||||
2
dockge/ammds-ol8/envs/default.env
Normal file
2
dockge/ammds-ol8/envs/default.env
Normal file
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
ENV_FILE=.env
|
||||
2
dockge/ammds-ol8/envs/global.env
Normal file
2
dockge/ammds-ol8/envs/global.env
Normal file
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
TZ=Asia/Shanghai
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- verificationCodeTimeout=10
|
||||
- appname=casdoor
|
||||
- authState=casdoor
|
||||
image: casbin/casdoor:v1.946.0
|
||||
image: casbin/casdoor:v1.947.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- database__client=mysql
|
||||
- mail__options__service=Email
|
||||
- mail__options__secure=true
|
||||
image: ghost:5.126.0
|
||||
image: ghost:5.127.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -7,7 +7,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: mdcng/mdc:1.0.0
|
||||
image: mdcng/mdc:1.3.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
9
dockge/nodepassdash/.env
Normal file
9
dockge/nodepassdash/.env
Normal file
@@ -0,0 +1,9 @@
|
||||
# 网络模式 [必填]
|
||||
NETWORK_MODE=host
|
||||
|
||||
# 数据持久化路径 [必填]
|
||||
NODEPASSDASH_ROOT_PATH=/home/nodepassdash
|
||||
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=3000
|
||||
|
||||
22
dockge/nodepassdash/docker-compose.yml
Normal file
22
dockge/nodepassdash/docker-compose.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
||||
services:
|
||||
nodepassdash:
|
||||
container_name: nodepassdash
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- PORT=${PANEL_APP_PORT_HTTP}
|
||||
image: ghcr.io/nodepassproject/nodepassdash:2.0.2
|
||||
labels:
|
||||
createdBy: Apps
|
||||
network_mode: ${NETWORK_MODE}
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:${PANEL_APP_PORT_HTTP}
|
||||
restart: always
|
||||
volumes:
|
||||
- ${NODEPASSDASH_ROOT_PATH}/logs:/app/logs
|
||||
- ${NODEPASSDASH_ROOT_PATH}/public:/app/public
|
||||
2
dockge/nodepassdash/envs/default.env
Normal file
2
dockge/nodepassdash/envs/default.env
Normal file
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
ENV_FILE=.env
|
||||
2
dockge/nodepassdash/envs/global.env
Normal file
2
dockge/nodepassdash/envs/global.env
Normal file
@@ -0,0 +1,2 @@
|
||||
# copyright© 2024 XinJiang Ms Studio
|
||||
TZ=Asia/Shanghai
|
||||
@@ -57,7 +57,7 @@ services:
|
||||
- -f
|
||||
- http://localhost:1200/healthz?key=${ACCESS_KEY}
|
||||
timeout: 10s
|
||||
image: diygod/rsshub:2025-06-24
|
||||
image: diygod/rsshub:2025-06-25
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -21,7 +21,7 @@ services:
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
- WEBDAV_BACKEND=http://sp-webdav
|
||||
image: johannesjo/super-productivity:v13.1.2
|
||||
image: johannesjo/super-productivity:v13.1.5
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user