2024-11-06 07:14:59 +00:00
{
"name" : "PhotoPrism" ,
"slug" : "photoprism" ,
"categories" : [
12
] ,
"date_created" : "2024-05-02" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
2024-11-28 14:50:40 +00:00
"interface_port" : 2342 ,
2024-11-06 07:14:59 +00:00
"documentation" : null ,
"website" : "https://photoprism.app/" ,
2024-11-06 18:05:00 +00:00
"logo" : "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/photoprism.png?raw=true" ,
2024-11-06 07:14:59 +00:00
"description" : "PhotoPrism is an AI-Powered Photos App for the Decentralized Web. It makes use of the latest technologies to tag and find pictures automatically without getting in your way." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/photoprism.sh" ,
"resources" : {
2024-11-28 14:50:40 +00:00
"cpu" : 2 ,
2024-12-17 10:19:08 +00:00
"ram" : 3072 ,
2024-11-28 14:50:40 +00:00
"hdd" : 8 ,
2024-11-06 07:14:59 +00:00
"os" : "debian" ,
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : "admin" ,
"password" : "changeme"
} ,
"notes" : [
{
"text" : "Please note that Ubuntu 22.04 and Debian 12 are supported, while older Linux distributions may not be compatible." ,
"type" : "warning"
}
]
2024-12-17 10:19:08 +00:00
}