Update to 210217-49039368

This commit is contained in:
alexbelgium
2021-09-29 19:36:54 +02:00
parent 060ceef38e
commit de6291f5ec
3 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +1,6 @@
## 210217-49039368 (29-09-2021)
- Update to latest version from photoprism/photoprism
- Allow mounting smb and local disks - Allow mounting smb and local disks
- Allow custom paths from options - Allow custom paths from options
- Allow any custom photoprism flags - Allow any custom photoprism flags

View File

@@ -1,6 +1,6 @@
ARG BUILD_FROM ARG BUILD_FROM
ARG BUILD_VERSION ARG BUILD_VERSION
ARG BUILD_UPSTREAM="preview" ARG BUILD_UPSTREAM="210217-49039368"
FROM photoprism/photoprism:preview FROM photoprism/photoprism:preview
# Copy root filesystem # Copy root filesystem

View File

@@ -1,7 +1,7 @@
{ {
"name": "Photoprism", "name": "Photoprism",
"version": "0.3", "version": "210217-49039368",
"upstream": "preview", "upstream": "210217-49039368",
"slug": "photoprism", "slug": "photoprism",
"description": "A server-based application for browsing, organizing and sharing your personal photo collection", "description": "A server-based application for browsing, organizing and sharing your personal photo collection",
"url": "https://github.com/alexbelgium/hassio-addons-test", "url": "https://github.com/alexbelgium/hassio-addons-test",
@@ -13,7 +13,10 @@
"ports_description": { "ports_description": {
"2342/tcp": "Web interface" "2342/tcp": "Web interface"
}, },
"map": ["media:rw", "share:rw"], "map": [
"media:rw",
"share:rw"
],
"privileged": [ "privileged": [
"SYS_ADMIN", "SYS_ADMIN",
"DAC_READ_SEARCH" "DAC_READ_SEARCH"
@@ -50,5 +53,10 @@
"BACKUP_PATH": "str", "BACKUP_PATH": "str",
"CUSTOM_OPTIONS": "str?" "CUSTOM_OPTIONS": "str?"
}, },
"arch": ["aarch64", "amd64", "armhf", "armv7"] "arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
]
} }