2025-02-08 21:59:42 +01:00
{
2025-02-09 10:24:28 +01:00
"name" : "Barcode Buddy" ,
2025-02-08 21:59:42 +01:00
"slug" : "barcode-buddy" ,
"categories" : [
24
] ,
"date_created" : "2025-02-08" ,
"type" : "ct" ,
"updateable" : true ,
"privileged" : false ,
"interface_port" : 80 ,
"documentation" : "https://barcodebuddy-documentation.readthedocs.io/en/latest/" ,
"website" : "https://github.com/Forceu/barcodebuddy" ,
2025-05-20 11:51:20 +02:00
"logo" : "https://cdn.jsdelivr.net/gh/selfhst/icons/webp/barcode-buddy.webp" ,
2025-04-30 15:11:44 +02:00
"config_path" : "/opt/barcodebuddy/data/config.php" ,
2025-02-08 21:59:42 +01:00
"description" : "Barcode Buddy for Grocy is an extension for Grocy, allowing to pass barcodes to Grocy. It supports barcodes for products and chores. If you own a physical barcode scanner, it can be integrated, so that all barcodes scanned are automatically pushed to BarcodeBuddy/Grocy." ,
"install_methods" : [
{
"type" : "default" ,
"script" : "ct/barcode-buddy.sh" ,
"resources" : {
"cpu" : 1 ,
"ram" : 512 ,
"hdd" : 3 ,
2025-03-04 13:03:22 +01:00
"os" : "debian" ,
2025-02-08 21:59:42 +01:00
"version" : "12"
}
}
] ,
"default_credentials" : {
"username" : null ,
"password" : null
} ,
"notes" : [
{
2025-02-09 10:24:28 +01:00
"text" : "After install enable the option \"Use Redis cache\" on the settings page." ,
2025-02-08 21:59:42 +01:00
"type" : "info"
}
]
2025-02-09 10:24:28 +01:00
}