diff --git a/README.md b/README.md index 8ee255a..ca6cc91 100644 --- a/README.md +++ b/README.md @@ -6,38 +6,42 @@ _Everything here is ment to be **experimental**. Happy to see feedback!_ ## Home Assistant Addon repository containing -## ADB-S Multi Portal Feeder +### 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). -## Eufy Home Assistant MQTT Bridge ([matijse/eufy-ha-mqtt-bridge](https://github.com/matijse/eufy-ha-mqtt-bridge)) +### 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. -## TooGoodToGo Home Assistant MQTT Bridge ([maxwinterstein/toogoodtogo-ha-mqtt-bridge](https://github.com/maxwinterstein/toogoodtogo-ha-mqtt-bridge)) +### 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. -## ioBroker ([iobroker.net](http://iobroker.net)) +### ioBroker ([iobroker.net](http://iobroker.net)) Run ioBroker as Add-on. -## OctoPrint Reverse Proxy ([octoprint.org](http://octoprint.org)) +### OctoPrint Reverse Proxy ([octoprint.org](http://octoprint.org)) Small proxy to add OctoPrint to the Home Assistant. -## 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 + +### 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. diff --git a/portainer/README.md b/portainer/README.md index d5658cf..3bbac59 100644 --- a/portainer/README.md +++ b/portainer/README.md @@ -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 diff --git a/portainer/config.json b/portainer/config.json index c9efd8a..25acc3c 100644 --- a/portainer/config.json +++ b/portainer/config.json @@ -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",