Automatic builds

This commit is contained in:
Alexandre
2022-01-18 16:40:24 +01:00
parent 470c58d15a
commit d9fab47244
158 changed files with 582 additions and 861 deletions

View File

@@ -1,3 +1,4 @@
- Automatic builds (reduced size, local wear, install duration...)
## 20220107 (07-01-2022)
- Update to latest version from photoprism/photoprism

View File

@@ -1,13 +1,13 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
#           _.------.
#       _.-`    ('>.-`"""-.
# '.--'`       _'`   _ .--.)
#    -'         '-.-';`   `
#    ' -      _.'  ``'--. 
#        '---`    .-'""`
#               /`
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#
#################

View File

@@ -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?",