From 64ec204835e07a7a3b171097666da1111d311469 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 15 Dec 2020 12:43:11 +0100 Subject: [PATCH] shields addition --- code-server/README.md | 7 ++++++- doublecommander/README.md | 7 ++++++- emby/README.md | 7 ++++++- nextcloud/README.md | 35 +++++++++++++++++++++++++++++------ radarr/README.md | 12 ++++++++++-- transmission/README.md | 7 ++++++- 6 files changed, 63 insertions(+), 12 deletions(-) diff --git a/code-server/README.md b/code-server/README.md index e48418686..1abfad971 100644 --- a/code-server/README.md +++ b/code-server/README.md @@ -1,4 +1,5 @@ -# Hassio Add-ons by alexbelgium: code-server +# Home assistant add-on: code-server +![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ## About @@ -25,3 +26,7 @@ Webui can be found at `:8443`. [repository]: https://github.com/alexbelgium/hassio-addons +[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg +[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg +[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg +[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg diff --git a/doublecommander/README.md b/doublecommander/README.md index 983fb43c2..32fb67a28 100644 --- a/doublecommander/README.md +++ b/doublecommander/README.md @@ -1,4 +1,5 @@ -# Hassio Add-ons by alexbelgium: doublecommander +# Home assistant add-on: doublecommander +![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ## About @@ -25,3 +26,7 @@ Webui can be found at `:3000`. [repository]: https://github.com/alexbelgium/hassio-addons +[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg +[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg +[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg +[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg diff --git a/emby/README.md b/emby/README.md index 31690113c..d99098c4c 100644 --- a/emby/README.md +++ b/emby/README.md @@ -1,4 +1,5 @@ -# Hassio Add-ons by alexbelgium: emby +# Home assistant add-on: emby +![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ## About @@ -29,3 +30,7 @@ Webui can be found at `:8096`. [repository]: https://github.com/alexbelgium/hassio-addons +[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg +[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg +[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg +[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg diff --git a/nextcloud/README.md b/nextcloud/README.md index b97933945..6af45de05 100644 --- a/nextcloud/README.md +++ b/nextcloud/README.md @@ -1,14 +1,31 @@ -[![](logo.png)](https://nextcloud.com/) +# Home assistant add-on: Nextcloud OCR +![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] -# Nextcloud +## About -Nextcloud Home Assistant add-on +Forked to add latest version, addition of OCR +- Inital version : https://github.com/petersendev/hassio-addons -# How to use this add-on +[emby](https://emby.media/) organizes video, music, live TV, and photos from personal media libraries and streams them to smart TVs, streaming boxes and mobile devices. This container is packaged as a standalone emby Media Server. -Install the add-on, choose your desired port, start. +This addon is based on the [docker image](https://github.com/linuxserver/nextcloud) from linuxserver.io. -After the add-on is started proceed to: https://[ip]:[port] and follow the setup process. +## Installation + +The installation of this add-on is pretty straightforward and not different in +comparison to installing any other Hass.io add-on. + +1. [Add my Hass.io add-ons repository][repository] to your Hass.io instance. +1. Install this add-on. +1. Click the `Save` button to store your configuration. +1. Start the add-on. +1. Check the logs of the add-on to see if everything went well. +1. Carefully configure the add-on to your preferences, see the official documentation for for that. + + +## Configuration + +Webui can be found at `:port`. # How to add trusted domain Nextcloud requires a whitelist of trusted domains in order to access Nextcloud externally, or even internally from an address that is different from the domain it is initially assessed from. Normally this requires editing of a config file. If you have access to the add-on data storage (i.e. Supervised Installation) then the recommended method is to follow official documentation to add your domain. @@ -30,3 +47,9 @@ Warning: overwriting the domain you are currently using will make Nextcloud inac Where the number 2 is the now new third domain position in the config file, and 'my.domain.com' is your domain. Type the first command again to see whether the new domain has indeed been added. If it has, you are done! Based on the linuxserver image + +[repository]: https://github.com/alexbelgium/hassio-addons +[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg +[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg +[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg +[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg \ No newline at end of file diff --git a/radarr/README.md b/radarr/README.md index ea5568a76..e5c3f02fe 100644 --- a/radarr/README.md +++ b/radarr/README.md @@ -1,8 +1,12 @@ -# Hassio Add-ons by petersendev: Radarr +# Home assistant add-on: Radarr ## About +Forked to add latest version, addition of OCR +- Inital version : https://github.com/petersendev/hassio-addons + [Radarr](https://github.com/Radarr/Radarr) - A fork of Sonarr to work with movies like Couchpotato. +![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] This addon is based on the [docker image](https://github.com/linuxserver/docker-radarr) from linuxserver.io. @@ -24,4 +28,8 @@ comparison to installing any other Hass.io add-on. Webui can be found at `:7878`. -[repository]: https://github.com/petersendev/hassio-addons \ No newline at end of file +[repository]: https://github.com/petersendev/hassio-addons +[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg +[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg +[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg +[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg \ No newline at end of file diff --git a/transmission/README.md b/transmission/README.md index c6d78fe42..f4f5eb98a 100644 --- a/transmission/README.md +++ b/transmission/README.md @@ -1,4 +1,5 @@ -# Transmission +# Home assistant add-on: Transmission +![Supports aarch64 Architecture][aarch64-shield] ![Supports amd64 Architecture][amd64-shield] ![Supports armhf Architecture][armhf-shield] ![Supports armv7 Architecture][armv7-shield] ## About @@ -32,3 +33,7 @@ Complete transmission options are in /share/transmission (make sure addon is sto Webui can be found at `:9091`. [repository]: https://github.com/alexbelgium/hassio-addons +[aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg +[amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg +[armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg +[armv7-shield]: https://img.shields.io/badge/armv7-yes-green.svg