https://github.com/poeschl/homeassistant-addon-stats
A alternative frontend for the official addon statistics from Home Assistant which lists all available addons.
https://github.com/poeschl/homeassistant-addon-stats
alternative home-assistant-addons statistics
Last synced: 3 months ago
JSON representation
A alternative frontend for the official addon statistics from Home Assistant which lists all available addons.
- Host: GitHub
- URL: https://github.com/poeschl/homeassistant-addon-stats
- Owner: Poeschl
- License: apache-2.0
- Created: 2022-03-07T11:30:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T01:52:48.000Z (about 2 years ago)
- Last Synced: 2024-04-08T02:52:02.699Z (about 2 years ago)
- Topics: alternative, home-assistant-addons, statistics
- Language: Vue
- Homepage: https://addonstats.poeschl.xyz
- Size: 10.1 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Home Assistant Addon Stats
An alternative frontend for the [official addon statistics from Home Assistant](https://analytics.home-assistant.io/#add-ons) which shows
all available addons.

The official side is filtered to the self-managed addons. This little Vue page will use the same data and shows an overview without this
filter.
## Setup
Before building download the latest addons.json from https://analytics.home-assistant.io/addons.json and place it in the public folder.
The project is build by `vite`. After checkout make sure you have at least the latest lts version of node and install the packages
with `npm i`. After that the artefact directory `dist` can be build with `npm run build`. For more predefined scripts look at
the `package.json`.