mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "Photoprism",
|
|
"version": "0.3",
|
|
"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_ADMIN_PASSWORD": "please_change_password"
|
|
},
|
|
"options": {
|
|
"networkdisks": "//server/share",
|
|
"cifsusername": "username",
|
|
"cifspassword": "password",
|
|
"UPLOAD_NSFW": "true",
|
|
"STORAGE_PATH": "/share/photoprism/storage",
|
|
"ORIGINALS_PATH": "/share/photoprism/originals",
|
|
"IMPORT_PATH": "/share/photoprism/import",
|
|
"BACKUP_PATH": "/share/photoprism/backup",
|
|
"CUSTOM_OPTIONS": "--site-title HA_Photoprism"
|
|
},
|
|
"schema": {
|
|
"localdisks": "str?",
|
|
"networkdisks": "str?",
|
|
"cifsusername": "str?",
|
|
"cifspassword": "str?",
|
|
"UPLOAD_NSFW": "bool",
|
|
"STORAGE_PATH": "str",
|
|
"ORIGINALS_PATH": "str",
|
|
"IMPORT_PATH": "str",
|
|
"BACKUP_PATH": "str",
|
|
"CUSTOM_OPTIONS": "str?"
|
|
},
|
|
"arch": ["aarch64", "amd64", "armhf", "armv7"]
|
|
}
|