docs: choose BTCPay for payments

This commit is contained in:
sirily
2026-03-10 16:14:36 +03:00
parent 431a60f9c8
commit f92f912be5
4 changed files with 171 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ The service hides provider-key failures behind a routed key pool. A user request
## Confirmed product decisions
- One B2C website.
- One monthly subscription plan.
- Crypto checkout through a payment processor.
- Crypto checkout through self-hosted `BTCPay Server`.
- Manual renewal.
- Text-to-image and image-to-image.
- User-facing synchronous experience implemented with polling over background execution.
@@ -93,6 +93,7 @@ Single VPS with Docker Compose, expected services:
- `bot`
- `postgres`
- `caddy` or `nginx`
- `btcpay`
- optional `minio` when object storage is self-hosted
## Optional extensions