Modifiy for new handling (#61)

This commit is contained in:
Pascal Vizeli
2017-05-16 00:53:39 +02:00
committed by GitHub
parent 8bd3385379
commit 81ecb596d4
13 changed files with 21 additions and 19 deletions

View File

@@ -1,7 +1,6 @@
FROM %%BASE_IMAGE%% FROM %%BASE_IMAGE%%
# Add version # Add env
ENV VERSION %%VERSION%%
ENV LANG C.UTF-8 ENV LANG C.UTF-8
# Setup base # Setup base

View File

@@ -1,6 +1,6 @@
{ {
"name": "Check HomeAssistant config", "name": "Check HomeAssistant config",
"version": "0.2", "version": "0.3",
"slug": "check_config", "slug": "check_config",
"description": "Check HomeAssistant config with a new version", "description": "Check HomeAssistant config with a new version",
"url": "https://home-assistant.io/addons/check_config/", "url": "https://home-assistant.io/addons/check_config/",

View File

@@ -1,7 +1,6 @@
FROM %%BASE_IMAGE%% FROM %%BASE_IMAGE%%
# Add version # Add env
ENV VERSION %%VERSION%%
ENV LANG C.UTF-8 ENV LANG C.UTF-8
# Setup base # Setup base

View File

@@ -1,6 +1,6 @@
{ {
"name": "Duck DNS", "name": "Duck DNS",
"version": "0.3", "version": "0.4",
"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/",

View File

@@ -1,11 +1,10 @@
FROM %%BASE_IMAGE%% FROM %%BASE_IMAGE%%
# Add version # Add env
ENV VERSION %%VERSION%%
ENV LANG C.UTF-8 ENV LANG C.UTF-8
# Setup base # Setup base
RUN apk add --no-cache jq certbot RUN apk add --no-cache jq certbot
# Copy data # Copy data
COPY run.sh / COPY run.sh /

View File

@@ -1,6 +1,6 @@
{ {
"name": "Let's Encrypt", "name": "Let's Encrypt",
"version": "0.5", "version": "0.6",
"slug": "letsencrypt", "slug": "letsencrypt",
"description": "Manage Let's Encrypt certificate", "description": "Manage Let's Encrypt certificate",
"url": "https://home-assistant.io/addons/lets_encrypt/", "url": "https://home-assistant.io/addons/lets_encrypt/",

View File

@@ -1,7 +1,6 @@
FROM %%BASE_IMAGE%% FROM %%BASE_IMAGE%%
# Add version # Add env
ENV VERSION %%VERSION%%
ENV LANG C.UTF-8 ENV LANG C.UTF-8
# Setup base # Setup base

View File

@@ -1,6 +1,6 @@
{ {
"name": "Mosquitto broker", "name": "Mosquitto broker",
"version": "0.5", "version": "0.6",
"slug": "mosquitto", "slug": "mosquitto",
"description": "An Open Source MQTT broker", "description": "An Open Source MQTT broker",
"url": "https://home-assistant.io/addons/mosquitto/", "url": "https://home-assistant.io/addons/mosquitto/",

View File

@@ -1,7 +1,6 @@
FROM %%BASE_IMAGE%% FROM %%BASE_IMAGE%%
# Add version # Add env
ENV VERSION %%VERSION%%
ENV LANG C.UTF-8 ENV LANG C.UTF-8
# Setup base # Setup base

View File

@@ -1,6 +1,6 @@
{ {
"name": "Samba share", "name": "Samba share",
"version": "0.3", "version": "0.4",
"slug": "samba", "slug": "samba",
"description": "Expose HassIO folders with Samba", "description": "Expose HassIO folders with Samba",
"url": "https://home-assistant.io/addons/samba/", "url": "https://home-assistant.io/addons/samba/",

View File

@@ -1,7 +1,6 @@
FROM %%BASE_IMAGE%% FROM %%BASE_IMAGE%%
# Add version # Add env
ENV VERSION %%VERSION%%
ENV LANG C.UTF-8 ENV LANG C.UTF-8
# Setup base # Setup base
@@ -9,6 +8,7 @@ RUN apk add --no-cache jq openssh vim
# Copy data # Copy data
COPY run.sh / COPY run.sh /
COPY motd /etc/
RUN chmod a+x /run.sh RUN chmod a+x /run.sh

View File

@@ -1,6 +1,6 @@
{ {
"name": "SSH server", "name": "SSH server",
"version": "0.5", "version": "0.6",
"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/",

7
ssh/motd Normal file
View File

@@ -0,0 +1,7 @@
_ _ _____ ____
| | | | |_ _/ __ \
| |__| | __ _ ___ ___ | || | | |
| __ |/ _` / __/ __| | || | | |
| | | | (_| \__ \__ \_ _| || |__| |
|_| |_|\__,_|___/___(_)_____\____/