support bootstrap_peers #1

Open
opened 2025-03-02 01:49:29 +00:00 by Brooke · 0 comments
Owner

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",
]

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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MIR/garage#1
No description provided.