Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. App Wishlist
  3. Eleutheria Pay - Open source donation platform

Eleutheria Pay - Open source donation platform

Scheduled Pinned Locked Moved App Wishlist
124 Posts 8 Posters 55.5k Views 10 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • murgeroM murgero

    @murgero In reply to the iframe / embed - there should be JS code that allows a simpler UI to be embedded into a website Something like <script src="someEmbed.js"></script> That will embed into the current page, a button at the bottom of the browser window that says something like "Support Me?" or whatever.

    ? Offline
    ? Offline
    A Former User
    wrote on last edited by A Former User
    #46

    @murgero good idea! I’ll take a look at embed stuff. As for plugins, I’m definitely looking to split the payment processors out into a sort of plugin system. It’s going to require a lot of abstracting out the payment system specifics from the rest of the app. It’s going to be interesting to try this as plug-ins will have front end and back end components. At least Stripe does (frontend-> backend-> frontend)

    I also welcome contributions if anyone wants. I’ll figure out if external accounts on my GitLab have the correct permissions and write up a contribution guide

    1 Reply Last reply
    2
    • marcusquinnM marcusquinn

      I realise this is for Stripe, and they are pretty good, but I'm also curious to try Fast at some point too, seems quite slick & friction-free:

      • https://www.fast.co/
      • https://twitter.com/fast
      ? Offline
      ? Offline
      A Former User
      wrote on last edited by A Former User
      #47

      @marcusquinn A1ED9428-93A7-49D3-BC9C-6AD63B4E5EE4.png

      😞 FeelsBadMan. We'll have to wait.

      marcusquinnM 1 Reply Last reply
      2
      • ? Offline
        ? Offline
        A Former User
        wrote on last edited by A Former User
        #48

        Made a couple of updates. One of them was an endpoint that serves an SVG donation badge that can be embedded in websites or git readme files. I added it to my repo here if you wanna see:

        https://git.lahijiapps.dev/atrilahiji/eleutheriapay

        Also trying to figure out how to tweak the cloudron package to properly merge .env files and the styles.css file. Right now while updates work on cloudron, I have to manually add config changes to the .env file.

        murgeroM 2 Replies Last reply
        1
        • ? A Former User

          @marcusquinn A1ED9428-93A7-49D3-BC9C-6AD63B4E5EE4.png

          😞 FeelsBadMan. We'll have to wait.

          marcusquinnM Offline
          marcusquinnM Offline
          marcusquinn
          wrote on last edited by
          #49

          @atrilahiji nice, left-align makes much more sense to me. I don't even know that I've every seen a centre-aligned form, constrained width to a max would make more sense, as the container would be centred, rather than the content. Good stuff.

          Web Design https://www.evergreen.je
          Development https://brandlight.org
          Life https://marcusquinn.com

          ? 1 Reply Last reply
          0
          • ? A Former User

            Made a couple of updates. One of them was an endpoint that serves an SVG donation badge that can be embedded in websites or git readme files. I added it to my repo here if you wanna see:

            https://git.lahijiapps.dev/atrilahiji/eleutheriapay

            Also trying to figure out how to tweak the cloudron package to properly merge .env files and the styles.css file. Right now while updates work on cloudron, I have to manually add config changes to the .env file.

            murgeroM Offline
            murgeroM Offline
            murgero
            App Dev
            wrote on last edited by
            #50

            @atrilahiji Cloudron wasn't made to update files that way, what you can do is use an updated start.sh to compare and then add new lines to .env.

            --
            https://urgero.org
            ~ Professional Nerd. Freelance Programmer. ~

            1 Reply Last reply
            0
            • ? A Former User

              Made a couple of updates. One of them was an endpoint that serves an SVG donation badge that can be embedded in websites or git readme files. I added it to my repo here if you wanna see:

              https://git.lahijiapps.dev/atrilahiji/eleutheriapay

              Also trying to figure out how to tweak the cloudron package to properly merge .env files and the styles.css file. Right now while updates work on cloudron, I have to manually add config changes to the .env file.

              murgeroM Offline
              murgeroM Offline
              murgero
              App Dev
              wrote on last edited by murgero
              #51

              @atrilahiji said in Eleutheria Pay - Open source donation platform:

              Also trying to figure out how to tweak the cloudron package to properly merge .env files and the styles.css file. Right now while updates work on cloudron, I have to manually

              Can I also make another suggestion? Can you add the option to detect dark mode enabled browsers (chrome, firefox, edge, etc all support this feature) so the site's dark mode toggle follows the users OS-determined settings?

              https://stackoverflow.com/questions/50840168/how-to-detect-if-the-os-is-in-dark-mode-in-browsers

              Once this project is more stable, I plan to use it as well for accepting donations.

              --
              https://urgero.org
              ~ Professional Nerd. Freelance Programmer. ~

              ? 1 Reply Last reply
              2
              • murgeroM murgero

                @atrilahiji said in Eleutheria Pay - Open source donation platform:

                Also trying to figure out how to tweak the cloudron package to properly merge .env files and the styles.css file. Right now while updates work on cloudron, I have to manually

                Can I also make another suggestion? Can you add the option to detect dark mode enabled browsers (chrome, firefox, edge, etc all support this feature) so the site's dark mode toggle follows the users OS-determined settings?

                https://stackoverflow.com/questions/50840168/how-to-detect-if-the-os-is-in-dark-mode-in-browsers

                Once this project is more stable, I plan to use it as well for accepting donations.

                ? Offline
                ? Offline
                A Former User
                wrote on last edited by A Former User
                #52

                @murgero already done. What it should be doing (I’ll verify again) is use your locastorage first. If it’s your first time visiting it will detect your system settings.

                This means that if you manually toggle to light mode and come back, it will still be light and ignore your system preferences

                1 Reply Last reply
                1
                • marcusquinnM marcusquinn

                  @atrilahiji nice, left-align makes much more sense to me. I don't even know that I've every seen a centre-aligned form, constrained width to a max would make more sense, as the container would be centred, rather than the content. Good stuff.

                  ? Offline
                  ? Offline
                  A Former User
                  wrote on last edited by
                  #53

                  @marcusquinn I will have to respectfully disagree with that one. That being said, the CSS is fully user customizable

                  marcusquinnM 1 Reply Last reply
                  0
                  • ? A Former User

                    @marcusquinn I will have to respectfully disagree with that one. That being said, the CSS is fully user customizable

                    marcusquinnM Offline
                    marcusquinnM Offline
                    marcusquinn
                    wrote on last edited by
                    #54

                    @atrilahiji No worries, just my POV, noting the above Fast screenshot and similar with Stripe, Paypal and every other checkout form I've ever seen. 😉

                    Web Design https://www.evergreen.je
                    Development https://brandlight.org
                    Life https://marcusquinn.com

                    ? 1 Reply Last reply
                    1
                    • marcusquinnM marcusquinn

                      @atrilahiji No worries, just my POV, noting the above Fast screenshot and similar with Stripe, Paypal and every other checkout form I've ever seen. 😉

                      ? Offline
                      ? Offline
                      A Former User
                      wrote on last edited by
                      #55

                      @marcusquinn Something like this?
                      Screen Shot 2020-11-06 at 10.19.59 PM.png

                      @murgero @jdaviescoates opinions?

                      murgeroM marcusquinnM 2 Replies Last reply
                      2
                      • ? A Former User

                        @marcusquinn Something like this?
                        Screen Shot 2020-11-06 at 10.19.59 PM.png

                        @murgero @jdaviescoates opinions?

                        murgeroM Offline
                        murgeroM Offline
                        murgero
                        App Dev
                        wrote on last edited by
                        #56

                        @atrilahiji That looks really good.

                        --
                        https://urgero.org
                        ~ Professional Nerd. Freelance Programmer. ~

                        1 Reply Last reply
                        1
                        • ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by
                          #57

                          Thanks for the feedback guys. I pushed and deployed a new demo and I think I have the hand of hang of bootstrap breakpoints.

                          murgeroM 1 Reply Last reply
                          1
                          • ? A Former User

                            Thanks for the feedback guys. I pushed and deployed a new demo and I think I have the hand of hang of bootstrap breakpoints.

                            murgeroM Offline
                            murgeroM Offline
                            murgero
                            App Dev
                            wrote on last edited by
                            #58

                            @atrilahiji Ya cert is borked

                            6cd2dbf2-aa79-4e42-a048-c9e28cf2edcf-image.png

                            --
                            https://urgero.org
                            ~ Professional Nerd. Freelance Programmer. ~

                            ? 1 Reply Last reply
                            0
                            • murgeroM murgero

                              @atrilahiji Ya cert is borked

                              6cd2dbf2-aa79-4e42-a048-c9e28cf2edcf-image.png

                              ? Offline
                              ? Offline
                              A Former User
                              wrote on last edited by
                              #59

                              @murgero Oh the new demo link is https://eleutheriapaydemo.atrilahiji.dev/

                              I cant update the OP anymore (dunno why) but its updated on the repo.

                              jdaviescoatesJ 1 Reply Last reply
                              2
                              • ? A Former User

                                @murgero Oh the new demo link is https://eleutheriapaydemo.atrilahiji.dev/

                                I cant update the OP anymore (dunno why) but its updated on the repo.

                                jdaviescoatesJ Online
                                jdaviescoatesJ Online
                                jdaviescoates
                                wrote on last edited by
                                #60

                                @atrilahiji said in Eleutheria Pay - Open source donation platform:

                                I cant update the OP anymore (dunno why) but its updated on the repo.

                                I think when @Staff updated this NodeBB a load of default settings got changed, including making it so we can now no longer edit old posts. I'd like that change to be changed back.

                                I use Cloudron with Gandi & Hetzner

                                1 Reply Last reply
                                0
                                • ? A Former User

                                  @marcusquinn Something like this?
                                  Screen Shot 2020-11-06 at 10.19.59 PM.png

                                  @murgero @jdaviescoates opinions?

                                  marcusquinnM Offline
                                  marcusquinnM Offline
                                  marcusquinn
                                  wrote on last edited by
                                  #61

                                  @atrilahiji Thats nice 🙂

                                  Web Design https://www.evergreen.je
                                  Development https://brandlight.org
                                  Life https://marcusquinn.com

                                  marcusquinnM 1 Reply Last reply
                                  0
                                  • marcusquinnM marcusquinn

                                    @atrilahiji Thats nice 🙂

                                    marcusquinnM Offline
                                    marcusquinnM Offline
                                    marcusquinn
                                    wrote on last edited by
                                    #62

                                    For the radio-button styles, It might look better to invert, so blue text on white. We always try to make high-contract for visually-impaired accessibility.

                                    Web Design https://www.evergreen.je
                                    Development https://brandlight.org
                                    Life https://marcusquinn.com

                                    ? 1 Reply Last reply
                                    0
                                    • marcusquinnM marcusquinn

                                      For the radio-button styles, It might look better to invert, so blue text on white. We always try to make high-contract for visually-impaired accessibility.

                                      ? Offline
                                      ? Offline
                                      A Former User
                                      wrote on last edited by
                                      #63

                                      @marcusquinn Done (sort of).

                                      marcusquinnM 1 Reply Last reply
                                      2
                                      • ? A Former User

                                        @marcusquinn Done (sort of).

                                        marcusquinnM Offline
                                        marcusquinnM Offline
                                        marcusquinn
                                        wrote on last edited by marcusquinn
                                        #64

                                        @atrilahiji Very nice! Some other tweaks:

                                        • Perhaps add the Name & Email fields to your form so they are pre-populated when getting to the Stripe page.
                                        • Currencies in alphabetical order.

                                        Are you thinking to have an admin page for configuring the values & defaults? If so:

                                        • Different amounts based on currency selection.
                                        • "Donate" button text configurable (eg: "Subscribe", "Sponsor")
                                        • Social sharing icons & links.

                                        Coming together really nicely though, I can see why you wanted to make an alternative to Fosspay.

                                        Maybe consider changing:

                                        • "Elutheria Pay is a self-hosted FOSS payment system for FOSS developers" to
                                        • "Elutheria Pay is a self-hosted, open-source and private payment system for projects, services and fundraising."

                                        Web Design https://www.evergreen.je
                                        Development https://brandlight.org
                                        Life https://marcusquinn.com

                                        jdaviescoatesJ ? 2 Replies Last reply
                                        3
                                        • marcusquinnM marcusquinn

                                          @atrilahiji Very nice! Some other tweaks:

                                          • Perhaps add the Name & Email fields to your form so they are pre-populated when getting to the Stripe page.
                                          • Currencies in alphabetical order.

                                          Are you thinking to have an admin page for configuring the values & defaults? If so:

                                          • Different amounts based on currency selection.
                                          • "Donate" button text configurable (eg: "Subscribe", "Sponsor")
                                          • Social sharing icons & links.

                                          Coming together really nicely though, I can see why you wanted to make an alternative to Fosspay.

                                          Maybe consider changing:

                                          • "Elutheria Pay is a self-hosted FOSS payment system for FOSS developers" to
                                          • "Elutheria Pay is a self-hosted, open-source and private payment system for projects, services and fundraising."
                                          jdaviescoatesJ Online
                                          jdaviescoatesJ Online
                                          jdaviescoates
                                          wrote on last edited by
                                          #65

                                          +1 to everything @marcusquinn said 🙂

                                          I use Cloudron with Gandi & Hetzner

                                          1 Reply Last reply
                                          1
                                          Reply
                                          • Reply as topic
                                          Log in to reply
                                          • Oldest to Newest
                                          • Newest to Oldest
                                          • Most Votes


                                          • Login

                                          • Don't have an account? Register

                                          • Login or register to search.
                                          • First post
                                            Last post
                                          0
                                          • Categories
                                          • Recent
                                          • Tags
                                          • Popular
                                          • Bookmarks
                                          • Search