New logic

This commit is contained in:
Alexandre
2021-12-14 13:39:15 +01:00
parent 6df150b341
commit 90f333c40d
269 changed files with 6071 additions and 2163 deletions

View File

@@ -1,6 +1,8 @@
{
"apparmor": true,
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"arch": [
"amd64"
],
"description": "A server-based application for browsing, organizing and sharing your personal photo collection",
"devices": [
"/dev/sda",
@@ -33,7 +35,10 @@
"environment": {
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password"
},
"map": ["media:rw", "share:rw"],
"map": [
"media:rw",
"share:rw"
],
"name": "Photoprism",
"options": {
"networkdisks": "//server/share",
@@ -52,7 +57,10 @@
"ports_description": {
"2342/tcp": "Web interface"
},
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"schema": {
"localdisks": "str?",
"networkdisks": "str?",
@@ -66,8 +74,8 @@
"CUSTOM_OPTIONS": "str?"
},
"slug": "photoprism",
"upstream": "210217-49039368",
"upstream": "20211210",
"url": "https://github.com/alexbelgium/hassio-addons-test",
"version": "210217-49039368-5",
"version": "20211210",
"webui": "http://[HOST]:[PORT:2342]"
}