From c30fc1cf4f1c3af2a9f0b364804d818bf655832a Mon Sep 17 00:00:00 2001 From: "Community Hass.io Add-ons Bot" Date: Sun, 13 May 2018 21:43:39 +0000 Subject: [PATCH] :tada: Release of add-on Shinobi Pro 0.2.0 --- README.md | 6 ++--- shinobi/CHANGELOG.md | 32 ++++++++++++++++++++++++- shinobi/README.md | 57 ++++++++++++++++++++++++++++++++++++++++++++ shinobi/config.json | 14 +++++++---- 4 files changed, 101 insertions(+), 8 deletions(-) create mode 100644 shinobi/README.md diff --git a/README.md b/README.md index 9b5e618f..0f7fcc77 100644 --- a/README.md +++ b/README.md @@ -387,10 +387,10 @@ SOFTWARE. [ssh-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg [ssh-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg [ssh-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg -[addon-shinobi]: https://github.com/hassio-addons/addon-shinobi/tree/v0.1.0 -[addon-doc-shinobi]: https://github.com/hassio-addons/addon-shinobi/blob/v0.1.0/README.md +[addon-shinobi]: https://github.com/hassio-addons/addon-shinobi/tree/v0.2.0 +[addon-doc-shinobi]: https://github.com/hassio-addons/addon-shinobi/blob/v0.2.0/README.md [shinobi-issue]: https://github.com/hassio-addons/addon-shinobi/issues -[shinobi-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg +[shinobi-version-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg [shinobi-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/shinobi-armhf.svg [shinobi-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg [shinobi-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg diff --git a/shinobi/CHANGELOG.md b/shinobi/CHANGELOG.md index 8e10269d..628e9cad 100644 --- a/shinobi/CHANGELOG.md +++ b/shinobi/CHANGELOG.md @@ -1 +1,31 @@ -🎉 Initial release \ No newline at end of file +[Full Changelog][changelog] + +### Added + +- Adds .yamllint configuration +- Adds all architectures to add-on config +- Adds Probot configuration +- Adds initial add-on README template +- Adds Gitlab CI + +### Fixed + +- Fixes Markdownlint warning in License +- Fixes hadolint warnings + +### Changed + +- Replaces Changelog with GitHub releases +- Upgrades add-on base image to v1.4.1 +- Updates README +- Updates Shinobi Pro to 4bf071a +- Improves git clone strategy +- Changes default ports to 7440 and 7443 +- Updates port numbers in README + +### Removed + +- Removes CodeClimate +- Removes CircleCI + +[changelog]: https://github.com/hassio-addons/addon-shinobi/compare/v0.1.0...v0.2.0 \ No newline at end of file diff --git a/shinobi/README.md b/shinobi/README.md new file mode 100644 index 00000000..8a548c2d --- /dev/null +++ b/shinobi/README.md @@ -0,0 +1,57 @@ +# Community Hass.io Add-ons: Shinobi Pro + +[![Release][release-shield]][release] ![Project Stage][project-stage-shield] ![Project Maintenance][maintenance-shield] + +[![Discord][discord-shield]][discord] [![Community Forum][forum-shield]][forum] + +[![Buy me a coffee][buymeacoffee-shield]][buymeacoffee] + +Beautiful and feature-rich CCTV/NVR for your camera's + +## About + +Shinobi is Open Source, written in Node.js, and real easy to use. It is the +future of CCTV and NVR for developers and end-users alike. It is catered to +by professionals and most importantly by the one who created it. + +Shinobi can be used as a Baby Monitor, Construction Site Montage Viewer, +Store Camera DVR, and much more. + +You can use Shinobi Pro for personal use without a license in non-commercial +locations, for educational, or simple testing. Schools, Colleges, +and Universities do not require a subscription. + +![Terminal in the Home Assistant Frontend][screenshot] + +[Click here for the full documentation][docs] + +## WARNING! THIS IS A BETA VERSION! + +This Hass.io Add-ons repository contains beta releases of add-ons. + +- They might stop working at any time. +- They could have a negative impact on your system. + +This repository was created for: + +- Anybody willing to test. +- Anybody interested in trying out upcoming add-ons or add-on features. + +If you are more interested in stable releases of our add-ons: + + + +[buymeacoffee-shield]: https://www.buymeacoffee.com/assets/img/guidelines/download-assets-sm-2.svg +[buymeacoffee]: https://www.buymeacoffee.com/frenck +[discord-shield]: https://img.shields.io/discord/330944238910963714.svg +[discord]: https://discord.gg/c5DvZ4e +[docs]: https://github.com/hassio-addons/addon-shinobi/blob/v0.2.0/README.md +[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg +[forum]: https://community.home-assistant.io/t/community-hass-io-add-on-shinobi-pro/49767?u=frenck +[hass-ssh]: https://home-assistant.io/addons/ssh/ +[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg +[project-stage-shield]: https://img.shields.io/badge/project%20stage-experimental-yellow.svg +[release-shield]: https://img.shields.io/badge/version-v0.2.0-blue.svg +[release]: https://github.com/hassio-addons/addon-shinobi/tree/v0.2.0 +[screenshot]: https://github.com/hassio-addons/addon-shinobi/raw/master/images/screenshot.jpg + diff --git a/shinobi/config.json b/shinobi/config.json index 2fc2dbda..f74d1a5e 100644 --- a/shinobi/config.json +++ b/shinobi/config.json @@ -1,18 +1,24 @@ { "name": "Shinobi Pro", - "version": "0.1.0", + "version": "0.2.0", "slug": "shinobi", "description": "Beautiful and feature-rich CCTV/NVR for your cameras", "url": "https://community.home-assistant.io/t/community-hass-io-add-on-shinobi-pro/49767?u=frenck", - "webui": "http://[HOST]:[PORT:5000]", + "webui": "http://[HOST]:[PORT:7440]", "startup": "application", + "arch": [ + "aarch64", + "amd64", + "armhf", + "i386" + ], "boot": "auto", "hassio_api": true, "homeassistant_api": false, "host_network": false, "ports": { - "80/tcp": 5000, - "443/tcp": 5443 + "80/tcp": 7440, + "443/tcp": 7443 }, "map": [ "config:rw",