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 51.4k 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.
    • ? 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 Offline
                          jdaviescoatesJ Offline
                          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 Offline
                                    jdaviescoatesJ Offline
                                    jdaviescoates
                                    wrote on last edited by
                                    #65

                                    +1 to everything @marcusquinn said ๐Ÿ™‚

                                    I use Cloudron with Gandi & Hetzner

                                    1 Reply Last reply
                                    1
                                    • 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."
                                      ? Offline
                                      ? Offline
                                      A Former User
                                      wrote on last edited by
                                      #66

                                      @marcusquinn Iโ€™ll look into these. So I was trying to make configuration as simple as possible while trying to not need a DB at all. So the things you want configured can be configured in the .end file. Same with the description, but I do agree that is better as a default.

                                      I guess Iโ€™m wondering if you guys think it would benefit from using an admin page + db for config instead of a .env file for config

                                      marcusquinnM 1 Reply Last reply
                                      1
                                      • ? A Former User

                                        @marcusquinn Iโ€™ll look into these. So I was trying to make configuration as simple as possible while trying to not need a DB at all. So the things you want configured can be configured in the .end file. Same with the description, but I do agree that is better as a default.

                                        I guess Iโ€™m wondering if you guys think it would benefit from using an admin page + db for config instead of a .env file for config

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

                                        @atrilahiji Same reason for every admin setting UI, broader reach.

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

                                        ? 1 Reply Last reply
                                        0
                                        • marcusquinnM marcusquinn

                                          @atrilahiji Same reason for every admin setting UI, broader reach.

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

                                          @marcusquinn fair enough. I certainly could try to add support for this

                                          Put it on my board as the next item I will be working on. Using Mongo because I love collection/document style DBs.

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

                                            Boy oh boy is this a long process. I mean my previous approach was definitely quicker but this will hopefully be more robust. Building out my own login system. I've never implemented auth myself so this will be fun. ๐Ÿ™‚

                                            I'll definitely need some help testing it once I get the next release out.

                                            1 Reply Last reply
                                            2
                                            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