From 4b7f01b4ec300bf4157f24511e3dd0939dc7b5b1 Mon Sep 17 00:00:00 2001 From: rollingafull <62690523+rollingafull@users.noreply.github.com> Date: Sun, 25 Feb 2024 11:16:14 +0100 Subject: [PATCH] Update config.json (#2561) * Update config.json Update to comply with the new gandi-livedns authentication method. * Update config.json --- apps/gandi-livedns/config.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/apps/gandi-livedns/config.json b/apps/gandi-livedns/config.json index 13367975..e581c09b 100644 --- a/apps/gandi-livedns/config.json +++ b/apps/gandi-livedns/config.json @@ -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",