🎉 Release of add-on Shinobi Pro 0.2.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-13 21:43:39 +00:00
parent bb3d04a6ab
commit c30fc1cf4f
4 changed files with 101 additions and 8 deletions

View file

@ -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

View file

@ -1 +1,31 @@
🎉 Initial release
[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

57
shinobi/README.md Normal file
View file

@ -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:
<https://github.com/hassio-addons/repository>
[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

View file

@ -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",