19 May 2024 |
hexa | my bucket remains empty | 13:53:23 |
hexa | is the s3 api the correct endpoint for attic? | 13:53:34 |
hexa |
[ storage = { type = "s3"; endpoint = "https://api.s3.lossy.network"; region = "home"; bucket = "attic"; };
| 13:54:11 |
hexa | * storage = {
type = "s3";
endpoint = "https://api.s3.lossy.network";
region = "home";
bucket = "attic";
};
| 13:54:25 |
thubrecht | https://git.dgnum.eu/DGNum/infrastructure/src/branch/main/machines/storage01/atticd.nix | 13:55:23 |
thubrecht | Just the base domain | 13:55:45 |
hexa | what is the base domain? 🤔 | 13:57:22 |
hexa | garage has api, web, admin and k2v_api | 13:57:40 |
thubrecht | s3.lossy.network ? | 13:57:44 |
hexa | ohhhhh | 13:57:48 |
hexa | nvm | 13:57:52 |
hexa | but it wants a https url | 13:58:12 |
hexa | and s3.lossy.network points … nowhere | 13:58:18 |
hexa | * and s3.lossy.network points … nowhere specific | 13:58:30 |
thubrecht | It will infer the bucket url automatically | 13:59:18 |
hexa | 👀 | 14:00:35 |
thubrecht | Ah wait | 14:01:19 |
| * hexa waits | 14:02:15 |
thubrecht | What you really need is the s3_api.root_domain in the garage settings | 14:02:20 |
hexa | ok, that is what I had all the time | 14:02:37 |
thubrecht | Sorry.... | 14:02:53 |
thubrecht | But then I don't know why it doesn't work | 14:03:19 |
hexa | no worries | 14:03:22 |
hexa | hm ok, it is pushing stuff | 14:13:29 |
hexa | seems like dns is my enemy today | 14:13:34 |
Charles | In reply to @hexa:lossy.network I'm currently running into lots of dispatch failures Hmm not sure what you mean by that | 15:03:31 |
Charles | If you want to reference my config: https://gitlab.computer.surgery/charles/servy-fleet/-/tree/main/config?ref_type=heads the attic and garage directories are relevant | 15:04:58 |
Charles | Since writing this nonsense https://gitlab.computer.surgery/matrix/grapevine-fork/-/blob/main/bin/nix-build-and-cache?ref_type=heads attic has been a lot more useful for me | 15:06:05 |
Charles | I might try building this functionality into the attic client, since it already has the ability to compute closures | 15:06:36 |
Charles | Also I think that when using garage you should disable attic's chunking, because garage does that already | 15:08:37 |