Update README.md

This commit is contained in:
Roy Sheinfeld
2025-06-10 15:57:32 +03:00
committed by GitHub
parent fb3bb58fd3
commit 2bf95a7660

View File

@@ -6,9 +6,9 @@ OpenAPI documentation is generated on every instance at ```<api-url>/docs```. It
## API Key Security
X-API-KEY header serves as authorization method for accessing the API. Anyone that knows the API url and API_SECRET can access your funds, so make sure to protect this secret and to generate a unique and long string. You can use generators like [this](https://1password.com/password-generator) or this(https://www.uuidgenerator.net/).
X-API-KEY header serves as authorization method for accessing the API. Anyone that knows the API url and API_SECRET can access your funds, so make sure to protect this secret and to generate a unique and long string. You can use generators like [this](https://1password.com/password-generator) or [this](https://www.uuidgenerator.net/).
## Deployment options
- [fly.io](./fly/README.md) - deploy fly.io app on their free tier hosting
- [self hosted](./fly/DEV.md) - deploy anywhere you want with a simple docker deployment
- [self hosted](./fly/DEV.md) - deploy anywhere you want with a simple docker deployment