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 60.1k 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.
  • jdaviescoatesJ jdaviescoates

    @atrilahiji ah, I guess editing timeout options must've changed with the recent update.

    I found your new demo at https://eleutheriapaydemo.atrilahiji.dev/ in the repo as you suggested πŸ™‚

    If I were you I wouldn't default the amount to the lowest amount either, I note everyone else seems to go in the middle somewhere.

    e.g. https://opencollective.com/mutual-interest-media/donate

    I also like prefer how they've designed the UI over what you've got so far (although, overall, really great work, thanks!)

    I'd be intrigued to know what currency it displays when you go to that link? I note I can't choose, but I don't know if that's because the default has been set by the collective, or if it's worked out my location (I think probably the former)

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

    @jdaviescoates Pushed a change to make it look more like OpenCollective. There wont be a demo up yet as I want to have a few more things sorted (like a dedicated "other" button that reveals the textbox. Regular radiobuttons don't behave this way so I suspect I'd need to hack something together for this.

    I've gotta say, I'm really liking the feedback πŸ™‚

    jdaviescoatesJ 1 Reply Last reply
    1
    • ? A Former User

      @jdaviescoates Pushed a change to make it look more like OpenCollective. There wont be a demo up yet as I want to have a few more things sorted (like a dedicated "other" button that reveals the textbox. Regular radiobuttons don't behave this way so I suspect I'd need to hack something together for this.

      I've gotta say, I'm really liking the feedback πŸ™‚

      jdaviescoatesJ Offline
      jdaviescoatesJ Offline
      jdaviescoates
      wrote on last edited by
      #33

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

      I've gotta say, I'm really liking the feedback

      You are very welcome. Since I'm not a coder it's nice to be able contribute another way πŸ™‚

      I use Cloudron with Gandi & Hetzner

      ? 1 Reply Last reply
      0
      • jdaviescoatesJ jdaviescoates

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

        I've gotta say, I'm really liking the feedback

        You are very welcome. Since I'm not a coder it's nice to be able contribute another way πŸ™‚

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

        @jdaviescoates Screen Shot 2020-11-05 at 1.13.04 PM.png

        This is what it would look like (don't mind the lack of title. Its the frontend running locally without the backend so it cant get the info.

        murgeroM 1 Reply Last reply
        2
        • ? A Former User

          @jdaviescoates Screen Shot 2020-11-05 at 1.13.04 PM.png

          This is what it would look like (don't mind the lack of title. Its the frontend running locally without the backend so it cant get the info.

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

          @atrilahiji If you are going with a dark theme, might I recommend the following colors for button highlights:

          • #375a7f
          • #444
          • #40739e
          • #353b48

          Also, I'd checkout https://flatuicolors.com/ for some color palette ideas πŸ™‚

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

          ? 1 Reply Last reply
          1
          • murgeroM murgero

            @atrilahiji If you are going with a dark theme, might I recommend the following colors for button highlights:

            • #375a7f
            • #444
            • #40739e
            • #353b48

            Also, I'd checkout https://flatuicolors.com/ for some color palette ideas πŸ™‚

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

            @murgero Good idea! UX definitely isn't my specialty πŸ˜›

            murgeroM 1 Reply Last reply
            2
            • ? A Former User

              @murgero Good idea! UX definitely isn't my specialty πŸ˜›

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

              @atrilahiji Always happy to put input in on an awesome project! If you need help with anything, let me know πŸ™‚

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

              ? 1 Reply Last reply
              1
              • murgeroM murgero

                @atrilahiji Always happy to put input in on an awesome project! If you need help with anything, let me know πŸ™‚

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

                @murgero df5144c8-f90c-49b7-951b-e62043314faa-image.png

                Landed on something like this for now:

                My theme variables look like this at the moment:

                :root {
                    --bg-color: #ffffff;
                    --text-color: #2c3e50;
                    --button-color: #2980b9;
                    --top-nav-color: #16a085;
                }
                [data-theme="dark"] {
                    --bg-color: #2c3e50;
                    --text-color: #ffffff;
                    --button-color: #2980b9;
                    --top-nav-color: #16a085;
                }
                

                All I am doing is setting the active button to 80% brightness at the moment. Turns out I have to try and re-do Bootstrap's active button styling when I try and add a new color variant. I would like other opinions on this as well. Of course all of this is going to be easily configurable via these css variables so we are just talking about defaults.

                1 Reply Last reply
                2
                • marcusquinnM Offline
                  marcusquinnM Offline
                  marcusquinn
                  wrote on last edited by
                  #39

                  Nice, you can prob set the amount field width to say 6-characters unless you're feeling very lucky! πŸ™‚

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

                  ? 1 Reply Last reply
                  0
                  • marcusquinnM marcusquinn

                    Nice, you can prob set the amount field width to say 6-characters unless you're feeling very lucky! πŸ™‚

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

                    @marcusquinn hahaha yeah I’m going to make that tiny

                    1 Reply Last reply
                    1
                    • marcusquinnM Offline
                      marcusquinnM Offline
                      marcusquinn
                      wrote on last edited by
                      #41

                      TBH I'd make everything, except the logo, left-aligned too. Makes it easier to embed in an iframe and suite most common form styles.

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

                      ? murgeroM 2 Replies Last reply
                      0
                      • marcusquinnM Offline
                        marcusquinnM Offline
                        marcusquinn
                        wrote on last edited by marcusquinn
                        #42

                        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

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

                        ? 1 Reply Last reply
                        0
                        • marcusquinnM marcusquinn

                          TBH I'd make everything, except the logo, left-aligned too. Makes it easier to embed in an iframe and suite most common form styles.

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

                          @marcusquinn Normally I'd be inclined to agree, but because the only content is the form, I personally prefer centered. I am open to be swayed the other way if we get some more opinions.

                          As for Fast, I'll take a look. Definitely looks interesting πŸ‘

                          1 Reply Last reply
                          1
                          • marcusquinnM marcusquinn

                            TBH I'd make everything, except the logo, left-aligned too. Makes it easier to embed in an iframe and suite most common form styles.

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

                            @marcusquinn

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

                            TBH I'd make everything, except the logo, left-aligned too. Makes it easier to embed in an iframe and suite most common form styles.

                            I don't agree with this - using responsive UI building tools, it would be better to center-align objects, but keep text left aligned where it makes sense.

                            @atrilahiji You should implement a plugin system so others of us can write integrations for other platforms as wanted.

                            Like I'd really like a PayPal and Bitcoin (Coinbase, BitPay, etc) integration.

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

                            murgeroM 1 Reply Last reply
                            1
                            • murgeroM murgero

                              @marcusquinn

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

                              TBH I'd make everything, except the logo, left-aligned too. Makes it easier to embed in an iframe and suite most common form styles.

                              I don't agree with this - using responsive UI building tools, it would be better to center-align objects, but keep text left aligned where it makes sense.

                              @atrilahiji You should implement a plugin system so others of us can write integrations for other platforms as wanted.

                              Like I'd really like a PayPal and Bitcoin (Coinbase, BitPay, etc) integration.

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

                              @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.

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

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