mirror of
https://github.com/aljazceru/addons.git
synced 2025-12-17 13:14:21 +01:00
Cleanup startup logo (#150)
* startup dhcp * startup dnsmasq * startup duckdns * startup mariadb * startup nginx * Update config.json
This commit is contained in:
@@ -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": {
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user