Update config.json (#2561)

* Update config.json

Update to comply with the new gandi-livedns authentication method.

* Update config.json
This commit is contained in:
rollingafull 2024-02-25 11:16:14 +01:00 committed by GitHub
parent 7d078381bd
commit 4b7f01b4ec
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,7 @@
"no_gui": true,
"id": "gandi-livedns",
"port": 8134,
"tipi_version": 1,
"tipi_version": 2,
"version": "latest",
"categories": ["network"],
"description": "The purpose of this container is to update DNS zone records using Gandi's LiveDNS (http://doc.livedns.gandi.net/) with your WAN IP. This image is extremely lightweight (Alpine Linux based) and has very few dependencies. The actual DNS update program is coded in shell script only.",
@ -16,11 +16,11 @@
"form_fields": [
{
"type": "text",
"label": "Gandi API key",
"max": 24,
"min": 24,
"label": "Gandi Personal Access Token",
"max": 40,
"min": 40,
"required": true,
"env_variable": "GANDI_LIVEDNS_APIKEY"
"env_variable": "GANDI_LIVEDNS_PAT"
},
{
"type": "text",