mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-06 23:55:56 +02:00
original build
This commit is contained in:
39
photoprism/config.json
Normal file
39
photoprism/config.json
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
Reference in New Issue
Block a user