2021-12-23 07:50:35 +00:00
{
"version" : "2.0" ,
"title" : "PhotoPrism" ,
"name" : "photoprism" ,
"icon" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/icon.png" ,
"tagline" : "Browsing, organizing & sharing your photo collection" ,
"overview" : "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." ,
2021-12-27 10:12:56 +00:00
"thumbnail" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/thumbnail.jpg" ,
2021-12-23 07:50:35 +00:00
"screenshots" : [
"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"
] ,
"category" : [
2021-12-23 08:52:45 +00:00
"Gallery"
2021-12-23 07:50:35 +00:00
] ,
2021-12-23 07:52:50 +00:00
"author" : {
2021-12-23 07:50:35 +00:00
"name" : "CasaOS Team" ,
"role" : "Adaptor" ,
"website" : "https://www.casaos.io" ,
"donate_text" : "" ,
"donate_link" : ""
} ,
"support" : "https://discord.gg/knqAbbBbeX" ,
"website" : "https://www.casaos.io" ,
"container" : {
"image" : "photoprism/photoprism:latest" ,
"shell" : "bash" ,
"privileged" : false ,
"network_model" : "bridge" ,
"web_ui" : {
"http" : "2342" ,
"path" : "/"
} ,
2021-12-23 11:50:02 +00:00
"health_check" : "" ,
2021-12-23 07:50:35 +00:00
"envs" : [
{
"key" : "TZ" ,
"value" : "$TZ" ,
"configurable" : "no" ,
"description" : "TimeZone"
} ,
{
"key" : "PHOTOPRISM_UPLOAD_NSFW" ,
"value" : "true" ,
"configurable" : "basic" ,
"description" : "true or false, is it possible to upload NSFW"
} ,
{
"key" : "PHOTOPRISM_ADMIN_PASSWORD" ,
"value" : "casaos" ,
"configurable" : "basic" ,
"description" : "The password of admin"
}
] ,
"ports" : [
{
"container" : "2342" ,
"host" : "2342" ,
"type" : "tcp" ,
"allocation" : "preferred" ,
"configurable" : "advanced" ,
"description" : "WebUI HTTP Port"
}
] ,
"volumes" : [
{
"container" : "/photoprism/storage" ,
2021-12-27 08:08:45 +00:00
"host" : "/DATA/AppData/$AppID/photoprism/storage" ,
2021-12-23 07:50:35 +00:00
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "no" ,
"description" : "PhotoPrism storage directory."
} ,
{
"container" : "/photoprism/originals" ,
2021-12-27 08:08:45 +00:00
"host" : "/DATA/Gallery" ,
2021-12-23 07:50:35 +00:00
"mode" : "rw" ,
"allocation" : "automatic" ,
"configurable" : "advanced" ,
2021-12-23 07:52:50 +00:00
"description" : "PhotoPrism originals directory."
2021-12-23 07:50:35 +00:00
}
] ,
"devices" : [ ] ,
"constraints" : {
2021-12-23 11:50:02 +00:00
"min_memory" : 512 ,
"min_storage" : 2048
2021-12-23 07:50:35 +00:00
} ,
2021-12-23 09:33:09 +00:00
"restart_policy" : "unless-stopped" ,
2021-12-23 07:50:35 +00:00
"sysctls" : [ ] ,
"cap_add" : { } ,
"labels" : [ ]
} ,
"abilities" : {
"notification" : false ,
"widgets" : false ,
"authentication" : false ,
"search" : false ,
"upnp" : false
} ,
2021-12-23 07:52:50 +00:00
"tips" : {
2021-12-27 06:08:34 +00:00
"before_install" : [
{
"content" : "Default Account"
} ,
{
"content" : "Username: " ,
"value" : "admin"
} ,
{
"content" : "Password: " ,
"value" : "casaos"
}
]
2021-12-23 07:52:50 +00:00
} ,
"changelog" : {
2021-12-23 07:50:35 +00:00
"latest_updates" : "" ,
"url" : "https://cdn.jsdelivr.net/gh/IceWhaleTech/CasaOS-AppStore@main/Apps/PhotoPrism/changelog.txt"
} ,
2021-12-27 08:08:45 +00:00
"latest_update_date" : "1640592011"
2021-12-23 07:50:35 +00:00
}