mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-29 10:54:20 +01:00
* Update nginx.conf My propose is to use only TLS v1,2 and 1,3 with cipher suite recommended by https://wiki.mozilla.org/Security/Server_Side_TLS. * Update using https://ssl-config.mozilla.org/ * Update Alpine 3.11 * Update config.json * Update CHANGELOG.md * Update run.sh Co-authored-by: Pascal Vizeli <pascal.vizeli@syshack.ch>
10 lines
257 B
JSON
10 lines
257 B
JSON
{
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base:3.11",
|
|
"amd64": "homeassistant/amd64-base:3.11",
|
|
"armhf": "homeassistant/armhf-base:3.11",
|
|
"armv7": "homeassistant/armv7-base:3.11",
|
|
"i386": "homeassistant/i386-base:3.11"
|
|
}
|
|
}
|