mirror of
https://github.com/aljazceru/addons.git
synced 2026-02-20 20:34:37 +01:00
This is using https://pypi.org/project/certbot-plugin-gandi/ and is
loosely based on commit ae84a86209 which added support for netcup.
15 lines
470 B
JSON
Executable File
15 lines
470 B
JSON
Executable File
{
|
|
"build_from": {
|
|
"aarch64": "homeassistant/aarch64-base-python:3.7-alpine3.11",
|
|
"amd64": "homeassistant/amd64-base-python:3.7-alpine3.11",
|
|
"armhf": "homeassistant/armhf-base-python:3.7-alpine3.11",
|
|
"armv7": "homeassistant/armv7-base-python:3.7-alpine3.11",
|
|
"i386": "homeassistant/i386-base-python:3.7-alpine3.11"
|
|
},
|
|
"args": {
|
|
"CERTBOT_VERSION": "1.2.0",
|
|
"CERTBOT_NETCUP_VERSION": "0.31.0.1",
|
|
"CERTBOT_GANDI_VERSION": "1.2.5"
|
|
}
|
|
}
|