Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeonCode Home Assistant Apps

Lint Builder License

A curated collection of Home Assistant apps maintained by LeonCode. Each app lives in its own directory, has an independent version and changelog, and is published as a multi-architecture container image.

Available apps

App Description Architectures Version
Codex CLI Run OpenAI Codex CLI as a secure SSH-accessible workspace on Home Assistant OS. amd64, aarch64 0.3.2

Add this repository to Home Assistant

Open your Home Assistant instance and add the LeonCode app repository.

Click the button above to open your Home Assistant instance with this app repository pre-filled. If the redirect is unavailable, add it manually:

  1. Open Settings → Apps → App store in Home Assistant.

  2. Open the menu in the top-right corner and select Repositories.

  3. Add this URL:

    https://github.com/leoncode-homeassistant/apps
    
  4. Reload the app store.

  5. Select and install the app you want.

Home Assistant tracks each app version independently. Updates appear in the normal app update flow after a new version has been published.

Repository structure

apps/
├── repository.yaml
├── codex-cli/
│   ├── config.yaml
│   ├── Dockerfile
│   ├── DOCS.md
│   ├── CHANGELOG.md
│   └── rootfs/
└── another-app/
    └── ...

The GitHub Actions workflows discover app directories automatically. Pull requests are linted and built without publishing images. Changes merged into main publish versioned amd64 and aarch64 images to the GitHub Container Registry.

The Codex CLI app checks weekly for stable upstream CLI releases. Updates are proposed as pull requests and receive lint plus non-publishing multi-architecture builds before they can be merged and published.

Security

These apps can interact with sensitive Home Assistant data and services. Review an app's documentation and requested permissions before installation, keep recovery backups, and never expose management ports directly to the public internet.

License

This repository is licensed under the Apache License 2.0. Third-party software installed or referenced by an app remains subject to its respective license and terms.

About

Home Assistant apps maintained by LeonCode, including Codex CLI.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages