93 lines
3.2 KiB
YAML
93 lines
3.2 KiB
YAML
name: photoprism
|
||
services:
|
||
photoprism:
|
||
environment:
|
||
PHOTOPRISM_ADMIN_PASSWORD: casaos
|
||
PHOTOPRISM_UPLOAD_NSFW: "true"
|
||
TZ: $TZ
|
||
image: photoprism/photoprism:221118-jammy
|
||
deploy:
|
||
resources:
|
||
reservations:
|
||
memory: "512M"
|
||
network_mode: bridge
|
||
ports:
|
||
- target: 2342
|
||
published: "2342"
|
||
protocol: tcp
|
||
restart: unless-stopped
|
||
volumes:
|
||
- type: bind
|
||
source: /DATA/AppData/$AppID/photoprism/storage
|
||
target: /photoprism/storage
|
||
- type: bind
|
||
source: /DATA/Gallery
|
||
target: /photoprism/originals
|
||
x-casaos:
|
||
envs:
|
||
- container: TZ
|
||
description:
|
||
en_us: TimeZone
|
||
zh_cn: 时区
|
||
- container: PHOTOPRISM_UPLOAD_NSFW
|
||
description:
|
||
en_us: true or false, is it possible to upload NSFW
|
||
zh_cn: true 或 false,是否允许上传 NSFW
|
||
- container: PHOTOPRISM_ADMIN_PASSWORD
|
||
description:
|
||
en_us: The password of admin
|
||
zh_cn: 管理员密码
|
||
index: /
|
||
port_map: "2342"
|
||
ports:
|
||
- container: "2342"
|
||
description:
|
||
en_us: WebUI HTTP Port
|
||
zh_cn: WebUI HTTP 端口
|
||
|
||
volumes:
|
||
- container: /photoprism/storage
|
||
description:
|
||
en_us: PhotoPrism storage directory.
|
||
zh_cn: PhotoPrism 存储目录
|
||
- container: /photoprism/originals
|
||
description:
|
||
en_us: PhotoPrism originals directory.
|
||
zh_cn: PhotoPrism 原始文件目录
|
||
x-casaos:
|
||
architectures:
|
||
- amd64
|
||
- arm64
|
||
main: photoprism
|
||
author: CasaOS Team
|
||
category: Gallery
|
||
description:
|
||
en_us: PhotoPrism® is an AI-powered app for browsing, organizing & sharing your photo collection. It makes use of the latest technologies to tag and find pictures automatically without getting in your way. You can run it at home, on a private server, or in the cloud.
|
||
zh_cn: PhotoPrism® 是一个基于 AI 的应用程序,用于浏览、组织和共享您的照片集。它利用最新的技术自动标记和查找图片,而不会干扰您。您可以在家中、私人服务器或云中运行它。
|
||
developer: PhotoPrism
|
||
icon: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/icon.png
|
||
screenshot_link:
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-1.jpg
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-2.jpg
|
||
- https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/screenshot-3.jpg
|
||
tagline:
|
||
en_us: Browsing, organizing & sharing your photo collection
|
||
zh_cn: 浏览、组织和共享您的照片集
|
||
thumbnail: https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/thumbnail.png
|
||
tips:
|
||
before_install:
|
||
en_us: |
|
||
Default Account
|
||
|
||
| Username | Password |
|
||
| -------- | -------- |
|
||
| `admin` | `casaos` |
|
||
zh_cn: |
|
||
默认账号
|
||
|
||
| 用户名 | 密码 |
|
||
| -------- | -------- |
|
||
| `admin` | `casaos` |
|
||
title:
|
||
en_us: PhotoPrism
|