mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-04 19:11:30 +00:00
🎉 Release of add-on Shinobi Pro 0.1.0
This commit is contained in:
parent
525793fcf1
commit
3614741d77
5 changed files with 92 additions and 0 deletions
23
README.md
23
README.md
|
@ -155,6 +155,19 @@ Network-wide ad blocking using your Hass.io instance
|
||||||
|
|
||||||
[:books: Pi-hole add-on documentation][addon-doc-pi-hole]
|
[:books: Pi-hole add-on documentation][addon-doc-pi-hole]
|
||||||
|
|
||||||
|
### ✓ [Shinobi Pro][addon-shinobi]
|
||||||
|
|
||||||
|
![Latest Version][shinobi-version-shield]
|
||||||
|
![Supports armhf Architecture][shinobi-armhf-shield]
|
||||||
|
![Supports aarch64 Architecture][shinobi-aarch64-shield]
|
||||||
|
![Supports amd64 Architecture][shinobi-amd64-shield]
|
||||||
|
![Supports i386 Architecture][shinobi-i386-shield]
|
||||||
|
![Docker Pulls][shinobi-pulls-shield]
|
||||||
|
|
||||||
|
Beautiful and feature-rich CCTV/NVR for your cameras
|
||||||
|
|
||||||
|
[:books: Shinobi Pro add-on documentation][addon-doc-shinobi]
|
||||||
|
|
||||||
## Releases
|
## Releases
|
||||||
|
|
||||||
Releases are based on [Semantic Versioning][semver], and use the format
|
Releases are based on [Semantic Versioning][semver], and use the format
|
||||||
|
@ -192,6 +205,7 @@ on the correct GitHub repository matching the add-on.
|
||||||
- [Open an issue for the add-on: Homebridge][homebridge-issue]
|
- [Open an issue for the add-on: Homebridge][homebridge-issue]
|
||||||
- [Open an issue for the add-on: IDE][ide-issue]
|
- [Open an issue for the add-on: IDE][ide-issue]
|
||||||
- [Open an issue for the add-on: Pi-hole][pi-hole-issue]
|
- [Open an issue for the add-on: Pi-hole][pi-hole-issue]
|
||||||
|
- [Open an issue for the add-on: Shinobi Pro][shinobi-issue]
|
||||||
|
|
||||||
For a general repository issue or add-on ideas [open an issue here][issue]
|
For a general repository issue or add-on ideas [open an issue here][issue]
|
||||||
|
|
||||||
|
@ -322,6 +336,15 @@ SOFTWARE.
|
||||||
[pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
[pi-hole-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
|
||||||
[pi-hole-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
[pi-hole-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
[pi-hole-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
[pi-hole-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
|
||||||
|
[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-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
|
||||||
|
[shinobi-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
|
||||||
|
[shinobi-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
|
||||||
[awesome-shield]: https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg
|
[awesome-shield]: https://img.shields.io/badge/awesome%3F-yes-brightgreen.svg
|
||||||
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
[discord-shield]: https://img.shields.io/discord/330944238910963714.svg
|
||||||
[discord]: https://discord.gg/c5DvZ4e
|
[discord]: https://discord.gg/c5DvZ4e
|
||||||
|
|
1
shinobi/CHANGELOG.md
Normal file
1
shinobi/CHANGELOG.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
🎉 Initial release
|
68
shinobi/config.json
Normal file
68
shinobi/config.json
Normal file
|
@ -0,0 +1,68 @@
|
||||||
|
{
|
||||||
|
"name": "Shinobi Pro",
|
||||||
|
"version": "0.1.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]",
|
||||||
|
"startup": "application",
|
||||||
|
"boot": "auto",
|
||||||
|
"hassio_api": true,
|
||||||
|
"homeassistant_api": false,
|
||||||
|
"host_network": false,
|
||||||
|
"ports": {
|
||||||
|
"80/tcp": 5000,
|
||||||
|
"443/tcp": 5443
|
||||||
|
},
|
||||||
|
"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}"
|
||||||
|
}
|
BIN
shinobi/icon.png
Normal file
BIN
shinobi/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
BIN
shinobi/logo.png
Normal file
BIN
shinobi/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Loading…
Add table
Add a link
Reference in a new issue