mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
cb8b8b51a7
* Update links to images to community-scripts repo * Update links to community-scripts repo
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"name": "PhotoPrism",
|
|
"slug": "photoprism",
|
|
"categories": [
|
|
12
|
|
],
|
|
"date_created": "2024-05-02",
|
|
"type": "ct",
|
|
"updateable": true,
|
|
"privileged": false,
|
|
"interface_port": "2342",
|
|
"documentation": null,
|
|
"website": "https://photoprism.app/",
|
|
"logo": "https://github.com/community-scripts/ProxmoxVE/blob/main/misc/images/photoprism.png?raw=true",
|
|
"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": {
|
|
"cpu": "2",
|
|
"ram": "2048",
|
|
"hdd": "8",
|
|
"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"
|
|
}
|
|
]
|
|
} |