oakbrad / dungeonchurch

D&D group infrastructure & homebrew setting.
https://www.dungeon.church
47 stars 6 forks source link

Ghost - Pay what you want subscriptions #42

Closed oakbrad closed 4 days ago

oakbrad commented 1 month ago

To fund further Dungeon Church projects, Ghost supports subscriptions but you have to set static prices. Would be better if I could set it to "pay what you want"

Solution: https://forum.ghost.org/t/pay-what-you-want-price/25409/4

Custom Subscribe page: https://github.com/kevinmiguet/ghost_examples/blob/master/pay-what-you-want/ghost/subscribe.hbs

That should submit somewhere (Node-Red) and then wait for a response URL to redirect. In Node-Red I can run checks on the input, create a new Stripe subscription using the amount entered, then return a URL for the waiting submission page to confirm.

oakbrad commented 1 month ago

Unrelated but interesting Ghost integration for selling content w/o subscription: https://readwithacta.com/

oakbrad commented 4 days ago

won't fix, i'm working on this in the theme repo