app: MT Photos

This commit is contained in:
zhengyi 2024-01-18 13:42:52 +08:00
parent 14c529bb2a
commit e368f21a7a
5 changed files with 44 additions and 0 deletions

View File

@ -0,0 +1,18 @@
additionalProperties:
formFields:
- default: 8063
edit: true
envKey: PANEL_APP_PORT_HTTP
labelEn: Port
labelZh: 端口
required: true
rule: paramPort
type: number
- default: ""
edit: true
envKey: DATA_PATH
labelEn: Data Path
labelZh: 数据目录
required: true
rule: paramComplexity
type: text

View File

@ -0,0 +1,13 @@
version: "3.9"
services:
mt-photos:
image: mtphotos/mt-photos:latest
container_name: "mt-photos"
volumes:
- ${DATA_PATH}/config:/config
- ${DATA_PATH}/upload:/upload
ports:
- ${PANEL_APP_PORT_HTTP}:8063
restart: unless-stopped
environment:
- TZ=Asia/Shanghai

0
apps/mtphoto/README.md Normal file
View File

13
apps/mtphoto/data.yml Normal file
View File

@ -0,0 +1,13 @@
additionalProperties:
key: mtphoto #应用的 key ,仅限英文,用于在 Linux 创建文件夹
name: MT Photos #应用名称
tags:
- Tool #应用标签,可以有多个,请参照下方的标签列表
shortDescZh: MT Photos是一款为NAS用户量身打造的照片管理系统。 #应用中文描述不要超过30个字
shortDescEn: MT Photos is a photo management system made for NAS users. #应用英文描述
type: tool #应用类型,区别于应用分类,只能有一个,请参照下方的类型列表
crossVersionUpdate: false #是否可以跨大版本升级
limit: 0 #应用安装数量限制0 代表无限制
website: https://mtmt.tech #官网地址
github: https://mtmt.tech #github 地址
document: https://mtmt.tech/docs #文档地址

BIN
apps/mtphoto/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB