skyware-js / labeler

A lightweight alternative to Ozone for operating an atproto labeler.
Mozilla Public License 2.0
22 stars 5 forks source link

Fastify listening interfaces should be configurable #7

Open rogama25 opened 6 days ago

rogama25 commented 6 days ago

I'm currently deploying a labeler inside a Docker container, and this library does not set the internal fastify instance to listen on all interfaces, so I had to set it up like this: labelerServer.app.listen({port, host: "::"}, callback)

It feels quite wrong having to access the internal fastify object instead of passing it just the same as the port

futurGH commented 2 days ago

This is fixed in 29794f5, just need to publish a release!