Files
prometheus-immich-exporter/bruno/bruno.json
Maxence G. de Montauzan ffaeb00e3f tools: uv + Bruno + compose file
Use uv to handle project
Add a Bruno collection to tests API calls
Add a compose.yaml file to run with docker
2025-05-30 15:39:58 +02:00

15 lines
250 B
JSON

{
"version": "1",
"name": "immich",
"type": "collection",
"ignore": [
"node_modules",
".git"
],
"size": 0,
"filesCount": 0,
"presets": {
"requestType": "http",
"requestUrl": "http://{{host}}:{{port}}/api/server/"
}
}