⬆️ Updating add-on Jupyter to 92dc6fa

This commit is contained in:
Community Hass.io Add-ons Bot 2018-05-17 23:52:13 +00:00
parent d0f176d6c3
commit 78d00fb605
6 changed files with 114 additions and 0 deletions

3
jupyter/CHANGELOG.md Normal file
View file

@ -0,0 +1,3 @@
2018/05/17 20:48 UTC - [92dc6fa](https://github.com/hassio-addons/addon-jupyter/commit/92dc6fa3986076e25d660cee1b12ad5565c65218) by [@frenck](https://github.com/frenck)
> :shirt: Shellcheck fixes

46
jupyter/README.md Normal file
View file

@ -0,0 +1,46 @@
# Community Hass.io Add-ons: Jupyter
[![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]
Lorem ipsum
## About
Lorem ipsum
[Click here for the full documentation][docs]
## WARNING! THIS IS AN EDGE VERSION!
This Hass.io Add-ons repository contains edge builds of add-ons. Edge builds
add-ons are based upon the latest development version.
- They may not work at all.
- 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.
- Developers.
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-jupyter/blob/92dc6fa/README.md
[forum-shield]: https://img.shields.io/badge/community-forum-brightgreen.svg
[forum]: https://community.home-assistant.io/?u=frenck
[maintenance-shield]: https://img.shields.io/maintenance/yes/2018.svg
[project-stage-shield]: https://img.shields.io/badge/project%20stage-concept-red.svg
[release-shield]: https://img.shields.io/badge/version-92dc6fa-blue.svg
[release]: https://github.com/hassio-addons/addon-jupyter/tree/92dc6fa

42
jupyter/config.json Normal file
View file

@ -0,0 +1,42 @@
{
"name": "Jupyter",
"version": "92dc6fa",
"slug": "jupyter",
"description": "Create documents containing live code, equations, visualizations, and explanatory text.",
"url": "https://github.com/hassio-addons/addon-jupyter",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "auto",
"hassio_api": true,
"homeassistant_api": false,
"host_network": false,
"ports": {
"8888/tcp": 8888
},
"map": [
"config:rw",
"share:rw",
"ssl"
],
"options": {
"log_level": "info",
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
"schema": {
"log_level": "match(^(trace|debug|info|notice|warning|error|fatal)$)",
"ssl": "bool",
"certfile": "str",
"keyfile": "str"
},
"environment": {
"LOG_FORMAT": "{LEVEL}: {MESSAGE}"
},
"image": "hassioaddons/jupyter-{arch}"
}

BIN
jupyter/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

BIN
jupyter/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB