Cleanup startup logo (#150)

* startup dhcp

* startup dnsmasq

* startup duckdns

* startup mariadb

* startup nginx

* Update config.json
This commit is contained in:
Pascal Vizeli
2017-07-23 17:11:59 +02:00
committed by GitHub
parent 2231de082f
commit ce3ff8a91b
6 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
"slug": "dhcp_server", "slug": "dhcp_server",
"description": "A simple dhcp server", "description": "A simple dhcp server",
"url": "https://home-assistant.io/addons/dhcp_server/", "url": "https://home-assistant.io/addons/dhcp_server/",
"startup": "before", "startup": "system",
"boot": "auto", "boot": "auto",
"host_network": true, "host_network": true,
"options": { "options": {

View File

@@ -4,7 +4,7 @@
"slug": "dnsmasq", "slug": "dnsmasq",
"description": "A simple dns server with benefits", "description": "A simple dns server with benefits",
"url": "https://home-assistant.io/addons/dnsmasq/", "url": "https://home-assistant.io/addons/dnsmasq/",
"startup": "before", "startup": "system",
"boot": "auto", "boot": "auto",
"host_network": true, "host_network": true,
"options": { "options": {

View File

@@ -4,7 +4,7 @@
"slug": "duckdns", "slug": "duckdns",
"description": "Free dynamic DNS hosted on Amazon VPC", "description": "Free dynamic DNS hosted on Amazon VPC",
"url": "https://home-assistant.io/addons/duckdns/", "url": "https://home-assistant.io/addons/duckdns/",
"startup": "before", "startup": "services",
"boot": "auto", "boot": "auto",
"options": { "options": {
"token": null, "token": null,

View File

@@ -4,7 +4,7 @@
"slug": "mariadb", "slug": "mariadb",
"description": "MariaDB Server is one of the most popular database servers in the world.", "description": "MariaDB Server is one of the most popular database servers in the world.",
"url": "https://home-assistant.io/addons/mariadb/", "url": "https://home-assistant.io/addons/mariadb/",
"startup": "before", "startup": "system",
"boot": "auto", "boot": "auto",
"ports": { "ports": {
"3306/tcp": 3306 "3306/tcp": 3306

View File

@@ -4,7 +4,7 @@
"slug": "nginx_proxy", "slug": "nginx_proxy",
"description": "Use nginx as SSL proxy to HomeAssistant instance", "description": "Use nginx as SSL proxy to HomeAssistant instance",
"url": "https://home-assistant.io/addons/nginx_proxy/", "url": "https://home-assistant.io/addons/nginx_proxy/",
"startup": "after", "startup": "application",
"boot": "auto", "boot": "auto",
"ports": { "ports": {
"80/tcp": 80, "80/tcp": 80,

View File

@@ -4,7 +4,7 @@
"slug": "ssh", "slug": "ssh",
"description": "Connect to your server over SSH", "description": "Connect to your server over SSH",
"url": "https://home-assistant.io/addons/ssh/", "url": "https://home-assistant.io/addons/ssh/",
"startup": "before", "startup": "services",
"boot": "auto", "boot": "auto",
"ports": { "ports": {
"22/tcp": 22 "22/tcp": 22