Processed apps directory via GitHub Actions
This commit is contained in:
@@ -14,7 +14,7 @@ services:
|
||||
- verificationCodeTimeout=10
|
||||
- appname=casdoor
|
||||
- authState=casdoor
|
||||
image: casbin/casdoor:v2.33.0
|
||||
image: casbin/casdoor:v2.37.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.139.2
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.139.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.2
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.2
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.139.2
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.139.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.2
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -4,6 +4,9 @@ PANEL_REDIS_TYPE=redis
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=3000
|
||||
|
||||
# Authorization Code [必填]
|
||||
AUTH_TOKEN=
|
||||
|
||||
# 网站名称 [必填]
|
||||
SITE_NAME=MoonTV
|
||||
|
||||
@@ -31,8 +34,8 @@ NEXT_PUBLIC_STORAGE_TYPE=redis
|
||||
# Redis 地址 (Redis 存储)
|
||||
REDIS_URL=redis://127.0.0.1:6379
|
||||
|
||||
# Redis 地址 (Redis 存储)
|
||||
REDIS_URL=redis://127.0.0.1:6666
|
||||
# Kvrocks 地址 (Kvrocks 存储)
|
||||
KVROCKS_URL=redis://127.0.0.1:6666
|
||||
|
||||
# Upstash 地址 (Upstash 存储)
|
||||
UPSTASH_URL=
|
||||
@@ -24,6 +24,13 @@ additionalProperties:
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
||||
- default: ""
|
||||
edit: true
|
||||
envKey: AUTH_TOKEN
|
||||
labelZh: Authorization Code
|
||||
labelEn: A
|
||||
required: true
|
||||
type: text
|
||||
- default: "MoonTV"
|
||||
edit: true
|
||||
envKey: SITE_NAME
|
||||
@@ -106,9 +113,9 @@ additionalProperties:
|
||||
type: text
|
||||
- default: "redis://127.0.0.1:6666"
|
||||
edit: true
|
||||
envKey: REDIS_URL
|
||||
labelZh: Redis 地址 (Redis 存储)
|
||||
labelEn: Redis Address (Redis Storage)
|
||||
envKey: KVROCKS_URL
|
||||
labelZh: Kvrocks 地址 (Kvrocks 存储)
|
||||
labelEn: Kvrocks Address (Kvrocks Storage)
|
||||
required: false
|
||||
type: text
|
||||
- default: ""
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: ghcr.io/moontechlab/lunatv:4.0.0
|
||||
image: ghcr.io/moontechlab/lunatv:4.1.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -11,6 +11,10 @@
|
||||
MoonTV 是一个开箱即用的、跨平台的影视聚合播放器。它基于 Next.js 14 + Tailwind CSS + TypeScript
|
||||
构建,支持多资源搜索、在线播放、收藏同步、播放记录、本地/云端存储,让你可以随时随地畅享海量免费影视内容。
|
||||
|
||||
## 授权码
|
||||
|
||||
请自行阅读官方文档,获取授权码。
|
||||
|
||||
## 特性
|
||||
|
||||
🔍 多源聚合搜索:内置数十个免费资源站点,一次搜索立刻返回全源结果。
|
||||
|
||||
@@ -9,6 +9,6 @@ additionalProperties:
|
||||
type: website
|
||||
crossVersionUpdate: true
|
||||
limit: 0
|
||||
website: https://github.com/senshinya/MoonTV/
|
||||
github: https://github.com/senshinya/MoonTV/
|
||||
document: https://github.com/senshinya/MoonTV/
|
||||
website: https://github.com/MoonTechLab/LunaTV/
|
||||
github: https://github.com/MoonTechLab/LunaTV/
|
||||
document: https://github.com/MoonTechLab/LunaTV/
|
||||
|
||||
@@ -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:12.0.6
|
||||
image: 1dev/server:12.0.7
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -14,7 +14,7 @@ services:
|
||||
- verificationCodeTimeout=10
|
||||
- appname=casdoor
|
||||
- authState=casdoor
|
||||
image: casbin/casdoor:v2.33.0
|
||||
image: casbin/casdoor:v2.37.0
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.139.2
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.139.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -29,7 +29,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.2
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.2
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -10,7 +10,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.139.2
|
||||
image: ghcr.io/immich-app/immich-machine-learning:v1.139.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -45,7 +45,7 @@ services:
|
||||
env_file:
|
||||
- ./envs/global.env
|
||||
- .env
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.2
|
||||
image: ghcr.io/immich-app/immich-server:v1.139.3
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
@@ -4,6 +4,9 @@ PANEL_REDIS_TYPE=redis
|
||||
# WebUI 端口 [必填]
|
||||
PANEL_APP_PORT_HTTP=3000
|
||||
|
||||
# Authorization Code [必填]
|
||||
AUTH_TOKEN=
|
||||
|
||||
# 网站名称 [必填]
|
||||
SITE_NAME=MoonTV
|
||||
|
||||
@@ -31,8 +34,8 @@ NEXT_PUBLIC_STORAGE_TYPE=redis
|
||||
# Redis 地址 (Redis 存储)
|
||||
REDIS_URL=redis://127.0.0.1:6379
|
||||
|
||||
# Redis 地址 (Redis 存储)
|
||||
REDIS_URL=redis://127.0.0.1:6666
|
||||
# Kvrocks 地址 (Kvrocks 存储)
|
||||
KVROCKS_URL=redis://127.0.0.1:6666
|
||||
|
||||
# Upstash 地址 (Upstash 存储)
|
||||
UPSTASH_URL=
|
||||
|
||||
@@ -9,7 +9,7 @@ services:
|
||||
- .env
|
||||
environment:
|
||||
- TZ=Asia/Shanghai
|
||||
image: ghcr.io/moontechlab/lunatv:4.0.0
|
||||
image: ghcr.io/moontechlab/lunatv:4.1.1
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
@@ -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:12.0.6
|
||||
image: 1dev/server:12.0.7
|
||||
labels:
|
||||
createdBy: Apps
|
||||
networks:
|
||||
|
||||
Reference in New Issue
Block a user