mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-29 07:57:40 +01:00
40 lines
1.2 KiB
JSON
40 lines
1.2 KiB
JSON
{
|
|
"name": "Photoprism",
|
|
"version": "0.1",
|
|
"upstream": "preview",
|
|
"slug": "photoprism",
|
|
"description": "A server-based application for browsing, organizing and sharing your personal photo collection",
|
|
"url": "https://github.com/alexbelgium/hassio-addons-test",
|
|
"webui": "http://[HOST]:[PORT:2342]",
|
|
"ports": {
|
|
"2342/tcp": 2342
|
|
},
|
|
"apparmor": "true",
|
|
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
|
"ports_description": {
|
|
"2342/tcp": "Web interface"
|
|
},
|
|
"map": ["media:rw", "share:rw"],
|
|
"full_access": true,
|
|
"environment": {
|
|
"PHOTOPRISM_UPLOAD_NSFW": "true",
|
|
"PHOTOPRISM_STORAGE_PATH": "/data/photoprism/storage",
|
|
"PHOTOPRISM_ORIGINALS_PATH": "/data/photoprism/originals",
|
|
"PHOTOPRISM_IMPORT_PATH": "/data/photoprism/import",
|
|
"PHOTOPRISM_BACKUP_PATH": "/data/photoprism/backup",
|
|
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password"
|
|
},
|
|
"options": {
|
|
"networkdisks": "//server/share",
|
|
"cifsusername": "username",
|
|
"cifspassword": "password"
|
|
},
|
|
"schema": {
|
|
"localdisks": "str?",
|
|
"networkdisks": "str?",
|
|
"cifsusername": "str?",
|
|
"cifspassword": "str?"
|
|
},
|
|
"arch": ["aarch64", "amd64", "armhf", "armv7"]
|
|
}
|