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...)
- Allow custom config location
- Config exposed in /config/addons_config/papermerge
- New standardized logic for Dockerfile build and packages installation

View File

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

View File

@@ -2,16 +2,16 @@
"apparmor": true,
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"description": "Open source document management system (DMS)",
"environment": {
},
"environment": {},
"map": ["share:rw", "media:rw", "ssl", "config:rw"],
"name": "Papermerge",
"image": "ghcr.io/alexbelgium/papermerge-{arch}",
"options": {
"PUID": 0,
"PGID": 0,
"ocrlang": "eng,fra",
"storage_dir": "/data/media",
"import_dir": "/share/papermerge/import",
"import_dir": "/share/papermerge/import",
"CONFIG_LOCATION": "/config/addons_config/papermerge"
},
"ports": {