lociii / home-assistant-addons

Collection of Home Assistant Addons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home Assistant Addons Repository

About

Home Assistant allows anyone to create add-on repositories to share their add-ons for Home Assistant easily. This repository is one of those repositories, providing extra Home Assistant add-ons for your installation.

In the Home Assistant add-on store, a possibility to add a repository is provided.

Use the following URL to add this repository:

https://github.com/TheBestMoshe/home-assistant-addons

Add-ons provided by this repository

Paperless-ng

Docs

Develop on Gitpod

I use Gitpod to develop my Home Assistant addons. Use the commands listed below to build and run the addons.

Paperless-ng

docker build --build-arg BUILD_FROM="homeassistant/amd64-base-debian:latest" -t local/paperless-ng ./paperless-ng/
docker run -p 8000:8000 -v $PWD/paperless-ng/data:/data local/paperless-ng

About

Collection of Home Assistant Addons


Languages

Language:Shell 57.1%Language:Dockerfile 37.6%Language:Python 5.3%