From 15eb72cb60fffc64181b9137ca7e96fcea3c0b62 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 4 Aug 2017 21:11:32 +0200 Subject: [PATCH] Update description --- dhcp_server/config.json | 2 +- dnsmasq/config.json | 2 +- duckdns/config.json | 2 +- git_pull/config.json | 4 ++-- letsencrypt/config.json | 2 +- mariadb/config.json | 2 +- nginx_proxy/config.json | 4 ++-- samba/config.json | 2 +- snips/config.json | 2 +- ssh/config.json | 2 +- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/dhcp_server/config.json b/dhcp_server/config.json index 75c5a2d..68b35a3 100644 --- a/dhcp_server/config.json +++ b/dhcp_server/config.json @@ -2,7 +2,7 @@ "name": "DHCP server", "version": "0.4", "slug": "dhcp_server", - "description": "A simple dhcp server", + "description": "A simple DHCP server", "url": "https://home-assistant.io/addons/dhcp_server/", "startup": "system", "boot": "auto", diff --git a/dnsmasq/config.json b/dnsmasq/config.json index fd4eab5..170e42f 100644 --- a/dnsmasq/config.json +++ b/dnsmasq/config.json @@ -2,7 +2,7 @@ "name": "Dnsmasq", "version": "0.5", "slug": "dnsmasq", - "description": "A simple dns server with benefits", + "description": "A simple DNS server", "url": "https://home-assistant.io/addons/dnsmasq/", "startup": "system", "boot": "auto", diff --git a/duckdns/config.json b/duckdns/config.json index 758cebd..d3fa32e 100644 --- a/duckdns/config.json +++ b/duckdns/config.json @@ -2,7 +2,7 @@ "name": "Duck DNS", "version": "0.6", "slug": "duckdns", - "description": "Free dynamic DNS hosted on Amazon VPC", + "description": "Free Dynamic DNS (DynDNS or DDNS) service", "url": "https://home-assistant.io/addons/duckdns/", "startup": "services", "boot": "auto", diff --git a/git_pull/config.json b/git_pull/config.json index 065e7e2..c1fcb43 100644 --- a/git_pull/config.json +++ b/git_pull/config.json @@ -1,8 +1,8 @@ { - "name": "GIT pull", + "name": "Git pull", "version": "0.2", "slug": "git_pull", - "description": "Simple git pull to update local config.", + "description": "Simple git pull to update the local configuration", "url": "https://home-assistant.io/addons/git_pull/", "startup": "services", "boot": "manual", diff --git a/letsencrypt/config.json b/letsencrypt/config.json index 19aaddd..ae9bfd4 100644 --- a/letsencrypt/config.json +++ b/letsencrypt/config.json @@ -2,7 +2,7 @@ "name": "Let's Encrypt", "version": "1.2", "slug": "letsencrypt", - "description": "Manage Let's Encrypt certificate", + "description": "Manage certificate from Let's Encrypt", "url": "https://home-assistant.io/addons/lets_encrypt/", "startup": "once", "boot": "manual", diff --git a/mariadb/config.json b/mariadb/config.json index 3d65733..e85cbb0 100644 --- a/mariadb/config.json +++ b/mariadb/config.json @@ -2,7 +2,7 @@ "name": "MariaDB", "version": "0.1", "slug": "mariadb", - "description": "MariaDB Server is one of the most popular database servers in the world.", + "description": "An SQL database server", "url": "https://home-assistant.io/addons/mariadb/", "startup": "system", "boot": "auto", diff --git a/nginx_proxy/config.json b/nginx_proxy/config.json index 710a9d9..63a7cef 100644 --- a/nginx_proxy/config.json +++ b/nginx_proxy/config.json @@ -1,8 +1,8 @@ { - "name": "Nginx HomeAssistant SSL proxy", + "name": "NGINX Home Assistant SSL proxy", "version": "0.5", "slug": "nginx_proxy", - "description": "Use nginx as SSL proxy to HomeAssistant instance", + "description": "An SSL/TLS proxy", "url": "https://home-assistant.io/addons/nginx_proxy/", "startup": "application", "boot": "auto", diff --git a/samba/config.json b/samba/config.json index 8b85d8b..3ef6cd1 100644 --- a/samba/config.json +++ b/samba/config.json @@ -2,7 +2,7 @@ "name": "Samba share", "version": "2.0", "slug": "samba", - "description": "Expose HassIO folders with Samba", + "description": "Expose Hass.io folders with SMB/CIFS", "url": "https://home-assistant.io/addons/samba/", "startup": "services", "boot": "auto", diff --git a/snips/config.json b/snips/config.json index 122d6f1..b6f8a59 100644 --- a/snips/config.json +++ b/snips/config.json @@ -2,7 +2,7 @@ "name": "Snips.AI", "version": "0.4.3-p2", "slug": "snips", - "description": "The first on-device voice platform", + "description": "Local voice control platform", "url": "https://home-assistant.io/addons/snips/", "startup": "application", "boot": "auto", diff --git a/ssh/config.json b/ssh/config.json index b168ff3..2b79365 100644 --- a/ssh/config.json +++ b/ssh/config.json @@ -2,7 +2,7 @@ "name": "SSH server", "version": "2.4", "slug": "ssh", - "description": "Connect to your server over SSH", + "description": "Allows connections over SSH", "url": "https://home-assistant.io/addons/ssh/", "startup": "services", "boot": "auto",