mirror of
https://github.com/MaxenceG2M/prometheus-immich-exporter.git
synced 2025-12-09 07:03:25 +00:00
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
This commit is contained in:
15
bruno/bruno.json
Normal file
15
bruno/bruno.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"version": "1",
|
||||
"name": "immich",
|
||||
"type": "collection",
|
||||
"ignore": [
|
||||
"node_modules",
|
||||
".git"
|
||||
],
|
||||
"size": 0,
|
||||
"filesCount": 0,
|
||||
"presets": {
|
||||
"requestType": "http",
|
||||
"requestUrl": "http://{{host}}:{{port}}/api/server/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user