Eleutheria Pay - Open source donation platform
-
@girish one quick update before I think itโs ready (had to re-enable asset customization)
Yeah thankfully the backend for EleutheriaPay is very simple so rewriting it in go was pretty quick. I did have to pull out an assets folder from the executable so it can be customized. But it still means the frontend build is already done when it is downloaded.
Iโll link it here in a moment
@atrilahiji if it can be a separate repo like other app packages, that will be great! You can put it in git.cloudron.io
-
@atrilahiji if it can be a separate repo like other app packages, that will be great! You can put it in git.cloudron.io
wrote on Mar 15, 2021, 7:52 PM last edited by@girish Its been over here: https://git.cloudron.io/AtriLahiji/eleutheriapay-app
I just updated it and fixed asset linking. Should be ready now. I've lost count of the number of times I've said it should be ready but my ADD brain does seem to miss things I need to fix. This time for real though.
-
wrote on Mar 15, 2021, 9:10 PM last edited by
I am really interested in this, Iโll be looking this over to see if I can help develop it.
-
I am really interested in this, Iโll be looking this over to see if I can help develop it.
wrote on Mar 15, 2021, 10:09 PM last edited by@privsec Develop it? I mean I am open to contributions if thats what you mean.
-
@privsec Develop it? I mean I am open to contributions if thats what you mean.
wrote on Mar 15, 2021, 10:25 PM last edited by@atrilahiji yes, sorry.
Contribute to it in any way. I love the idea of this.
-
wrote on Mar 15, 2021, 10:44 PM last edited by A Former User Mar 16, 2021, 1:49 AM
@privsec Ah I see. Yeah its on my self hosted gitea but I can always make accounts for those who want to contribute or try to merge in contributions with credit from forks on GitHub or something. I haven't figured out the whole contribution model for self hosted yet. This is why we need activitypub gitea
I'm glad you like it!
-
wrote on Mar 16, 2021, 6:23 AM last edited by A Former User Mar 16, 2021, 2:47 PM
haHAHAHAHA one more fix in. Had the wrong mime type for the Badge endpoint so it wasn't showing up when embedded. I got mad that it was just that so I re-tagged 1.1.4.
My instance using the new package. I need to make sure the assets update correctly so I'll push that to the package soon.
-
haHAHAHAHA one more fix in. Had the wrong mime type for the Badge endpoint so it wasn't showing up when embedded. I got mad that it was just that so I re-tagged 1.1.4.
My instance using the new package. I need to make sure the assets update correctly so I'll push that to the package soon.
wrote on Mar 16, 2021, 7:05 AM last edited by A Former User Mar 17, 2021, 8:14 AM@girish Done.
-
wrote on Mar 18, 2021, 6:31 AM last edited by
I've pushed a new update. Version 1.1.5 of EL. The package should be ready as well. Let me know if you have any questions about it @girish and a reminder that if you want it, "smash that upvote button" on my original post.
-
wrote on Mar 28, 2021, 9:29 AM last edited by A Former User Mar 29, 2021, 8:00 PM
Is there a possibility of this being on the store? I have a few things I want to add in the near future but nothing should be breaking. It should be stable and good to go now
Guess I should probably tag @girish here eh?
Also bump! -
Is there a possibility of this being on the store? I have a few things I want to add in the near future but nothing should be breaking. It should be stable and good to go now
Guess I should probably tag @girish here eh?
Also bump!@atrilahiji It's on my list, haven't forgotten this
This week was supposed to be our "app month" but it has instead turned out into a "6.2 month"! We have ended up with 7 patch releases now but atleast we are finally done. The roll out will take the rest of this week, so we will get on track to focusing on getting the most voted apps and already packaged ones out.
-
wrote on Apr 3, 2021, 4:32 AM last edited by A Former User Apr 3, 2021, 4:32 AM
FYI Iโm working on integration with Owncast
The developer of Owncast reached out via an issue on my repo suggesting this and Iโm exploring possibilities now.
-
wrote on Apr 4, 2021, 7:21 AM last edited by
I have a new version out now with support for Owncast. It also uses a Stripe element built into the app rather than their checkout workflow to work with embeds (Owncast has an upcoming feature where this will be important). If configured, it will send donation messages to chat.
-
wrote on Apr 4, 2021, 7:32 AM last edited by
Totally unrelated but just spotted this open source AI project with a similar name https://www.eleuther.ai/
-
Totally unrelated but just spotted this open source AI project with a similar name https://www.eleuther.ai/
wrote on Apr 4, 2021, 8:07 AM last edited by@jdaviescoates Huh... and its a pretty cool project as well.
-
wrote on Apr 4, 2021, 8:08 AM last edited by A Former User Apr 4, 2021, 2:26 PM
This has been cool to work on. I didn't think the Owncast dev would make an account on my git instance literally the day I opened registration to allow for issues. But yeah I'm hoping to make some more integrations with similar services where it makes sense.
-
@jdaviescoates Huh... and its a pretty cool project as well.
wrote on Apr 4, 2021, 9:33 AM last edited by@atrilahiji said in Eleutheria Pay - Open source donation platform:
@jdaviescoates Huh... and its a pretty cool project as well.
Yeah. I came across it here https://social.coop/@eloquence/106005569151675906
-
wrote on Apr 13, 2021, 9:51 PM last edited by
I am proposing a new change to make things more maintainable. It really doesn't have any user facing implications but I welcome opinions from fellow devs: https://git.atrilahiji.dev/atrilahiji/EleutheriaPay/issues/65
-
@murgero Here's the demo link. All payments are using test stripe credentials so nothing should go through.
This post is deleted! -
wrote on May 20, 2021, 8:12 PM last edited by
Anyways I ditched that change in favour of one where:
- I streamline the build process and automate it so it will push to an s3 bucket with the binaries and
- generate the .env config and the default assets programmatically.