Fosspay — Donation collection for FOSS groups and individuals
-
@murgero Ah. I thought I was in the correct one but I guess not. And yeah I noticed they had some dependency errors so I forked the project to add them back in. Thanks for looking at it. I gave it a couple of days and pretty much dropped it in frustration
Another issue I have with it is there are no tags in the source repo (and they seem to use sourcehut?) so it just pulls from master every deploy. Ideally we would have releases we can evaluate and update to. I's say either someone forks it and puts together releases or we live on the edge and have an always unstable app that pulls new code every time someone installs it.
Also also, I don't see the point in using an account (and therefore a db) to manage things in this app when the most important config is stored in a config file anyways. This app is just one big head scratcher.
-
@atrilahiji said in Fosspay — Donation collection for FOSS groups and individuals:
so it just pulls from master every deploy
It only pulls the source when it's being built, at least that's how I have it setup. It will not pull on each install.
-
Thanks for looking into this. I basically rage quit this one and went off into a corner to write my own Nuxt.js based version so I'm glad you swooped in.
-
@atrilahiji said in Fosspay — Donation collection for FOSS groups and individuals:
write my own Nuxt.js based version
You did what?! 🤩
-
@yusf I tried it but was incredibly confused with the admin user and managing things. I didn't give it that much time though. It doesn't fit me needs in any case.
I'll ping @murgero as he worked on it last.
Technically my Node one works, but its very basic right now. It requires making fixed donation amounts on Stripe and tying those to the front-end. It also makes use of Stripe's checkout redirect system so I don't have to worry about that.
The repo is here if you want to see it: https://git.lahijiapps.dev/atrilahiji/eleutheriapay
And when I say its basic I do really mean BASIC lol
-
I'm re-writing my stripe integration to make it a bit more robust.
-
@atrilahiji said in Fosspay — Donation collection for FOSS groups and individuals:
The repo is here if you want to see it: https://git.lahijiapps.dev/atrilahiji/eleutheriapay
This should be it's own thread at this point