Skip to content

bendavis/homeassistant-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

homeassistant-proxy

Nightly GitHub Actions workflow that pulls homeassistant/home-assistant:latest, recompresses it using gzip (instead of zstd), and pushes it to Docker Hub as benhdavis/home-assistant:latest.

Use this on NAS devices where Docker does not support zstd-compressed images.

Setup

  1. Go to Settings → Secrets and variables → Actions in this repo
  2. Add two secrets:
    • DOCKERHUB_USERNAME — your Docker Hub username (benhdavis)
    • DOCKERHUB_TOKEN — a Docker Hub access token

Usage

On your NAS:

image: benhdavis/home-assistant:latest

The image is rebuilt nightly. You can also trigger it manually from the Actions tab.

About

GitHub Actions proxy: converts homeassistant/home-assistant to gzip for NAS compatibility

Resources

Stars

3 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors