A small Home Assistant apps repository
maintained by ibidani. This repository is the
store — the app manifests (config.yaml), icons, and docs that the
Supervisor reads when you add the repository. The Docker images themselves are
built and published from their source repos.
Note: Home Assistant 2026.2 renamed add-ons to apps. The repository layout, config keys, and CI keep the classic
add-on/addonnaming for backwards compatibility.
One-click install (opens the store dialog on your Home Assistant):
Or manually:
- Go to Settings → Apps → App Store (on older versions: Settings → Add-ons → Add-on Store).
- Add this repository by URL:
https://github.com/ibidani/ha-addons - Find Obsidian under Apps and press Install.
| App | Description | Architecture | Image |
|---|---|---|---|
| Obsidian | Full desktop Obsidian in your browser; vault lives on the Home Assistant filesystem | aarch64 amd64 |
ghcr.io/ibidani/ha-obsidian |
Usage notes, configuration, and update policy live in the app's own README.md.
ha-addons
├── repository.yaml # store definition (name, URL, maintainer)
└── obsidian/ # one folder per app
├── config.yaml # store manifest: slug, version, arch, image…
├── icon.png / logo.png
└── README.md
App folders follow the classic add-on layout so the Supervisor discovers them;
the image: field tells it which published image to pull.
- Image builds happen in the source repo, currently
ibidani/ha-obsidian: push to
masterthere — its CI auto-pins base images, builds both architectures, and publishes toghcr.io/ibidani/ha-obsidian. - Publish a new app version: bump
versionin the source repo'sobsidian/config.yaml, then sync the sameversionhere so the store advertises the new tag. - Add a new app: copy the folder, adjust
config.yaml, pointimageat a publishedghcr.io//ibidani/*package, and add it to the table above.
The store layout follows crazyrokr/hassio-addons.
- Documentation & source: github.com/ibidani/ha-addons
- Bugs & feature requests: open an issue.