larsklitzke / homeassistant-addons

Repository of selfmade Add-Ons for Home Assistant
MIT License
0 stars 1 forks source link

Not able to install addon #1

Open ggallegosm opened 5 years ago

ggallegosm commented 5 years ago

Hi! I just found through the web your openVPN client addon for home assistant, and following the instruction, I add to my addon store your repository, but nothing appears. I'm trying to install it in a hass.io setup in a raspberry pi 3+.

Is there something I'm missing? Thanks! Gerardo

larsklitzke commented 5 years ago

Hey there! Adding the repository should actually be the only thing to do. I will check this.

larsklitzke commented 5 years ago

Hey, it seems like the repository is currently not setup correctly :open_mouth:. In the meantime, you could just clone the git repository of the openvpn-client on your raspberry pi and build it locally.

  1. Connect to your raspberry pi via ssh ssh <user>@<ip>
  2. Change into the addons directory cd /addons
  3. Clone the repository git clone https://github.com/larsklitzke/homeassistant-openvpn-client.git
  4. Go to the Add-On store via your homeassistant web-interface: Hass.io > Add-On store and push the refresh button to the top right
  5. Under Local add-ons you should find the OpenVPN Client
  6. Install the Add-On

Building the Add-On may take some minutes ... :sleeping: You could find helpful information about the process in the system logs Hass.io > System

Hope that helps :beers:

If the build finishes with errors, feel free to open an issue at OpenVPN-Client

ggallegosm commented 5 years ago

Thanks! I’ll give it a try!

Gerardo

El 2 abr 2019, a la(s) 15:11, Lars Klitzke notifications@github.com escribió:

Hey, it seems like the repository is currently not setup correctly 😮. In the meantime, you could just clone the git repository of the openvpn-client on your raspberry pi and build it locally.

Connect to your raspberry pi via ssh ssh user>@<ip Change into the addons directory cd /addons Clone the repository git clone https://github.com/larsklitzke/homeassistant-openvpn-client.git Go to the Add-On store via your homeassistant web-interface: Hass.io > Add-On store and push the refresh button to the top right Under Local add-ons you should find the OpenVPN Client Install the Add-On Building the Add-On may take some minutes ... 😴 You could find helpful information about the process in the system logs Hass.io > System

Hope that helps 🍻

If the build finishes with errors, feel free to open an issue at OpenVPN-Client

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.