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...)
- New standardized logic for Dockerfile build and packages installation
## debian (04-12-2021)

View File

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

View File

@@ -1,10 +1,5 @@
{
"arch": [
"aarch64",
"amd64",
"armhf",
"armv7"
],
"arch": ["aarch64", "amd64", "armhf", "armv7"],
"description": "voice communication for online gaming, education and training",
"environment": {
"TS3SERVER_LICENSE": "accept",
@@ -14,9 +9,8 @@
"DIST_UPDATE": "1",
"TS_UPDATE": "1"
},
"map": [
"share:rw"
],
"image": "ghcr.io/alexbelgium/teamspeak_server-{arch}",
"map": ["share:rw"],
"name": "Teamspeak server",
"ports": {
"9987/udp": "9987",