Service Module

The Service Module turns Binacle.Net into a service for callers you do not control: accounts, JWT authentication, per-caller rate limiting, and a database behind them. It is built for the hosted service.

⚠️ No public documentation is provided for the Service Module.

πŸ“Œ What that means

If you self-host with the Service Module enabled, read every minor release before upgrading.

πŸ”“ It is still open source

The module ships in the source and in the image under the same licence as the rest of Binacle.Net. You can run it, read it and change it.

🐳 What does exist

The Service sample is a working compose file that starts it: the secrets you have to change, the database choice, and how to get a token. It is a starting point, not documentation.

Beyond that, the source is the reference.