instead of using the cli to add peers garage supports peering with a config option, this would allow us to include peers in the .env file. The hurdle then is sorting out how we expect an operator to input this data as it must be a single line.
instead of using the cli to add peers garage supports peering with a config option, this would allow us to include peers in the .env file. The hurdle then is sorting out how we expect an operator to input this data as it must be a single line.
https://garagehq.deuxfleurs.fr/documentation/reference-manual/configuration/#bootstrap_peers
example:
```
bootstrap_peers = [
"563e1ac825ee3323aa441e72c26d1030d6d4414aeb3dd25287c531e7fc2bc95d@[fc00:1::1]:3901",
"86f0f26ae4afbd59aaf9cfb059eefac844951efd5b8caeec0d53f4ed6c85f332@[fc00:1::2]:3901",
"681456ab91350f92242e80a531a3ec9392cb7c974f72640112f90a600d7921a4@[fc00:B::1]:3901",
"212fd62eeaca72c122b45a7f4fa0f55e012aa5e24ac384a72a3016413fa724ff@[fc00:F::1]:3901",
]
```
Brooke
self-assigned this 2025-03-02 01:49:29 +00:00
This repo is archived. You cannot comment on issues.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
instead of using the cli to add peers garage supports peering with a config option, this would allow us to include peers in the .env file. The hurdle then is sorting out how we expect an operator to input this data as it must be a single line.
https://garagehq.deuxfleurs.fr/documentation/reference-manual/configuration/#bootstrap_peers
example: