mirror of
https://github.com/mostlygeek/llama-swap.git
synced 2026-09-07 16:37:22 +02:00
add a -api-key option that the user can optionally provide to give wol-proxy a private api key it will use for authenticating its health checks against the llama-swap server. This is api key is not used as part of any client request, and clients connecting to the wol-proxy will still need to provide their own api keys matching one of the ones in the destination llama-swap's config.yaml Fixes: #1051