Skip to content

Commit

Permalink
Automatic builds
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium committed Jan 18, 2022
1 parent 470c58d commit d9fab47
Show file tree
Hide file tree
Showing 158 changed files with 582 additions and 861 deletions.
2 changes: 1 addition & 1 deletion addons_updater/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Automatic builds
- Automatic builds (reduced size, local wear, install duration...)
- Initial build
14 changes: 7 additions & 7 deletions addons_updater/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
#           _.------.
#       _.-`    ('>.-`"""-.
# '.--'`       _'`   _ .--.)
#    -'         '-.-';`   `
#    ' -      _.'  ``'--. 
#        '---`    .-'""`
#               /`
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#

#################
Expand Down
1 change: 1 addition & 0 deletions arpspoof/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Automatic builds (reduced size, local wear, install duration...)
- New standardized logic for Dockerfile build and packages installation

## 1.0.0 (07-12-2021)
Expand Down
14 changes: 7 additions & 7 deletions arpspoof/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
#           _.------.
#       _.-`    ('>.-`"""-.
# '.--'`       _'`   _ .--.)
#    -'         '-.-';`   `
#    ' -      _.'  ``'--. 
#        '---`    .-'""`
#               /`
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#

#################
Expand Down
13 changes: 3 additions & 10 deletions arpspoof/config.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,11 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "block internet connection for local network devices",
"devices": [],
"environment": {},
"image": "ghcr.io/alexbelgium/arpspoof-{arch}",
"map": [],
"host_network": true,
"name": "Arpspoof",
Expand All @@ -22,10 +18,7 @@
"ports_description": {
"7022/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"ROUTER_IP": "str",
"INTERFACE_NAME": "str?"
Expand Down
1 change: 1 addition & 0 deletions bazarr/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Automatic builds (reduced size, local wear, install duration...)
## 1.0.2 (04-01-2022)

- Update to latest version from linuxserver/docker-bazarr
Expand Down
14 changes: 7 additions & 7 deletions bazarr/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
#           _.------.
#       _.-`    ('>.-`"""-.
# '.--'`       _'`   _ .--.)
#    -'         '-.-';`   `
#    ' -      _.'  ``'--. 
#        '---`    .-'""`
#               /`
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#

#################
Expand Down
26 changes: 5 additions & 21 deletions bazarr/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,13 @@
"description": "Companion application to Sonarr and Radarr to download subtitles",
"url": "https://github.com/alexbelgium/hassio-addons/tree/master/bazarr",
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"image": "ghcr.io/alexbelgium/bazarr-{arch}",
"upstream": "1.0.2",
"webui": "http://[HOST]:[PORT:6767]",
"startup": "services",
"backup_exclude": [
"**/Backups/*",
"**/logs/*",
"**/MediaCover/*"
],
"backup_exclude": ["**/Backups/*", "**/logs/*", "**/MediaCover/*"],
"devices": [
"/dev/sda",
"/dev/sdb",
Expand Down Expand Up @@ -57,12 +49,7 @@
"PGID": "0"
},
"ingress": false,
"map": [
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["config:rw", "share:rw", "media:rw", "ssl"],
"options": {
"PUID": 0,
"PGID": 0
Expand All @@ -73,10 +60,7 @@
"ports_description": {
"6767/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
Expand Down
1 change: 1 addition & 0 deletions bitwarden/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Automatic builds (reduced size, local wear, install duration...)

## 1.23.1 (15-12-2021)
- Update to latest version from dani-garcia/bitwarden_rs
Expand Down
14 changes: 7 additions & 7 deletions bitwarden/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
#           _.------.
#       _.-`    ('>.-`"""-.
# '.--'`       _'`   _ .--.)
#    -'         '-.-';`   `
#    ' -      _.'  ``'--. 
#        '---`    .-'""`
#               /`
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#

#################
Expand Down
13 changes: 4 additions & 9 deletions bitwarden/config.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7"
],
"arch": ["aarch64", "amd64", "armv7"],
"description": "Open source password management solution",
"init": false,
"map": [
"ssl"
],
"name": "Bitwarden (Vaultwarden)",
"map": ["ssl"],
"name": "Vaultwarden (Bitwarden)",
"image": "ghcr.io/alexbelgium/vaultwarden-{arch}",
"options": {
"ssl": true,
"certfile": "fullchain.pem",
Expand Down
1 change: 1 addition & 0 deletions booksonic_air/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Automatic builds (reduced size, local wear, install duration...)
## v2201.1.0-ls42 (15-01-2022)

- Update to latest version from linuxserver/docker-booksonic-air
Expand Down
14 changes: 7 additions & 7 deletions booksonic_air/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
#           _.------.
#       _.-`    ('>.-`"""-.
# '.--'`       _'`   _ .--.)
#    -'         '-.-';`   `
#    ' -      _.'  ``'--. 
#        '---`    .-'""`
#               /`
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#

#################
Expand Down
18 changes: 4 additions & 14 deletions booksonic_air/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"image": "ghcr.io/alexbelgium/booksonic_air-{arch}",
"description": "platform for accessing the audibooks you own wherever you are",
"devices": [
"/dev/sda",
Expand Down Expand Up @@ -44,10 +40,7 @@
"PUID": "0",
"PGID": "0"
},
"map": [
"share:rw",
"media:rw"
],
"map": ["share:rw", "media:rw"],
"name": "Booksonic-air",
"options": {
"PUID": 0,
Expand All @@ -62,10 +55,7 @@
"ports_description": {
"4040/tcp": "web interface"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
Expand Down
1 change: 1 addition & 0 deletions cloudcommander/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Automatic builds (reduced size, local wear, install duration...)

## 15.9.14 (15-01-2022)
- Update to latest version from coderaiser/cloudcmd
Expand Down
14 changes: 7 additions & 7 deletions cloudcommander/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
#           _.------.
#       _.-`    ('>.-`"""-.
# '.--'`       _'`   _ .--.)
#    -'         '-.-';`   `
#    ' -      _.'  ``'--. 
#        '---`    .-'""`
#               /`
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#

#################
Expand Down
13 changes: 3 additions & 10 deletions cloudcommander/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,8 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"description": "Cloud Commander a file manager for the web with console and editor",
"image": "ghcr.io/alexbelgium/cloudcommander-{arch}",
"devices": [
"/dev/mmcblk0p8",
"/dev/sda",
Expand Down Expand Up @@ -61,10 +57,7 @@
"ports_description": {
"8000/tcp": "Web UI port (required)"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"localdisks": "str?",
"networkdisks": "str?",
Expand Down
1 change: 1 addition & 0 deletions code-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
- Automatic builds (reduced size, local wear, install duration...)

## 4.0.1 (06-01-2022)
- Update to latest version from linuxserver/docker-code-server
Expand Down
14 changes: 7 additions & 7 deletions code-server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#============================#
# ALEXBELGIUM'S DOCKERFILE #
#============================#
#           _.------.
#       _.-`    ('>.-`"""-.
# '.--'`       _'`   _ .--.)
#    -'         '-.-';`   `
#    ' -      _.'  ``'--. 
#        '---`    .-'""`
#               /`
# _.------.
# _.-` ('>.-`"""-.
# '.--'` _'` _ .--.)
# -' '-.-';` `
# ' - _.' ``'--.
# '---` .-'""`
# /`
#=== Home Assistant Addon ===#

#################
Expand Down
21 changes: 4 additions & 17 deletions code-server/config.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
{
"apparmor": true,
"arch": [
"aarch64",
"amd64",
"armv7",
"armhf"
],
"arch": ["aarch64", "amd64", "armv7", "armhf"],
"boot": "auto",
"description": "Code-server is VS Code running on a remote server, accessible through the browser.",
"image": "ghcr.io/alexbelgium/code-server-{arch}",
"devices": [
"/dev/sda",
"/dev/sdb",
Expand Down Expand Up @@ -41,13 +37,7 @@
"/dev/nvme2"
],
"environment": {},
"map": [
"backup:rw",
"config:rw",
"share:rw",
"media:rw",
"ssl"
],
"map": ["backup:rw", "config:rw", "share:rw", "media:rw", "ssl"],
"name": "VS code",
"options": {
"PUID": 0,
Expand All @@ -56,10 +46,7 @@
"ports": {
"8443/tcp": 8443
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PUID": "int",
"PGID": "int",
Expand Down
1 change: 1 addition & 0 deletions elasticsearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
- Automatic builds (reduced size, local wear, install duration...)
- New standardized logic for Dockerfile build and packages installation
- Initial build
Loading

0 comments on commit d9fab47

Please sign in to comment.