mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Automatic builds
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
- Automatic builds (reduced size, local wear, install duration...)
|
||||
## 20220107 (07-01-2022)
|
||||
|
||||
- Update to latest version from photoprism/photoprism
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
#============================#
|
||||
# ALEXBELGIUM'S DOCKERFILE #
|
||||
#============================#
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
# _.------.
|
||||
# _.-` ('>.-`"""-.
|
||||
# '.--'` _'` _ .--.)
|
||||
# -' '-.-';` `
|
||||
# ' - _.' ``'--.
|
||||
# '---` .-'""`
|
||||
# /`
|
||||
#=== Home Assistant Addon ===#
|
||||
|
||||
#################
|
||||
|
||||
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"apparmor": true,
|
||||
"arch": [
|
||||
"aarch64",
|
||||
"amd64"
|
||||
],
|
||||
"arch": ["aarch64", "amd64"],
|
||||
"description": "A server-based application for browsing, organizing and sharing your personal photo collection",
|
||||
"devices": [
|
||||
"/dev/sda",
|
||||
@@ -38,13 +35,11 @@
|
||||
"/dev/nvme2"
|
||||
],
|
||||
"homeassistant": "0.92.0b2",
|
||||
"image": "ghcr.io/alexbelgium/photoprism-{arch}",
|
||||
"environment": {
|
||||
"PHOTOPRISM_ADMIN_PASSWORD": "please_change_password"
|
||||
},
|
||||
"map": [
|
||||
"media:rw",
|
||||
"share:rw"
|
||||
],
|
||||
"map": ["media:rw", "share:rw"],
|
||||
"name": "Photoprism",
|
||||
"options": {
|
||||
"networkdisks": "//server/share",
|
||||
@@ -63,10 +58,7 @@
|
||||
"ports_description": {
|
||||
"2342/tcp": "Web interface"
|
||||
},
|
||||
"privileged": [
|
||||
"SYS_ADMIN",
|
||||
"DAC_READ_SEARCH"
|
||||
],
|
||||
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
|
||||
"schema": {
|
||||
"localdisks": "str?",
|
||||
"networkdisks": "str?",
|
||||
|
||||
Reference in New Issue
Block a user