feat: BTCPay Server payment integration via pow.dgray.io proxy

This commit is contained in:
2026-02-06 14:22:16 +01:00
parent 146945d732
commit fcf22617d0
12 changed files with 515 additions and 35 deletions

View File

@@ -1,4 +1,4 @@
const CACHE_NAME = 'dgray-v41';
const CACHE_NAME = 'dgray-v42';
const STATIC_ASSETS = [
'/',
'/index.html',
@@ -29,6 +29,7 @@ const STATIC_ASSETS = [
'/js/services/crypto.js',
'/js/services/currency.js',
'/js/services/pow-captcha.js',
'/js/services/btcpay.js',
// Components
'/js/components/app-shell.js',