backup working config
This commit is contained in:
@@ -1,15 +1,14 @@
|
||||
ARG BUILD_FROM
|
||||
ARG BUILD_FROM=homeassistant/amd64-base:latest
|
||||
FROM $BUILD_FROM
|
||||
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
# Install requirements for add-on
|
||||
RUN apk --no-cache --no-progress upgrade && \
|
||||
apk --no-cache --no-progress add jq openvpn \
|
||||
rm -rf /tmp/*
|
||||
apk --no-cache --no-progress add jq openvpn
|
||||
|
||||
# Copy data for add-on
|
||||
COPY run.sh /
|
||||
RUN chmod a+x /run.sh
|
||||
|
||||
CMD [ "/run.sh" ]
|
||||
ENTRYPOINT [ "/run.sh" ]
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
{
|
||||
"name": "OpenVPN Client",
|
||||
"version": "0.0.1",
|
||||
"slug": "openvpn_client",
|
||||
"description": "OpenVPN Client",
|
||||
"url": "https://github.com/Ailme/homeassistant-openvpn-client-addon",
|
||||
"name": "MyOpenVPN Client",
|
||||
"version": "0.1.2",
|
||||
"slug": "openvpn-client",
|
||||
"description": "connect to home",
|
||||
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
|
||||
"startup": "application",
|
||||
"boot": "auto",
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
{
|
||||
"name": "OpenVPN Client",
|
||||
"url": "https://github.com/Ailme/homeassistant-openvpn-client",
|
||||
"maintainer": "Alexandr Tumaykin <alexandrtumaykin@gmail.com>"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user