git ssb

0+

cel-desktop / ssb-supporter



Branch:
Charles Lehner committed ReleaseLatest: 8f3f909 on 5/5/2020, 7:30:51 PM
📄README.md
📁blobs
📄cancel-subscription.js
📄edit-name.js
📄icon.js
📄index.js
📄pause-subscription.js
📄resume-subscription.js
📄subscribe.js
📄subscription.js
📄transactions.js
📄update-blobs.sh
📄webhook.js
README.md

ssb-supporter

Patronage/donation subscriptions website.

Install

First install the ssb-exec ssb-server plugin.

Put this repo at ~/.ssb/exec/support/. Then access the site at http://localhost:8989/exec/support/.

Set config options in ~/.ssb/config and restart ssb-server for them to take effect.

Config

"supporter": {
  "baseUrl": "http://127.0.0.1:8989/exec/support/",
  "viewerBaseUrl": "https://ssb.example.com",
  "sourceUrl": "...",
  "imageId": "&....sha256",
  "name": "you",
  "fullName": "Your Name",
  "id": "@0000000000000000000000000000000000000000000=.ed25519",
  "title": "Support a peer",
  "description": "doing something",
  "callToAction": "Support me with $5/month",
  "thanks": "Thank you for supporting a peer.",
  "amount": 5,
  "paypalPlanId": "P-000000000000000000000000",
  "bchxpubkey": "xpub00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
}

Built with git-ssb-web