Skip to content

Labels Sharing and Calendar

icemanxbe edited this page Jun 17, 2026 · 2 revisions

Labels, Sharing & Calendar

Ways to get your mead out of the app — onto bottles, in front of friends, and into your calendar.

Labels & QR codes

  • Bottle labels — procedurally generated from each batch (name, dates, OG/FG, ABV, batch number), styled with your brand. A Label Maker lets you customise where elements appear.
  • A4 label sheets — print a page of labels at once.
  • Storage-box labels — for the boxes your bottles live in, showing batch identity, contents, drinking window and a QR code.
  • Certificates, gift cards and permanent-record print-outs — for gifting and archiving.
  • QR codes — every label can carry a QR code that deep-links back into the app (to the batch, recipe or a view).

Share links

Every batch can produce a public, read-only share page reached via an unguessable URL:

https://your-server/share/<token>

The <token> is a per-batch secret. The server resolves it to that one batch only — no other batches, supplies, settings or Home Assistant credentials are exposed. The page shows the bottle label (without the QR/drinking-window boxes), the batch's live age, a fermentation curve with both gravity and ABV, a human-readable drinking window, the gravity log and tasting notes.

  • Revoke a token any time to kill the link.
  • A missing or unknown token reveals nothing.

A public read-only share page for one batch

Public URL behind a proxy

If you run MeadOS behind a reverse proxy, set Settings → Server Data → Public URL (e.g. https://mead.example.com). All share links and QR codes are then built from that address instead of whatever internal URL you happen to be browsing on.

Deep links

The app understands bookmarkable / printable deep links:

Link Opens
#batch=… a specific batch (by id or serial)
#recipe=… a recipe detail page
#view=… a named view (e.g. #view=cellar)

These are what the QR codes use, and you can put them on printed labels.

Calendar feed

Subscribe any phone or desktop calendar to a private .ics feed of your brewing schedule — nutrient doses, racking, bottling, and ready/peak dates — so reminders show up alongside the rest of your life. No Home Assistant required.

See also

Clone this wiki locally