Skip to content

Bridge Overview

Joe Cox edited this page Jul 11, 2026 · 4 revisions

Bridge overview

The bridge is an optional companion server that makes your Gubbins data available to other tools — a voice assistant, Home Assistant, an AI assistant, your calendar, a dashboard. The Gubbins app itself never runs a server; the bridge is a separate thing you choose to run.

ℹ️ Note The bridge is a more technical, enthusiast-oriented feature. If you just want to use Gubbins, you can skip this whole section — nothing here is required. Full technical detail lives in the bridge's own README in the Gubbins repository.

What it offers

Pointed at a copy of your data (a sync snapshot or the SQLite file), the bridge can expose:

Safe by design

The bridge is built to be cautious:

  • Loopback by default — it listens only on your own machine (127.0.0.1) unless you deliberately expose it.
  • Token-protected — requests need a secret token you set.
  • Read-only by default — it can't change your data unless you explicitly turn writes on.
  • Everything network-facing is opt-in — each feature (events, MQTT, discovery) is off until you enable it, and every choice is logged at startup.

⚠️ Heads-up The bridge reads a copy of your data and can serve it over the network if you configure it to. Treat its token like a password, keep the default loopback bind unless you know you need a LAN, and never commit the token anywhere. See Privacy & security.

Related pages

Gubbins wiki

Getting started

Inventory

Asset lifecycle

People, loans & bookings

Users & access

Search

Scanning & labels

Purchasing & projects

Reports & insights

Sales & disposals

Alerts, activity & agenda

Companion extension

Data, sync & resilience

Bridge & Home Assistant

Settings & customisation

Reference

Clone this wiki locally