update gitignore and
feat: Implement core BTCPay VPN provisioning flow - Add BTCPay Server integration with webhook handling - Implement payment processing and invoice creation - Add subscription management foundation - Add Ansible playbook execution on payment - Add basic frontend for subscription purchase - Implement success page redirection All core components tested and working together. Future work: admin interface, email integration, and monitoring.
This commit is contained in:
parent
1347ca8ea5
commit
69ee989a00
4
.gitignore
vendored
4
.gitignore
vendored
@ -49,3 +49,7 @@ Thumbs.db
|
|||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
*.log
|
*.log
|
||||||
|
|
||||||
|
# Application Data
|
||||||
|
data/subscriptions.json
|
||||||
|
data/*.json
|
||||||
|
Loading…
Reference in New Issue
Block a user