refactor: rename project from dgray.io to kashilo.com
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Monetarisierung - dgray.io
|
||||
# Monetarisierung - kashilo.com
|
||||
|
||||
## Preismodell
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
|
||||
- **Provider**: BTCpay Server (self-hosted)
|
||||
- **URL**: https://pay.xmr.rocks/
|
||||
- **Proxy**: `pow.dgray.io` — alle API-Aufrufe laufen über den PHP-Proxy (BTCPay API-Key bleibt serverseitig)
|
||||
- **Proxy**: `pow.kashilo.com` — alle API-Aufrufe laufen über den PHP-Proxy (BTCPay API-Key bleibt serverseitig)
|
||||
- **Primär**: Monero (XMR)
|
||||
- **Alternativ**: Andere Kryptos via Trocador-Plugin (automatischer Swap zu XMR)
|
||||
- **Preisumrechnung**: Live XMR-Kurs via Kraken API
|
||||
@@ -60,14 +60,14 @@
|
||||
### Flow: Draft → Processing → Published
|
||||
|
||||
1. User erstellt Listing → wird als `draft` mit `payment_status: unpaid` gespeichert
|
||||
2. BTCPay Invoice wird über `pow.dgray.io/btcpay/invoice` erstellt
|
||||
2. BTCPay Invoice wird über `pow.kashilo.com/btcpay/invoice` erstellt
|
||||
3. BTCPay Checkout-Modal öffnet sich im Frontend (`js/services/btcpay.js`)
|
||||
4. Nach Zahlung:
|
||||
- **Frontend**: Prüft Status via `pow.dgray.io/btcpay/status` nach Modal-Close
|
||||
- **Webhook**: `pow.dgray.io/btcpay/webhook` empfängt BTCPay Events, setzt `status: published` + `payment_status: paid` nach 1 Confirmation
|
||||
- **Frontend**: Prüft Status via `pow.kashilo.com/btcpay/status` nach Modal-Close
|
||||
- **Webhook**: `pow.kashilo.com/btcpay/webhook` empfängt BTCPay Events, setzt `status: published` + `payment_status: paid` nach 1 Confirmation
|
||||
5. Listing wird veröffentlicht (30 Tage Laufzeit, `expires_at` wird gesetzt)
|
||||
|
||||
### Endpunkte (pow.dgray.io)
|
||||
### Endpunkte (pow.kashilo.com)
|
||||
|
||||
| Endpoint | Methode | Beschreibung |
|
||||
|----------|---------|-------------|
|
||||
@@ -81,5 +81,5 @@
|
||||
- [x] ~~XMR-Kurs API für Umrechnung~~ → Kraken API
|
||||
- [x] ~~Anzahl Deals für Power-User Status~~ → 5/15/50 Stufen
|
||||
- [x] ~~Captcha-Lösung~~ → Eigenes PoW-Captcha (keine Lizenzkosten)
|
||||
- [x] ~~Payment-Proxy~~ → `pow.dgray.io` (PHP, API-Key serverseitig)
|
||||
- [x] ~~Webhook für Auto-Publish~~ → `btcpay-webhook.php` auf `pow.dgray.io`
|
||||
- [x] ~~Payment-Proxy~~ → `pow.kashilo.com` (PHP, API-Key serverseitig)
|
||||
- [x] ~~Webhook für Auto-Publish~~ → `btcpay-webhook.php` auf `pow.kashilo.com`
|
||||
|
||||
Reference in New Issue
Block a user