🎉 Release of add-on Docker Enabler 0.1.0

This commit is contained in:
Community Hass.io Add-ons Bot 2018-08-18 20:44:05 +00:00
parent cbc7bd6824
commit cbb67b90c8
6 changed files with 82 additions and 0 deletions

View file

@ -72,6 +72,19 @@ Python Apps and HADashboard using AppDaemon 3.x for Home Assistant
[:books: AppDaemon add-on documentation][addon-doc-appdaemon3]
### ✓ [Docker Enabler][addon-docker-enabler]
![Latest Version][docker-enabler-version-shield]
![Supports armhf Architecture][docker-enabler-armhf-shield]
![Supports aarch64 Architecture][docker-enabler-aarch64-shield]
![Supports amd64 Architecture][docker-enabler-amd64-shield]
![Supports i386 Architecture][docker-enabler-i386-shield]
![Docker Pulls][docker-enabler-pulls-shield]
Grants an add-on access to the Docker socket
[:books: Docker Enabler add-on documentation][addon-doc-docker-enabler]
### ✓ [Example][addon-example]
![Latest Version][example-version-shield]
@ -343,6 +356,7 @@ on the correct GitHub repository matching the add-on.
- [Open an issue for the add-on: AirCast][aircast-issue]
- [Open an issue for the add-on: AirSonos][airsonos-issue]
- [Open an issue for the add-on: AppDaemon][appdaemon3-issue]
- [Open an issue for the add-on: Docker Enabler][docker-enabler-issue]
- [Open an issue for the add-on: Example][example-issue]
- [Open an issue for the add-on: FTP][ftp-issue]
- [Open an issue for the add-on: Grafana][grafana-issue]
@ -438,6 +452,15 @@ SOFTWARE.
[appdaemon3-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[appdaemon3-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[appdaemon3-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-docker-enabler]: https://github.com/hassio-addons/addon-docker-enabler/tree/v0.1.0
[addon-doc-docker-enabler]: https://github.com/hassio-addons/addon-docker-enabler/blob/v0.1.0/README.md
[docker-enabler-issue]: https://github.com/hassio-addons/addon-docker-enabler/issues
[docker-enabler-version-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[docker-enabler-pulls-shield]: https://img.shields.io/docker/pulls/hassioaddons/docker-enabler.svg
[docker-enabler-aarch64-shield]: https://img.shields.io/badge/aarch64-yes-green.svg
[docker-enabler-amd64-shield]: https://img.shields.io/badge/amd64-yes-green.svg
[docker-enabler-armhf-shield]: https://img.shields.io/badge/armhf-yes-green.svg
[docker-enabler-i386-shield]: https://img.shields.io/badge/i386-yes-green.svg
[addon-example]: https://github.com/hassio-addons/addon-example/tree/v1.5.0
[addon-doc-example]: https://github.com/hassio-addons/addon-example/blob/v1.5.0/README.md
[example-issue]: https://github.com/hassio-addons/addon-example/issues

View file

@ -0,0 +1 @@
🎉 Initial release!

35
docker-enabler/README.md Normal file
View file

@ -0,0 +1,35 @@
# Community Hass.io Add-ons: Docker Enabler
[![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]
[![Support my work on Patreon][patreon-shield]][patreon]
This add-on can grant an other add-on access to the Docker socket.
## About
This add-on is able to unprotect other add-ons, giving the targeted
add-on access to the Docker socket/engine running HassIO.
**WARNING**: _Use this add-on with extreme care! If you are not 100%
sure what you are doing: PLEASE DO NOT USE THIS ADD-ON!_
[Click here for the full documentation][docs]
[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/478094546522079232.svg
[discord]: https://discord.me/hassioaddons
[docs]: https://github.com/hassio-addons/addon-docker-enabler/blob/v0.1.0/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
[patreon-shield]: https://www.frenck.nl/images/patreon.png
[patreon]: https://www.patreon.com/frenck
[project-stage-shield]: https://img.shields.io/badge/project%20stage-production%20ready-brightgreen.svg
[release-shield]: https://img.shields.io/badge/version-v0.1.0-blue.svg
[release]: https://github.com/hassio-addons/addon-docker-enabler/tree/v0.1.0

View file

@ -0,0 +1,23 @@
{
"name": "Docker Enabler",
"version": "0.1.0",
"slug": "docker-enabler",
"description": "Grants an add-on access to the Docker socket",
"url": "https://github.com/hassio-addons/addon-docker-enabler",
"startup": "application",
"arch": [
"aarch64",
"amd64",
"armhf",
"i386"
],
"boot": "manual",
"hassio_api": true,
"options": {
"target": ""
},
"schema": {
"target": "str"
},
"image": "hassioaddons/docker-enabler"
}

BIN
docker-enabler/icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
docker-enabler/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB