You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nginx users will need to edit their configuration for the API folder (see example)
Apache2 users will need to make sure that the rewrite module is active (see documentation)
config.php is now found in the /data/ folder after the first start. All previous changes to /incl/config.php will be lost during the upgrade.
If you pass barcodes as a GET variable with scripts to index.php, you will need to change the script to pass them to the API instead (see documentation)
If you are running Barcode Buddy behind a reverse proxy, make sure to turn off proxy buffering (see documentation)
Changelog
Added authentication, can be disabled through config.php
Added support for Grocys tare feature
Config.php now found in the data directory
Added API (if you are adding barcodes with GET, you will need to use the API instead)