make garage and rclone better

This commit is contained in:
cy 2025-03-14 02:09:30 -04:00
parent 16788bc7b2
commit 9c72baf1c0
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts
3 changed files with 22 additions and 12 deletions

View file

@ -29,6 +29,14 @@
}
];
}
{
job_name = "garage";
static_configs = [
{
targets = [ "127.0.0.1:3903" ];
}
];
}
];
};