From 1cd09bfc1a612b48cdae9dcad9a215c064a2b250 Mon Sep 17 00:00:00 2001 From: Matti Airas Date: Sat, 4 Jul 2026 23:58:00 +0300 Subject: [PATCH] docs(marine): document InfluxDB default login and password change InfluxDB is not behind the HaLOS single sign-on, so its own admin login (admin / halos-default) is the only protection. Document the default credentials, how to change the password from the app config, and that the admin API token is generated randomly on first boot. Co-Authored-By: Claude Opus 4.8 (1M context) Claude-Session: https://claude.ai/code/session_018zURudCY3TTRcNd2acknJ9 --- docs/user-guide/marine-apps.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/user-guide/marine-apps.md b/docs/user-guide/marine-apps.md index 60474c7..ef51a23 100644 --- a/docs/user-guide/marine-apps.md +++ b/docs/user-guide/marine-apps.md @@ -35,6 +35,9 @@ Signal K is typically the first marine app to set up. Connect your NMEA data sou [InfluxDB](https://www.influxdata.com/) is a time-series database optimized for sensor data. In the marine context, it stores historical data from Signal K — wind speed, boat speed, depth, engine parameters, battery voltage, and any other metrics your instruments produce. +!!! note "Default login" + InfluxDB has its own login and is **not** behind the HaLOS single sign-on — the default admin account (`admin` / `halos-default`) is the only thing protecting it. Change the password after first boot from the InfluxDB app configuration (Cockpit → Container Apps → InfluxDB → **Admin Password**, 8–72 characters); HaLOS applies it to InfluxDB the next time the app starts. The admin API token is generated randomly on first boot, so Grafana and Signal K keep working without any token changes. + Use InfluxDB to: - Record long-term trends (fuel consumption over a season, battery health)