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. Fosspay — Donation collection for FOSS groups and individuals

Fosspay — Donation collection for FOSS groups and individuals

Scheduled Pinned Locked Moved App Wishlist
34 Posts 6 Posters 4.6k Views 6 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

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

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

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

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

      ? 1 Reply Last reply
      1
      • murgeroM murgero

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

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

        @murgero Oh right. I guess what I mean is when it is being released, its frustratingly difficult to keep track of releases. I guess at least stores on the cloudron store are pre-built.

        murgeroM 1 Reply Last reply
        1
        • ? A Former User

          @murgero Oh right. I guess what I mean is when it is being released, its frustratingly difficult to keep track of releases. I guess at least stores on the cloudron store are pre-built.

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

          @atrilahiji In this case I would track the date the last commit was Example Version Number that can be used here is:

          e6ba79c8 - 2020-04-22 That is <commit_hash> - <commit_date>

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

          ? 1 Reply Last reply
          1
          • murgeroM murgero

            @atrilahiji In this case I would track the date the last commit was Example Version Number that can be used here is:

            e6ba79c8 - 2020-04-22 That is <commit_hash> - <commit_date>

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

            @murgero True. Not that is isn't possible. Just more frustrating than specific versions. But because the Cloudron app store has pre-built images we at least dont need to worry about a broken version getting pushed to users.

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

              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.

              yusfY 1 Reply Last reply
              3
              • murgeroM Offline
                murgeroM Offline
                murgero
                App Dev
                wrote on last edited by
                #26

                If you could continue to make one in NodeJS that would be fantastic! We need more than just the one option for sure.

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

                murgeroM 1 Reply Last reply
                2
                • ? A Former User

                  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.

                  yusfY Offline
                  yusfY Offline
                  yusf
                  wrote on last edited by
                  #27

                  @atrilahiji said in Fosspay — Donation collection for FOSS groups and individuals:

                  write my own Nuxt.js based version

                  You did what?! 🤩

                  1 Reply Last reply
                  1
                  • murgeroM murgero

                    If you could continue to make one in NodeJS that would be fantastic! We need more than just the one option for sure.

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

                    Looks like there is an upstream issue - I am currently working on fixing it.

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

                    1 Reply Last reply
                    3
                    • yusfY Offline
                      yusfY Offline
                      yusf
                      wrote on last edited by
                      #29

                      Any development on Fosspay recently? I'm eager to test it out.

                      ? murgeroM 2 Replies Last reply
                      1
                      • yusfY yusf

                        Any development on Fosspay recently? I'm eager to test it out.

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

                        @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

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

                          I'm re-writing my stripe integration to make it a bit more robust.

                          1 Reply Last reply
                          2
                          • ? A Former User

                            @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

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

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

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

                            1 Reply Last reply
                            1
                            • yusfY yusf

                              Any development on Fosspay recently? I'm eager to test it out.

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

                              @yusf Hey! Sorry - With a recent death in the family, this project has kinda taken a back seat - I'll be sure to update the thread once payments are working again though!

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

                              jdaviescoatesJ 1 Reply Last reply
                              0
                              • murgeroM murgero

                                @yusf Hey! Sorry - With a recent death in the family, this project has kinda taken a back seat - I'll be sure to update the thread once payments are working again though!

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

                                @murgero sorry to hear that, condolences. x

                                I use Cloudron with Gandi & Hetzner

                                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