backup working config

This commit is contained in:
2026-06-24 16:25:20 +02:00
parent a51ca08b10
commit 1acdfb9179
3 changed files with 7 additions and 15 deletions

View File

@@ -1,15 +1,14 @@
ARG BUILD_FROM ARG BUILD_FROM=homeassistant/amd64-base:latest
FROM $BUILD_FROM FROM $BUILD_FROM
ENV LANG C.UTF-8 ENV LANG C.UTF-8
# Install requirements for add-on # Install requirements for add-on
RUN apk --no-cache --no-progress upgrade && \ RUN apk --no-cache --no-progress upgrade && \
apk --no-cache --no-progress add jq openvpn \ apk --no-cache --no-progress add jq openvpn
rm -rf /tmp/*
# Copy data for add-on # Copy data for add-on
COPY run.sh / COPY run.sh /
RUN chmod a+x /run.sh RUN chmod a+x /run.sh
CMD [ "/run.sh" ] ENTRYPOINT [ "/run.sh" ]

View File

@@ -1,9 +1,8 @@
{ {
"name": "OpenVPN Client", "name": "MyOpenVPN Client",
"version": "0.0.1", "version": "0.1.2",
"slug": "openvpn_client", "slug": "openvpn-client",
"description": "OpenVPN Client", "description": "connect to home",
"url": "https://github.com/Ailme/homeassistant-openvpn-client-addon",
"arch": ["armhf", "armv7", "aarch64", "amd64", "i386"], "arch": ["armhf", "armv7", "aarch64", "amd64", "i386"],
"startup": "application", "startup": "application",
"boot": "auto", "boot": "auto",

View File

@@ -1,6 +0,0 @@
{
"name": "OpenVPN Client",
"url": "https://github.com/Ailme/homeassistant-openvpn-client",
"maintainer": "Alexandr Tumaykin <alexandrtumaykin@gmail.com>"
}