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, "no_gui": true,
"id": "gandi-livedns", "id": "gandi-livedns",
"port": 8134, "port": 8134,
"tipi_version": 1, "tipi_version": 2,
"version": "latest", "version": "latest",
"categories": ["network"], "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.", "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": [ "form_fields": [
{ {
"type": "text", "type": "text",
"label": "Gandi API key", "label": "Gandi Personal Access Token",
"max": 24, "max": 40,
"min": 24, "min": 40,
"required": true, "required": true,
"env_variable": "GANDI_LIVEDNS_APIKEY" "env_variable": "GANDI_LIVEDNS_PAT"
}, },
{ {
"type": "text", "type": "text",