2023-02-28 00:15:03 +00:00
name : photoprism
services :
2023-03-07 00:52:47 +00:00
photoprism :
environment :
PHOTOPRISM_ADMIN_PASSWORD : casaos
PHOTOPRISM_UPLOAD_NSFW : "true"
TZ : $TZ
image : photoprism/photoprism:221118-jammy
2023-03-07 18:15:13 +00:00
deploy :
resources :
reservations :
memory : "512M"
2023-03-07 00:52:47 +00:00
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 :
author : CasaOS Team
category : Gallery
container :
envs :
2023-03-25 01:14:10 +00:00
- container : TZ
2023-03-07 00:52:47 +00:00
description :
en_US : TimeZone
2023-03-25 01:14:10 +00:00
zh_CN : 时区
- container : PHOTOPRISM_UPLOAD_NSFW
2023-03-07 00:52:47 +00:00
description :
en_US : true or false, is it possible to upload NSFW
2023-03-25 01:14:10 +00:00
zh_CN : true 或 false, 是否允许上传 NSFW
- container : PHOTOPRISM_ADMIN_PASSWORD
2023-03-07 00:52:47 +00:00
description :
en_US : The password of admin
2023-03-25 01:14:10 +00:00
zh_CN : 管理员密码
2023-03-07 00:52:47 +00:00
index : /
port_map : "2342"
2023-02-28 00:15:03 +00:00
ports :
2023-03-25 01:14:10 +00:00
- container : "2342"
2023-03-07 00:52:47 +00:00
description :
en_US : WebUI HTTP Port
2023-03-25 01:14:10 +00:00
zh_CN : WebUI HTTP 端口
2023-03-09 00:45:48 +00:00
2023-02-28 00:15:03 +00:00
volumes :
2023-03-25 01:14:10 +00:00
- container : /photoprism/storage
2023-03-07 00:52:47 +00:00
description :
en_US : PhotoPrism storage directory.
2023-03-25 01:14:10 +00:00
zh_CN : PhotoPrism 存储目录
- container : /photoprism/originals
2023-02-28 00:15:03 +00:00
description :
2023-03-07 00:52:47 +00:00
en_US : PhotoPrism originals directory.
2023-03-25 01:14:10 +00:00
zh_CN : PhotoPrism 原始文件目录
2023-03-07 00:52:47 +00:00
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.
2023-03-25 01:14:10 +00:00
zh_CN : PhotoPrism® 是一个基于 AI 的应用程序,用于浏览、组织和共享您的照片集。它利用最新的技术自动标记和查找图片,而不会干扰您。您可以在家中、私人服务器或云中运行它。
2023-03-07 00:52:47 +00:00
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
2023-03-25 01:14:10 +00:00
zh_CN : 浏览、组织和共享您的照片集
2023-03-07 00:52:47 +00:00
thumbnail : https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/thumbnail.png
tips :
before_install :
2023-03-25 01:14:10 +00:00
en_US : |
Default Account
| Username | Password |
| -------- | -------- |
| `admin` | `casaos` |
zh_CN : |
默认账号
| 用户名 | 密码 |
| -------- | -------- |
| `admin` | `casaos` |
2023-03-07 00:52:47 +00:00
title :
en_US : PhotoPrism
2023-02-28 00:15:03 +00:00
x-casaos :
2023-03-07 00:52:47 +00:00
architectures :
- amd64
- arm64
main_app : photoprism