From 5985042e1d527c9e512bf5867e0f6931281f3df4 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Thu, 16 Jan 2025 09:34:04 +0000 Subject: [PATCH 1/7] testing --- applications-tree.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applications-tree.json b/applications-tree.json index 417e26e..1ea5bf6 100644 --- a/applications-tree.json +++ b/applications-tree.json @@ -4,6 +4,10 @@ "name": "NextCloud", "version": "26.0" }, + { + "name": "Barni", + "version": "latest" + }, { "name": "HomeAssistant", "version": "latest" From b6b0b6e9b7001e95d33c945ea37d87020a063811 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Thu, 16 Jan 2025 09:34:40 +0000 Subject: [PATCH 2/7] removed testing --- applications-tree.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/applications-tree.json b/applications-tree.json index 1ea5bf6..417e26e 100644 --- a/applications-tree.json +++ b/applications-tree.json @@ -4,10 +4,6 @@ "name": "NextCloud", "version": "26.0" }, - { - "name": "Barni", - "version": "latest" - }, { "name": "HomeAssistant", "version": "latest" From 3a79055b4b5e925e6d03eca36cca8be83efdb021 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Sat, 18 Jan 2025 09:06:35 +0000 Subject: [PATCH 3/7] Update applications-tree.json --- applications-tree.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/applications-tree.json b/applications-tree.json index 417e26e..c3a872b 100644 --- a/applications-tree.json +++ b/applications-tree.json @@ -3,6 +3,10 @@ { "name": "NextCloud", "version": "26.0" + }, + { + "name": "Feri", + "version": "26.0" }, { "name": "HomeAssistant", From 65bf2715ee20d3d31b08a1dfcdb54574bd540b8c Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Sun, 19 Jan 2025 13:35:07 +0000 Subject: [PATCH 4/7] removed testing lines --- applications-tree.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/applications-tree.json b/applications-tree.json index c3a872b..417e26e 100644 --- a/applications-tree.json +++ b/applications-tree.json @@ -3,10 +3,6 @@ { "name": "NextCloud", "version": "26.0" - }, - { - "name": "Feri", - "version": "26.0" }, { "name": "HomeAssistant", From d0ca824b54fd57af5ef5f26788f7e65efc37b3f5 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Thu, 20 Feb 2025 19:51:41 +0000 Subject: [PATCH 5/7] Update homeassistant/template.json --- homeassistant/template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homeassistant/template.json b/homeassistant/template.json index ca86996..f673829 100644 --- a/homeassistant/template.json +++ b/homeassistant/template.json @@ -2,13 +2,13 @@ "name": "homeassistant", "fields": [ { - "description": "Please add your homeassistant domain:", + "description": "Please add your homeassistant domain: (required)", "key": "HOMEASSISTANT_DOMAIN", "value": "", "required": "true" }, { - "description": "Please add your homeassistant timezone:", + "description": "Please add your homeassistant timezone: (required)", "key": "HOMEASSISTANT_TZ", "value": "Europe/Budapest", "required": "true" From a08d1f75e0a7ba05f30bf579ce8aa947850a89c8 Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Thu, 20 Feb 2025 19:53:16 +0000 Subject: [PATCH 6/7] Update vaultwarden/template.json --- vaultwarden/template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vaultwarden/template.json b/vaultwarden/template.json index 5af45b8..b944a2a 100644 --- a/vaultwarden/template.json +++ b/vaultwarden/template.json @@ -2,7 +2,7 @@ "name": "vaultwarden", "fields": [ { - "description": "Please add your very secret VaultWarden admin key (please use any token generator or add minimum 12 character long random string):", + "description": "Please add your very secret VaultWarden admin key (please use any token generator or add minimum 12 character long random string): (reuired)", "key": "VAULTWARDEN_ADMIN_TOKEN", "value": "", "required": "true" @@ -55,7 +55,7 @@ "required": "true" }, { - "description": "Please add SMTP PORT (587, 465, 25, etc.):", + "description": "Please add SMTP PORT (587, 465, 25, etc.) (optional, used 25 if keep empty):", "key": "VAULTWARDEN_SMTP_PORT", "value": "25", "required": "true" From f4de18ec9c3a55371801344e840ae1cdc070326d Mon Sep 17 00:00:00 2001 From: Gyorgy Berenyi Date: Thu, 20 Feb 2025 19:53:32 +0000 Subject: [PATCH 7/7] Update vaultwarden/template.json --- vaultwarden/template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vaultwarden/template.json b/vaultwarden/template.json index b944a2a..4307a37 100644 --- a/vaultwarden/template.json +++ b/vaultwarden/template.json @@ -2,7 +2,7 @@ "name": "vaultwarden", "fields": [ { - "description": "Please add your very secret VaultWarden admin key (please use any token generator or add minimum 12 character long random string): (reuired)", + "description": "Please add your very secret VaultWarden admin key (please use any token generator or add minimum 12 character long random string): (required)", "key": "VAULTWARDEN_ADMIN_TOKEN", "value": "", "required": "true"