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",
"description": "A simple dhcp server",
"url": "https://home-assistant.io/addons/dhcp_server/",
"startup": "before",
"startup": "system",
"boot": "auto",
"host_network": true,
"options": {

View File

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

View File

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

View File

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

View File

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

View File

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