Subscription-Service
Overview
Note
This “service” is no longer supported, as subscriptions (recurring payments) are now processed
directly in the Pocketbase instance as implemented in the commit
6dec29e779a4321be07d3d4dc1db96dccefe34bb
The Subscription Service seamlessly manages recurring payments for users within the app. It automatically executes the stored payments and generates transactions that users can view within the app.
Installation
3. Set all required environment variables
Adjust the values in the .env
file according to your setup.
Docker
Attention
You may need to sign into the Github Image Registry by using echo <GH_PAT> | docker login ghcr.io -u <GH_USERNAME> --password-stdin