#πŸš€ Turn any Docker Image into a Home Assistant Add-on/App in seconds!

1 messages Β· Page 1 of 1 (latest)

dapper flax
#

Hey everyone! πŸ‘‹

I've been working on a tool called HAOS Add-on Converter that I think might be a game-changer for anyone looking to bridge the gap between "standard" Docker images and the Home Assistant ecosystem.

The Problem: Writing config.yaml, Dockerfile, and handling bashio or s6-overlay for a simple image can be a tedious manual process.

The Solution: This web-based UI allows you to just point to a Docker image (from Hub, GHCR, etc.), and it generates a fully-fledged, ready-to-use Home Assistant Add-on for you.

Key Features for Developers:
βœ… Smart Inspection: Uses crane to auto-detect architectures, entrypoints, and package managers directly from the image.
βœ… HA Native Support: Easy toggle for Ingress, Side Panels, and Backups (Hot/Cold).
βœ… Flexible Config: Manage static, editable, or user-defined environment variables.
βœ… Health & Safety: Integrated UI for Watchdog (HTTP/TCP) and Docker timeouts.
βœ… Quirks Mode: Need a custom wrapper? It can auto-generate a run.sh with bashio and gomplate support to wrap the original image logic.
βœ… One-Click Updates: Easily update your generated add-ons when the source image changes.

It's basically a "Swiss Army Knife" for add-on creation. Whether you want to convert a niche tool for yourself or start building a repository for the community, this should save you hours of boilerplate work.

Check it out here:
πŸ‘‰ https://github.com/axute/haos-addon-converter
(Includes a repository link to use it directly as an Add-on within HA!)

I'd love to get some feedback from fellow devs! πŸ› οΈ

β€žQuick update: I heard some people calling them 'Apps' now – whether you call it an Add-on or an App, this tool still builds the bridge for you! πŸ˜‰β€œ

GitHub

Convert any docker image to a home assistant addon via web-ui - axute/haos-addon-converter

waxen quartz
dapper flax
#

I've been working so hard that I forgot to update.

waxen quartz
stable sand
#

Now we need a project that converts addons into apps

#

One single sed command

dapper flax
#

does sed works on github and ghcr.io? πŸ™ƒ

#

πŸš€ Turn any Docker Image into a Home Assistant Add-on/App in seconds!

kind pike
eager grove
#

Is there a Tutorial ?