🔥 Removes the deprecated Shinobi add-on

This commit is contained in:
Franck Nijhof 2018-11-03 14:40:32 +01:00
parent ba9a0e75b1
commit e2fd79a844
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3
6 changed files with 0 additions and 166 deletions

View file

@ -85,10 +85,6 @@ addons:
repository: hassio-addons/addon-portainer repository: hassio-addons/addon-portainer
target: portainer target: portainer
image: hassioaddons/portainer image: hassioaddons/portainer
shinobi:
repository: hassio-addons/addon-shinobi
target: shinobi
image: hassioaddons/shinobi-{arch}
spotify: spotify:
repository: hassio-addons/addon-spotify-connect repository: hassio-addons/addon-spotify-connect
target: spotify target: spotify

View file

@ -1,31 +0,0 @@
[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

View file

@ -1,57 +0,0 @@
# 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,74 +0,0 @@
{
"name": "Shinobi Pro",
"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:7440]",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "auto",
"hassio_api": true,
"homeassistant_api": false,
"host_network": false,
"ports": {
"80/tcp": 7440,
"443/tcp": 7443
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"options": {
"log_level": "info",
"super_username": "admin@shinobi.video",
"super_password": "admin",
"mysql": false,
"mysql_host": "core-mariadb",
"mysql_username": "shinobi",
"mysql_password": "sh1n0b1",
"mysql_database": "shinobi",
"mysql_port": 3306,
"mail_service": "gmail",
"mail_username": "your_email@gmail.com",
"mail_password": "your_password",
"mail_host": "smtp.example.com",
"mail_port": 587,
"mail_secure": false,
"mail_cert_verify": true,
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"super_username": "email",
"super_password": "str",
"mysql": "bool",
"mysql_host": "str",
"mysql_username": "str",
"mysql_password": "str",
"mysql_database": "str",
"mysql_port": "port",
"mail_service": "match(^(gmail|smtp)$)",
"mail_username": "str",
"mail_password": "str",
"mail_host": "str",
"mail_port": "port",
"mail_secure": "bool",
"mail_cert_verify": "bool",
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/shinobi-{arch}"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB