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...)
## 2.6.10 (20-12-2021)
- Update to latest version from laurent22/joplin

View File

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

View File

@@ -10,12 +10,11 @@
"22300/tcp": 22300
},
"apparmor": true,
"image": "ghcr.io/alexbelgium/joplin-{arch}",
"ports_description": {
"22300/tcp": "Web interface"
},
"map": [
"ssl"
],
"map": ["ssl"],
"environment": {
"APP_PORT": "22300"
},
@@ -39,10 +38,5 @@
"MAILER_NOREPLY_NAME": "str?",
"MAILER_NOREPLY_EMAIL": "str?"
},
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
]
"arch": ["aarch64", "amd64", "armhf", "armv7"]
}