diff --git a/.hassio-addons.yml b/.hassio-addons.yml index 997513e1..1f7d79e4 100644 --- a/.hassio-addons.yml +++ b/.hassio-addons.yml @@ -85,10 +85,6 @@ addons: repository: hassio-addons/addon-portainer target: portainer image: hassioaddons/portainer - shinobi: - repository: hassio-addons/addon-shinobi - target: shinobi - image: hassioaddons/shinobi-{arch} spotify: repository: hassio-addons/addon-spotify-connect target: spotify diff --git a/shinobi/CHANGELOG.md b/shinobi/CHANGELOG.md deleted file mode 100644 index 628e9cad..00000000 --- a/shinobi/CHANGELOG.md +++ /dev/null @@ -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 \ No newline at end of file diff --git a/shinobi/README.md b/shinobi/README.md deleted file mode 100644 index 8a548c2d..00000000 --- a/shinobi/README.md +++ /dev/null @@ -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: - - - -[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 deleted file mode 100644 index f74d1a5e..00000000 --- a/shinobi/config.json +++ /dev/null @@ -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}" -} \ No newline at end of file diff --git a/shinobi/icon.png b/shinobi/icon.png deleted file mode 100644 index 661af816..00000000 Binary files a/shinobi/icon.png and /dev/null differ diff --git a/shinobi/logo.png b/shinobi/logo.png deleted file mode 100644 index 506db4fe..00000000 Binary files a/shinobi/logo.png and /dev/null differ