An endpoint I can wire into my deployment infra to check the server is healthy.
Monorepo for Tangled
tangled.org
Knot health check endpoint? #464
open
opened by
tom.sherman.is
+1 I'd like this as well.
When I visit https://tangled.sh/@polarhive.net/nimbus it says:
503 โ unable to reach knot We were unable to reach the knot hosting this repository. Try again later.
Here's what I did: 0. Followed the README to setup a knot on my VPS (manual)
- Generated the secret, and verified my knot
- Restarted VPS, systemd logs look fine
- Made a new repository called nimbus, picked my knot
- I visit the repo link and it threw the 503 error
- I thought I had to push something for it to work, so I set the upstream url to:
git@git.polarhive.net:polarhive.net/nimbusand pushed but nothing changes.
I don't know what broke. Is there a way to delete my knot and start the verification process again?
Welp, managed to get it to work switched to nginx.. but a health check endpoint would be really cool!
Thanks, good idea. I'll add one to the unauthenticated internal server if that works.