Skip to content

BarcodeBuddy

BarcodeBuddy Barcode system for Grocy

The docker image comes from f0rc3/barcodebuddy-docker and should support arm devices. If you attempt to run it on arm and encounter issues, please see issue 478

Access

It is available at https://{% if barcodebuddy.domain %}{{ barcodebuddy.domain }}{% else %}{{ barcodebuddy.subdomain + "." + domain }}{% endif %}/ or http://{% if barcodebuddy.domain %}{{ barcodebuddy.domain }}{% else %}{{ barcodebuddy.subdomain + "." + domain }}{% endif %}/

{% if enable_tor %} It is also available via Tor at http://{{ barcodebuddy.subdomain + "." + tor_domain }}/ {% endif %}

Security enable/disable https_only, auth, and image_tag

To enable https_only or auth set the service config to True settings/config.yml

If you want to specifiy an image tag, set image_tag to specified tag. Available tag at https://hub.docker.com/r/f0rc3/barcodebuddy-docker/tags

barcodebuddy:
  https_only: True
  auth: True
  image_tag: latest

Last update: January 6, 2022