mirror of
https://github.com/aljazceru/addons.git
synced 2026-01-10 00:34:22 +01:00
* added support for netcup dns * Changes based on PR feedback * changed rexexp for netcup propagation seconds * pinned netcup plugin to a version * updated changelog + version to 4.4 * adapted to new format of example json
14 lines
432 B
JSON
Executable File
14 lines
432 B
JSON
Executable File
{
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base-python:3.7-alpine3.10",
|
|
"amd64": "homeassistant/amd64-base-python:3.7-alpine3.10",
|
|
"armhf": "homeassistant/armhf-base-python:3.7-alpine3.10",
|
|
"armv7": "homeassistant/armv7-base-python:3.7-alpine3.10",
|
|
"i386": "homeassistant/i386-base-python:3.7-alpine3.10"
|
|
},
|
|
"args": {
|
|
"CERTBOT_VERSION": "1.0.0",
|
|
"CERTBOT_NETCUP_VERSION": "0.31.0.1"
|
|
}
|
|
}
|