Deprecate portainer

This commit is contained in:
Max Winterstein
2021-12-02 00:08:02 +01:00
parent 6316cedad8
commit f826d28c67
3 changed files with 25 additions and 14 deletions

View File

@@ -6,38 +6,42 @@ _Everything here is ment to be **experimental**. Happy to see feedback!_
## Home Assistant Addon repository containing
## <img src="adsb-multi-portal-feeder/icon.png" width="40px"> ADB-S Multi Portal Feeder
### <img src="adsb-multi-portal-feeder/icon.png" width="40px"> ADB-S Multi Portal Feeder
Observe flight traffic using some cheap ADB-S USB-Stick and feed towards FlightRadar24 and FlightAware.
Based on the incredible [docker-fr24feed-piaware-dump1090](https://github.com/Thom-x/docker-fr24feed-piaware-dump1090) docker image by [Thom-x](https://github.com/Thom-x).
## <img src="eufy-ha-mqtt-bridge/icon.png" width="40px"> Eufy Home Assistant MQTT Bridge ([matijse/eufy-ha-mqtt-bridge](https://github.com/matijse/eufy-ha-mqtt-bridge))
### <img src="eufy-ha-mqtt-bridge/icon.png" width="40px"> Eufy Home Assistant MQTT Bridge ([matijse/eufy-ha-mqtt-bridge](https://github.com/matijse/eufy-ha-mqtt-bridge))
Forwards Eufy Security push notifications to Home Assistant via MQTT.
## <img src="toogoodtogo-ha-mqtt-bridge/icon.png" width="40px"> TooGoodToGo Home Assistant MQTT Bridge ([maxwinterstein/toogoodtogo-ha-mqtt-bridge](https://github.com/maxwinterstein/toogoodtogo-ha-mqtt-bridge))
### <img src="toogoodtogo-ha-mqtt-bridge/icon.png" width="40px"> TooGoodToGo Home Assistant MQTT Bridge ([maxwinterstein/toogoodtogo-ha-mqtt-bridge](https://github.com/maxwinterstein/toogoodtogo-ha-mqtt-bridge))
Integrate your TooGoodToGo favourites to Home Assistant via MQTT.
## <img src="ioBroker/icon.png" width="40px"> ioBroker ([iobroker.net](http://iobroker.net))
### <img src="ioBroker/icon.png" width="40px"> ioBroker ([iobroker.net](http://iobroker.net))
Run ioBroker as Add-on.
## <img src="octoprint-proxy/icon.png" width="40px"> OctoPrint Reverse Proxy ([octoprint.org](http://octoprint.org))
### <img src="octoprint-proxy/icon.png" width="40px"> OctoPrint Reverse Proxy ([octoprint.org](http://octoprint.org))
Small proxy to add OctoPrint to the Home Assistant.
## <img src="portainer/icon.png" width="40px"> Portainer v1.5.2 ([hassio-addons/addon-portainer](https://github.com/hassio-addons/addon-portainer))
This is a complete copy of https://github.com/hassio-addons/addon-portainer/tree/v1.5.2
As the current version (`2.0.0` at this time) of this addon has problems with starting containers this clone simply provides easy access to v1.5.2.
See https://community.home-assistant.io/t/portainer-v2-6-2-unable-to-start-containers/332356 or https://github.com/hassio-addons/addon-portainer/issues/127 for more.
## Installation
Go to the _Supervisor_ Panel, select _Add-on Store_, click the three little dots on the upper right and select _Repositories_. Now fill the _Add repository_ testbox with `https://github.com/MaxWinterstein/homeassistant-addons/` and click _Add_.
![installation](https://raw.githubusercontent.com/MaxWinterstein/homeassistant-addons/main/add_repository.png)
## Deprecated add-ons
### <img src="portainer/icon.png" width="40px"> Portainer v1.5.2 ([hassio-addons/addon-portainer](https://github.com/hassio-addons/addon-portainer))
#### I would no longer suggest to use this. There are way better alternatives out there, e.g. https://github.com/alexbelgium/hassio-addons/tree/master/portainer
This is a complete copy of https://github.com/hassio-addons/addon-portainer/tree/v1.5.2
As the current version (`2.0.0` at this time) of this addon has problems with starting containers this clone simply provides easy access to v1.5.2.
See https://community.home-assistant.io/t/portainer-v2-6-2-unable-to-start-containers/332356 or https://github.com/hassio-addons/addon-portainer/issues/127 for more.

View File

@@ -1,3 +1,9 @@
# DEPRECATED
## I would no longer suggest to use this. There are way better alternatives out there, e.g. https://github.com/alexbelgium/hassio-addons/tree/master/portainer
---
⚠️⚠️⚠️⚠️⚠️
This is a complete copy of https://github.com/hassio-addons/addon-portainer/tree/v1.5.2

View File

@@ -1,5 +1,5 @@
{
"name": "Portainer Addon v1.5.2",
"name": "(DEPRECATED) Portainer Addon v1.5.2",
"version": "1.5.2.2",
"slug": "portainer",
"description": "Manage your Docker environment with ease",
@@ -7,6 +7,7 @@
"advanced": true,
"ingress": true,
"ingress_port": 1337,
"stage": "deprecated",
"startup": "services",
"panel_icon": "mdi:docker",
"homeassistant": "0.92.0b2",