mirror of
https://github.com/hassio-addons/repository-beta.git
synced 2025-05-05 11:31:28 +00:00
🎉 Release of add-on Docker Enabler 0.1.0
This commit is contained in:
parent
6a6ac4126f
commit
7c43a71c25
6 changed files with 98 additions and 0 deletions
23
README.md
23
README.md
|
@ -77,6 +77,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]
|
||||
|
@ -381,6 +394,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]
|
||||
|
@ -478,6 +492,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
|
||||
|
|
1
docker-enabler/CHANGELOG.md
Normal file
1
docker-enabler/CHANGELOG.md
Normal file
|
@ -0,0 +1 @@
|
|||
🎉 Initial release!
|
51
docker-enabler/README.md
Normal file
51
docker-enabler/README.md
Normal file
|
@ -0,0 +1,51 @@
|
|||
# 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]
|
||||
|
||||
## 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/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
|
23
docker-enabler/config.json
Normal file
23
docker-enabler/config.json
Normal 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
BIN
docker-enabler/icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
BIN
docker-enabler/logo.png
Normal file
BIN
docker-enabler/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 66 KiB |
Loading…
Add table
Add a link
Reference in a new issue