From 8b8a3f618451c8e283f599a0ba9d6d730812f2a7 Mon Sep 17 00:00:00 2001 From: twisla Date: Fri, 25 Sep 2026 20:03:42 +0000 Subject: [PATCH] README: HA reaches the service over https without certificate verification Co-Authored-By: Claude Opus 5.5 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 807f84d..8372768 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ env DB_PATH=/var/db/tag_albums/tag_albums.sqlite3 \ These pieces live in the `home-assistant-config` repo: -- `configuration.yaml`: two `rest_command`s, `tag_albums_scan` and `tag_albums_lookup`, pointing at `http://tag-albums.home.knbg:8087`. +- `configuration.yaml`: two `rest_command`s, `tag_albums_scan` and `tag_albums_lookup`, pointing at `https://tag-albums.home.knbg` (a reverse proxy in front of port 8087). They set `verify_ssl: false`, because the certificate comes from the home CA and HA only trusts its built-in list of public CAs. - `secrets.yaml`: `tag_albums_auth: "Bearer "`. - `scripts.yaml`: `play_album_by_tag` and `stop_album_by_tag` call those commands.