├── .README.j2 ├── .addons.yml ├── .github ├── CODEOWNERS ├── CODE_OF_CONDUCT.md ├── CONTRIBUTING.md ├── FUNDING.yml ├── ISSUE_TEMPLATE.md ├── PULL_REQUEST_TEMPLATE.md ├── SECURITY.md ├── dependabot.yaml └── workflows │ ├── labels.yaml │ ├── lint.yaml │ ├── lock.yaml │ ├── pr-labels.yaml │ ├── repository-updater.yaml │ └── stale.yaml ├── .gitignore ├── .mdlrc ├── .yamllint ├── LICENSE.md ├── README.md ├── adguard ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── aircast ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── airsonos ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── appdaemon ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── bazarr ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── bitwarden ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── bookstack ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── chrony ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── emqx ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── example ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── foldingathome ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── ftp ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── glances ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── grafana ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── grocy ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── influxdb ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── jupyterlab ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── lidarr ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── log-viewer ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── motioneye ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── mqtt-io ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml └── translations │ └── en.yaml ├── nginxproxymanager ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── node-red ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── nut ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── overseerr ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── phpmyadmin ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── plex ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── prowlarr ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── radarr ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── repository.json ├── sabnzbd ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── sonarr ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── spotify ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ ├── en.yaml │ ├── hu.yaml │ └── it.yaml ├── sqlite-web ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── ssh ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── tailscale ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── tasmoadmin ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── tautulli ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── thelounge ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── tor ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── traccar ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ └── en.yaml ├── unifi ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations │ ├── en.yaml │ ├── fr.yaml │ ├── pl.yaml │ └── pt-BR.yaml ├── uptime-kuma ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── vscode ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── whisparr ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── wireguard ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png ├── zerotier ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png └── logo.png └── zwave-js-ui ├── CHANGELOG.md ├── DOCS.md ├── README.md ├── config.yaml ├── icon.png ├── logo.png └── translations └── en.yaml /.README.j2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.README.j2 -------------------------------------------------------------------------------- /.addons.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.addons.yml -------------------------------------------------------------------------------- /.github/CODEOWNERS: -------------------------------------------------------------------------------- 1 | .github/* @frenck 2 | -------------------------------------------------------------------------------- /.github/CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /.github/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/CONTRIBUTING.md -------------------------------------------------------------------------------- /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/ISSUE_TEMPLATE.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/SECURITY.md -------------------------------------------------------------------------------- /.github/dependabot.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/dependabot.yaml -------------------------------------------------------------------------------- /.github/workflows/labels.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/workflows/labels.yaml -------------------------------------------------------------------------------- /.github/workflows/lint.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/workflows/lint.yaml -------------------------------------------------------------------------------- /.github/workflows/lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/workflows/lock.yaml -------------------------------------------------------------------------------- /.github/workflows/pr-labels.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/workflows/pr-labels.yaml -------------------------------------------------------------------------------- /.github/workflows/repository-updater.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/workflows/repository-updater.yaml -------------------------------------------------------------------------------- /.github/workflows/stale.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.github/workflows/stale.yaml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | .translations 2 | -------------------------------------------------------------------------------- /.mdlrc: -------------------------------------------------------------------------------- 1 | rules "~MD024" -------------------------------------------------------------------------------- /.yamllint: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/.yamllint -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/README.md -------------------------------------------------------------------------------- /adguard/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/adguard/CHANGELOG.md -------------------------------------------------------------------------------- /adguard/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/adguard/DOCS.md -------------------------------------------------------------------------------- /adguard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/adguard/README.md -------------------------------------------------------------------------------- /adguard/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/adguard/config.yaml -------------------------------------------------------------------------------- /adguard/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/adguard/icon.png -------------------------------------------------------------------------------- /adguard/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/adguard/logo.png -------------------------------------------------------------------------------- /aircast/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog since v5.0.2 2 | - ⬆️ Update ghcr.io/hassio-addons/debian-base Docker tag to v9.1.0 (#243) 3 | -------------------------------------------------------------------------------- /aircast/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/aircast/DOCS.md -------------------------------------------------------------------------------- /aircast/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/aircast/README.md -------------------------------------------------------------------------------- /aircast/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/aircast/config.yaml -------------------------------------------------------------------------------- /aircast/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/aircast/icon.png -------------------------------------------------------------------------------- /aircast/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/aircast/logo.png -------------------------------------------------------------------------------- /aircast/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/aircast/translations/en.yaml -------------------------------------------------------------------------------- /airsonos/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/airsonos/CHANGELOG.md -------------------------------------------------------------------------------- /airsonos/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/airsonos/DOCS.md -------------------------------------------------------------------------------- /airsonos/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/airsonos/README.md -------------------------------------------------------------------------------- /airsonos/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/airsonos/config.yaml -------------------------------------------------------------------------------- /airsonos/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/airsonos/icon.png -------------------------------------------------------------------------------- /airsonos/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/airsonos/logo.png -------------------------------------------------------------------------------- /airsonos/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/airsonos/translations/en.yaml -------------------------------------------------------------------------------- /appdaemon/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/appdaemon/CHANGELOG.md -------------------------------------------------------------------------------- /appdaemon/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/appdaemon/DOCS.md -------------------------------------------------------------------------------- /appdaemon/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/appdaemon/README.md -------------------------------------------------------------------------------- /appdaemon/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/appdaemon/config.yaml -------------------------------------------------------------------------------- /appdaemon/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/appdaemon/icon.png -------------------------------------------------------------------------------- /appdaemon/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/appdaemon/logo.png -------------------------------------------------------------------------------- /appdaemon/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/appdaemon/translations/en.yaml -------------------------------------------------------------------------------- /bazarr/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog since v0.6.1 2 | - ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v19 (#89) 3 | -------------------------------------------------------------------------------- /bazarr/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bazarr/DOCS.md -------------------------------------------------------------------------------- /bazarr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bazarr/README.md -------------------------------------------------------------------------------- /bazarr/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bazarr/config.yaml -------------------------------------------------------------------------------- /bazarr/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bazarr/icon.png -------------------------------------------------------------------------------- /bazarr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bazarr/logo.png -------------------------------------------------------------------------------- /bitwarden/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bitwarden/CHANGELOG.md -------------------------------------------------------------------------------- /bitwarden/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bitwarden/DOCS.md -------------------------------------------------------------------------------- /bitwarden/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bitwarden/README.md -------------------------------------------------------------------------------- /bitwarden/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bitwarden/config.yaml -------------------------------------------------------------------------------- /bitwarden/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bitwarden/icon.png -------------------------------------------------------------------------------- /bitwarden/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bitwarden/logo.png -------------------------------------------------------------------------------- /bitwarden/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bitwarden/translations/en.yaml -------------------------------------------------------------------------------- /bookstack/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bookstack/CHANGELOG.md -------------------------------------------------------------------------------- /bookstack/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bookstack/DOCS.md -------------------------------------------------------------------------------- /bookstack/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bookstack/README.md -------------------------------------------------------------------------------- /bookstack/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bookstack/config.yaml -------------------------------------------------------------------------------- /bookstack/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bookstack/icon.png -------------------------------------------------------------------------------- /bookstack/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/bookstack/logo.png -------------------------------------------------------------------------------- /chrony/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/chrony/CHANGELOG.md -------------------------------------------------------------------------------- /chrony/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/chrony/DOCS.md -------------------------------------------------------------------------------- /chrony/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/chrony/README.md -------------------------------------------------------------------------------- /chrony/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/chrony/config.yaml -------------------------------------------------------------------------------- /chrony/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/chrony/icon.png -------------------------------------------------------------------------------- /chrony/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/chrony/logo.png -------------------------------------------------------------------------------- /emqx/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/emqx/CHANGELOG.md -------------------------------------------------------------------------------- /emqx/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/emqx/DOCS.md -------------------------------------------------------------------------------- /emqx/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/emqx/README.md -------------------------------------------------------------------------------- /emqx/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/emqx/config.yaml -------------------------------------------------------------------------------- /emqx/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/emqx/icon.png -------------------------------------------------------------------------------- /emqx/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/emqx/logo.png -------------------------------------------------------------------------------- /example/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/example/CHANGELOG.md -------------------------------------------------------------------------------- /example/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/example/DOCS.md -------------------------------------------------------------------------------- /example/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/example/README.md -------------------------------------------------------------------------------- /example/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/example/config.yaml -------------------------------------------------------------------------------- /example/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/example/icon.png -------------------------------------------------------------------------------- /example/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/example/logo.png -------------------------------------------------------------------------------- /example/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/example/translations/en.yaml -------------------------------------------------------------------------------- /foldingathome/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/foldingathome/CHANGELOG.md -------------------------------------------------------------------------------- /foldingathome/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/foldingathome/DOCS.md -------------------------------------------------------------------------------- /foldingathome/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/foldingathome/README.md -------------------------------------------------------------------------------- /foldingathome/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/foldingathome/config.yaml -------------------------------------------------------------------------------- /foldingathome/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/foldingathome/icon.png -------------------------------------------------------------------------------- /foldingathome/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/foldingathome/logo.png -------------------------------------------------------------------------------- /ftp/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ftp/CHANGELOG.md -------------------------------------------------------------------------------- /ftp/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ftp/DOCS.md -------------------------------------------------------------------------------- /ftp/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ftp/README.md -------------------------------------------------------------------------------- /ftp/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ftp/config.yaml -------------------------------------------------------------------------------- /ftp/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ftp/icon.png -------------------------------------------------------------------------------- /ftp/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ftp/logo.png -------------------------------------------------------------------------------- /glances/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/glances/CHANGELOG.md -------------------------------------------------------------------------------- /glances/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/glances/DOCS.md -------------------------------------------------------------------------------- /glances/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/glances/README.md -------------------------------------------------------------------------------- /glances/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/glances/config.yaml -------------------------------------------------------------------------------- /glances/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/glances/icon.png -------------------------------------------------------------------------------- /glances/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/glances/logo.png -------------------------------------------------------------------------------- /grafana/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grafana/CHANGELOG.md -------------------------------------------------------------------------------- /grafana/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grafana/DOCS.md -------------------------------------------------------------------------------- /grafana/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grafana/README.md -------------------------------------------------------------------------------- /grafana/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grafana/config.yaml -------------------------------------------------------------------------------- /grafana/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grafana/icon.png -------------------------------------------------------------------------------- /grafana/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grafana/logo.png -------------------------------------------------------------------------------- /grocy/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grocy/CHANGELOG.md -------------------------------------------------------------------------------- /grocy/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grocy/DOCS.md -------------------------------------------------------------------------------- /grocy/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grocy/README.md -------------------------------------------------------------------------------- /grocy/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grocy/config.yaml -------------------------------------------------------------------------------- /grocy/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grocy/icon.png -------------------------------------------------------------------------------- /grocy/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/grocy/logo.png -------------------------------------------------------------------------------- /influxdb/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/influxdb/CHANGELOG.md -------------------------------------------------------------------------------- /influxdb/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/influxdb/DOCS.md -------------------------------------------------------------------------------- /influxdb/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/influxdb/README.md -------------------------------------------------------------------------------- /influxdb/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/influxdb/config.yaml -------------------------------------------------------------------------------- /influxdb/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/influxdb/icon.png -------------------------------------------------------------------------------- /influxdb/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/influxdb/logo.png -------------------------------------------------------------------------------- /jupyterlab/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog since v0.17.0 2 | - ⬆️ Update beautifulsoup4 to v4.14.3 (#761) 3 | -------------------------------------------------------------------------------- /jupyterlab/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/jupyterlab/DOCS.md -------------------------------------------------------------------------------- /jupyterlab/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/jupyterlab/README.md -------------------------------------------------------------------------------- /jupyterlab/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/jupyterlab/config.yaml -------------------------------------------------------------------------------- /jupyterlab/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/jupyterlab/icon.png -------------------------------------------------------------------------------- /jupyterlab/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/jupyterlab/logo.png -------------------------------------------------------------------------------- /lidarr/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/lidarr/CHANGELOG.md -------------------------------------------------------------------------------- /lidarr/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/lidarr/DOCS.md -------------------------------------------------------------------------------- /lidarr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/lidarr/README.md -------------------------------------------------------------------------------- /lidarr/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/lidarr/config.yaml -------------------------------------------------------------------------------- /lidarr/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/lidarr/icon.png -------------------------------------------------------------------------------- /lidarr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/lidarr/logo.png -------------------------------------------------------------------------------- /log-viewer/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/log-viewer/CHANGELOG.md -------------------------------------------------------------------------------- /log-viewer/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/log-viewer/DOCS.md -------------------------------------------------------------------------------- /log-viewer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/log-viewer/README.md -------------------------------------------------------------------------------- /log-viewer/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/log-viewer/config.yaml -------------------------------------------------------------------------------- /log-viewer/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/log-viewer/icon.png -------------------------------------------------------------------------------- /log-viewer/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/log-viewer/logo.png -------------------------------------------------------------------------------- /log-viewer/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/log-viewer/translations/en.yaml -------------------------------------------------------------------------------- /motioneye/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/motioneye/CHANGELOG.md -------------------------------------------------------------------------------- /motioneye/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/motioneye/DOCS.md -------------------------------------------------------------------------------- /motioneye/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/motioneye/README.md -------------------------------------------------------------------------------- /motioneye/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/motioneye/config.yaml -------------------------------------------------------------------------------- /motioneye/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/motioneye/icon.png -------------------------------------------------------------------------------- /motioneye/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/motioneye/logo.png -------------------------------------------------------------------------------- /motioneye/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/motioneye/translations/en.yaml -------------------------------------------------------------------------------- /mqtt-io/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/mqtt-io/CHANGELOG.md -------------------------------------------------------------------------------- /mqtt-io/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/mqtt-io/DOCS.md -------------------------------------------------------------------------------- /mqtt-io/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/mqtt-io/README.md -------------------------------------------------------------------------------- /mqtt-io/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/mqtt-io/config.yaml -------------------------------------------------------------------------------- /mqtt-io/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/mqtt-io/translations/en.yaml -------------------------------------------------------------------------------- /nginxproxymanager/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nginxproxymanager/CHANGELOG.md -------------------------------------------------------------------------------- /nginxproxymanager/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nginxproxymanager/DOCS.md -------------------------------------------------------------------------------- /nginxproxymanager/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nginxproxymanager/README.md -------------------------------------------------------------------------------- /nginxproxymanager/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nginxproxymanager/config.yaml -------------------------------------------------------------------------------- /nginxproxymanager/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nginxproxymanager/icon.png -------------------------------------------------------------------------------- /nginxproxymanager/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nginxproxymanager/logo.png -------------------------------------------------------------------------------- /nginxproxymanager/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nginxproxymanager/translations/en.yaml -------------------------------------------------------------------------------- /node-red/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/node-red/CHANGELOG.md -------------------------------------------------------------------------------- /node-red/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/node-red/DOCS.md -------------------------------------------------------------------------------- /node-red/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/node-red/README.md -------------------------------------------------------------------------------- /node-red/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/node-red/config.yaml -------------------------------------------------------------------------------- /node-red/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/node-red/icon.png -------------------------------------------------------------------------------- /node-red/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/node-red/logo.png -------------------------------------------------------------------------------- /nut/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nut/CHANGELOG.md -------------------------------------------------------------------------------- /nut/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nut/DOCS.md -------------------------------------------------------------------------------- /nut/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nut/README.md -------------------------------------------------------------------------------- /nut/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nut/config.yaml -------------------------------------------------------------------------------- /nut/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nut/icon.png -------------------------------------------------------------------------------- /nut/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/nut/logo.png -------------------------------------------------------------------------------- /overseerr/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/overseerr/CHANGELOG.md -------------------------------------------------------------------------------- /overseerr/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/overseerr/DOCS.md -------------------------------------------------------------------------------- /overseerr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/overseerr/README.md -------------------------------------------------------------------------------- /overseerr/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/overseerr/config.yaml -------------------------------------------------------------------------------- /overseerr/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/overseerr/icon.png -------------------------------------------------------------------------------- /overseerr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/overseerr/logo.png -------------------------------------------------------------------------------- /phpmyadmin/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/phpmyadmin/CHANGELOG.md -------------------------------------------------------------------------------- /phpmyadmin/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/phpmyadmin/DOCS.md -------------------------------------------------------------------------------- /phpmyadmin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/phpmyadmin/README.md -------------------------------------------------------------------------------- /phpmyadmin/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/phpmyadmin/config.yaml -------------------------------------------------------------------------------- /phpmyadmin/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/phpmyadmin/icon.png -------------------------------------------------------------------------------- /phpmyadmin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/phpmyadmin/logo.png -------------------------------------------------------------------------------- /phpmyadmin/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/phpmyadmin/translations/en.yaml -------------------------------------------------------------------------------- /plex/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/plex/CHANGELOG.md -------------------------------------------------------------------------------- /plex/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/plex/DOCS.md -------------------------------------------------------------------------------- /plex/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/plex/README.md -------------------------------------------------------------------------------- /plex/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/plex/config.yaml -------------------------------------------------------------------------------- /plex/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/plex/icon.png -------------------------------------------------------------------------------- /plex/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/plex/logo.png -------------------------------------------------------------------------------- /plex/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/plex/translations/en.yaml -------------------------------------------------------------------------------- /prowlarr/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/prowlarr/CHANGELOG.md -------------------------------------------------------------------------------- /prowlarr/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/prowlarr/DOCS.md -------------------------------------------------------------------------------- /prowlarr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/prowlarr/README.md -------------------------------------------------------------------------------- /prowlarr/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/prowlarr/config.yaml -------------------------------------------------------------------------------- /prowlarr/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/prowlarr/icon.png -------------------------------------------------------------------------------- /prowlarr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/prowlarr/logo.png -------------------------------------------------------------------------------- /radarr/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/radarr/CHANGELOG.md -------------------------------------------------------------------------------- /radarr/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/radarr/DOCS.md -------------------------------------------------------------------------------- /radarr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/radarr/README.md -------------------------------------------------------------------------------- /radarr/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/radarr/config.yaml -------------------------------------------------------------------------------- /radarr/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/radarr/icon.png -------------------------------------------------------------------------------- /radarr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/radarr/logo.png -------------------------------------------------------------------------------- /repository.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/repository.json -------------------------------------------------------------------------------- /sabnzbd/CHANGELOG.md: -------------------------------------------------------------------------------- 1 | # Changelog since v0.6.0 2 | - ⬆️ Update ghcr.io/hassio-addons/base Docker tag to v19 (#102) 3 | -------------------------------------------------------------------------------- /sabnzbd/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sabnzbd/DOCS.md -------------------------------------------------------------------------------- /sabnzbd/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sabnzbd/README.md -------------------------------------------------------------------------------- /sabnzbd/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sabnzbd/config.yaml -------------------------------------------------------------------------------- /sabnzbd/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sabnzbd/icon.png -------------------------------------------------------------------------------- /sabnzbd/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sabnzbd/logo.png -------------------------------------------------------------------------------- /sonarr/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sonarr/CHANGELOG.md -------------------------------------------------------------------------------- /sonarr/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sonarr/DOCS.md -------------------------------------------------------------------------------- /sonarr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sonarr/README.md -------------------------------------------------------------------------------- /sonarr/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sonarr/config.yaml -------------------------------------------------------------------------------- /sonarr/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sonarr/icon.png -------------------------------------------------------------------------------- /sonarr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sonarr/logo.png -------------------------------------------------------------------------------- /spotify/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/spotify/CHANGELOG.md -------------------------------------------------------------------------------- /spotify/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/spotify/DOCS.md -------------------------------------------------------------------------------- /spotify/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/spotify/README.md -------------------------------------------------------------------------------- /spotify/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/spotify/config.yaml -------------------------------------------------------------------------------- /spotify/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/spotify/icon.png -------------------------------------------------------------------------------- /spotify/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/spotify/logo.png -------------------------------------------------------------------------------- /spotify/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/spotify/translations/en.yaml -------------------------------------------------------------------------------- /spotify/translations/hu.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/spotify/translations/hu.yaml -------------------------------------------------------------------------------- /spotify/translations/it.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/spotify/translations/it.yaml -------------------------------------------------------------------------------- /sqlite-web/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sqlite-web/CHANGELOG.md -------------------------------------------------------------------------------- /sqlite-web/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sqlite-web/DOCS.md -------------------------------------------------------------------------------- /sqlite-web/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sqlite-web/README.md -------------------------------------------------------------------------------- /sqlite-web/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sqlite-web/config.yaml -------------------------------------------------------------------------------- /sqlite-web/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sqlite-web/icon.png -------------------------------------------------------------------------------- /sqlite-web/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sqlite-web/logo.png -------------------------------------------------------------------------------- /sqlite-web/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/sqlite-web/translations/en.yaml -------------------------------------------------------------------------------- /ssh/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ssh/CHANGELOG.md -------------------------------------------------------------------------------- /ssh/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ssh/DOCS.md -------------------------------------------------------------------------------- /ssh/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ssh/README.md -------------------------------------------------------------------------------- /ssh/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ssh/config.yaml -------------------------------------------------------------------------------- /ssh/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ssh/icon.png -------------------------------------------------------------------------------- /ssh/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/ssh/logo.png -------------------------------------------------------------------------------- /tailscale/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tailscale/CHANGELOG.md -------------------------------------------------------------------------------- /tailscale/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tailscale/DOCS.md -------------------------------------------------------------------------------- /tailscale/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tailscale/README.md -------------------------------------------------------------------------------- /tailscale/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tailscale/config.yaml -------------------------------------------------------------------------------- /tailscale/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tailscale/icon.png -------------------------------------------------------------------------------- /tailscale/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tailscale/logo.png -------------------------------------------------------------------------------- /tailscale/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tailscale/translations/en.yaml -------------------------------------------------------------------------------- /tasmoadmin/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tasmoadmin/CHANGELOG.md -------------------------------------------------------------------------------- /tasmoadmin/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tasmoadmin/DOCS.md -------------------------------------------------------------------------------- /tasmoadmin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tasmoadmin/README.md -------------------------------------------------------------------------------- /tasmoadmin/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tasmoadmin/config.yaml -------------------------------------------------------------------------------- /tasmoadmin/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tasmoadmin/icon.png -------------------------------------------------------------------------------- /tasmoadmin/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tasmoadmin/logo.png -------------------------------------------------------------------------------- /tasmoadmin/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tasmoadmin/translations/en.yaml -------------------------------------------------------------------------------- /tautulli/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tautulli/CHANGELOG.md -------------------------------------------------------------------------------- /tautulli/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tautulli/DOCS.md -------------------------------------------------------------------------------- /tautulli/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tautulli/README.md -------------------------------------------------------------------------------- /tautulli/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tautulli/config.yaml -------------------------------------------------------------------------------- /tautulli/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tautulli/icon.png -------------------------------------------------------------------------------- /tautulli/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tautulli/logo.png -------------------------------------------------------------------------------- /tautulli/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tautulli/translations/en.yaml -------------------------------------------------------------------------------- /thelounge/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/thelounge/CHANGELOG.md -------------------------------------------------------------------------------- /thelounge/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/thelounge/DOCS.md -------------------------------------------------------------------------------- /thelounge/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/thelounge/README.md -------------------------------------------------------------------------------- /thelounge/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/thelounge/config.yaml -------------------------------------------------------------------------------- /thelounge/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/thelounge/icon.png -------------------------------------------------------------------------------- /thelounge/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/thelounge/logo.png -------------------------------------------------------------------------------- /tor/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tor/CHANGELOG.md -------------------------------------------------------------------------------- /tor/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tor/DOCS.md -------------------------------------------------------------------------------- /tor/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tor/README.md -------------------------------------------------------------------------------- /tor/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tor/config.yaml -------------------------------------------------------------------------------- /tor/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tor/icon.png -------------------------------------------------------------------------------- /tor/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tor/logo.png -------------------------------------------------------------------------------- /tor/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/tor/translations/en.yaml -------------------------------------------------------------------------------- /traccar/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/traccar/CHANGELOG.md -------------------------------------------------------------------------------- /traccar/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/traccar/DOCS.md -------------------------------------------------------------------------------- /traccar/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/traccar/README.md -------------------------------------------------------------------------------- /traccar/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/traccar/config.yaml -------------------------------------------------------------------------------- /traccar/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/traccar/icon.png -------------------------------------------------------------------------------- /traccar/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/traccar/logo.png -------------------------------------------------------------------------------- /traccar/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/traccar/translations/en.yaml -------------------------------------------------------------------------------- /unifi/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/unifi/CHANGELOG.md -------------------------------------------------------------------------------- /unifi/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/unifi/DOCS.md -------------------------------------------------------------------------------- /unifi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/unifi/README.md -------------------------------------------------------------------------------- /unifi/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/unifi/config.yaml -------------------------------------------------------------------------------- /unifi/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/unifi/icon.png -------------------------------------------------------------------------------- /unifi/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/unifi/logo.png -------------------------------------------------------------------------------- /unifi/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/unifi/translations/en.yaml -------------------------------------------------------------------------------- /unifi/translations/fr.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/unifi/translations/fr.yaml -------------------------------------------------------------------------------- /unifi/translations/pl.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/unifi/translations/pl.yaml -------------------------------------------------------------------------------- /unifi/translations/pt-BR.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/unifi/translations/pt-BR.yaml -------------------------------------------------------------------------------- /uptime-kuma/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/uptime-kuma/CHANGELOG.md -------------------------------------------------------------------------------- /uptime-kuma/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/uptime-kuma/DOCS.md -------------------------------------------------------------------------------- /uptime-kuma/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/uptime-kuma/README.md -------------------------------------------------------------------------------- /uptime-kuma/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/uptime-kuma/config.yaml -------------------------------------------------------------------------------- /uptime-kuma/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/uptime-kuma/icon.png -------------------------------------------------------------------------------- /uptime-kuma/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/uptime-kuma/logo.png -------------------------------------------------------------------------------- /vscode/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/vscode/CHANGELOG.md -------------------------------------------------------------------------------- /vscode/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/vscode/DOCS.md -------------------------------------------------------------------------------- /vscode/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/vscode/README.md -------------------------------------------------------------------------------- /vscode/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/vscode/config.yaml -------------------------------------------------------------------------------- /vscode/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/vscode/icon.png -------------------------------------------------------------------------------- /vscode/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/vscode/logo.png -------------------------------------------------------------------------------- /whisparr/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/whisparr/CHANGELOG.md -------------------------------------------------------------------------------- /whisparr/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/whisparr/DOCS.md -------------------------------------------------------------------------------- /whisparr/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/whisparr/README.md -------------------------------------------------------------------------------- /whisparr/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/whisparr/config.yaml -------------------------------------------------------------------------------- /whisparr/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/whisparr/icon.png -------------------------------------------------------------------------------- /whisparr/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/whisparr/logo.png -------------------------------------------------------------------------------- /wireguard/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/wireguard/CHANGELOG.md -------------------------------------------------------------------------------- /wireguard/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/wireguard/DOCS.md -------------------------------------------------------------------------------- /wireguard/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/wireguard/README.md -------------------------------------------------------------------------------- /wireguard/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/wireguard/config.yaml -------------------------------------------------------------------------------- /wireguard/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/wireguard/icon.png -------------------------------------------------------------------------------- /wireguard/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/wireguard/logo.png -------------------------------------------------------------------------------- /zerotier/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zerotier/CHANGELOG.md -------------------------------------------------------------------------------- /zerotier/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zerotier/DOCS.md -------------------------------------------------------------------------------- /zerotier/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zerotier/README.md -------------------------------------------------------------------------------- /zerotier/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zerotier/config.yaml -------------------------------------------------------------------------------- /zerotier/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zerotier/icon.png -------------------------------------------------------------------------------- /zerotier/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zerotier/logo.png -------------------------------------------------------------------------------- /zwave-js-ui/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zwave-js-ui/CHANGELOG.md -------------------------------------------------------------------------------- /zwave-js-ui/DOCS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zwave-js-ui/DOCS.md -------------------------------------------------------------------------------- /zwave-js-ui/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zwave-js-ui/README.md -------------------------------------------------------------------------------- /zwave-js-ui/config.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zwave-js-ui/config.yaml -------------------------------------------------------------------------------- /zwave-js-ui/icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zwave-js-ui/icon.png -------------------------------------------------------------------------------- /zwave-js-ui/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zwave-js-ui/logo.png -------------------------------------------------------------------------------- /zwave-js-ui/translations/en.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hassio-addons/repository-edge/HEAD/zwave-js-ui/translations/en.yaml --------------------------------------------------------------------------------