Skip to content

Latest commit

 

History

History
56 lines (42 loc) · 1.22 KB

README.md

File metadata and controls

56 lines (42 loc) · 1.22 KB

Marcus Wågberg's Homeassistant Addons

My repository of homeassistant addons.

Addons

Intermedium

Intermedium is a smtp to homeassistant notify proxy, writen by myself.

Radicale

Radicale is a small but powerful CalDAV (calendars, to-do lists) and CardDAV (contacts) server. This addon also includes RadicaleInfCloud which integrates InfCloud into Radicale's web interface. InfCloud allows you to to manage appointments, tasks and contacts in the browser.

SilverBullet

SilverBullet is a open-source, self-hosted, offline-capable web application allowing users to take notes in markdown, fetuatring advanced features such as metadata annotations, its Objects infrastructure, Live Queries and Live Templates.

Building, running, publishing, etc

Requierments:

  • linux
  • nix
  • docker

Clone git repository:

$ git clone https://github.com/MarcusWagberg/homeassistant-addons.git

Change directory into the repository:

$ cd homeassistant-addons

Enter nix devshell:

$ nix develop --no-write-lock-file

Building

$ build [addon]

Running

$ run [addon]

Publishing

$ publish [addon] [version]

Checking outdated packages

$ outdated