fabiolb / fabio

Consul Load-Balancing made simple
https://fabiolb.net
MIT License
7.25k stars 620 forks source link

JSON schema is incorrect in website Dest should be Dst #852

Closed webmutation closed 2 years ago

webmutation commented 2 years ago

https://fabiolb.net/ref/registry.backend/

The custom JSON schema field dest is incoorect it should be dst, I am currently trying to write a bridge for K8S services that are not descoverable by Consul due to lack of health checks and came across this issue

[
 {
  "cmd": "string",
  "service": "string",
  "src": "string",
  "dest": "string",
  "weight": float,
  "tags": ["string"],
  "opts": {"string":"string"}
 }
]

Should be dst... also would be useful to have some descriptions for the fields, I would gladly make a PR but I did not find the source code for the website...

tristanmorgan commented 2 years ago

it looks like docco is on the gh-pages branch...

webmutation commented 2 years ago

thanks, ill do a PR

webmutation commented 2 years ago

I have opened https://github.com/fabiolb/fabio/pull/854 but I am not sure who is maintaining this project right now.