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 5.2k 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.
  • yusfY Offline
    yusfY Offline
    yusf
    wrote on last edited by yusf
    #1

    Dead simple donations platform with Stripe as payment provider.

    https://sr.ht/~sircmpwn/fosspay/

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

      Very interesting - didn't know this sort of thing existed but I can see the value and it getting used by many here.

      Adding to my Wishlist:

      • https://forum.cloudron.io/topic/2798/sponsored-app-creation/12?_=1602462982561

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

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

        Anyone up for packaging this with some sponsoring? Can pay you via your own instance for the first test! 🙂

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

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

          I can give it a shot.

          marcusquinnM 1 Reply Last reply
          3
          • ? A Former User

            I can give it a shot.

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

            @atrilahiji Cool!! Will DM

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

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

              https://git.cloudron.io/AtriLahiji/fosspay-app

              Started here. Confusing AF so far but I'll see what I can do.

              murgeroM 1 Reply Last reply
              3
              • ? A Former User

                https://git.cloudron.io/AtriLahiji/fosspay-app

                Started here. Confusing AF so far but I'll see what I can do.

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

                @atrilahiji Since it's a Python app - Just expose the apps port to Cloudron and tell cloudron the HTTP port is the app port. Cloudron's built in reverse proxy, in theory, should take care of most of the rest. (App may still need the domain it's hosted on and so forth)

                Looking at the code you have so far, I do not believe nginx is required to be built into the app - unless you need something specific from it?

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

                ? 1 Reply Last reply
                3
                • murgeroM murgero

                  @atrilahiji Since it's a Python app - Just expose the apps port to Cloudron and tell cloudron the HTTP port is the app port. Cloudron's built in reverse proxy, in theory, should take care of most of the rest. (App may still need the domain it's hosted on and so forth)

                  Looking at the code you have so far, I do not believe nginx is required to be built into the app - unless you need something specific from it?

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

                  @murgero I'm likely confusing myself working with the taiga app as an example of packaging a python app for Cloudron.

                  1 Reply Last reply
                  1
                  • girishG Offline
                    girishG Offline
                    girish
                    Staff
                    wrote on last edited by
                    #9

                    In taiga's case, we use nginx to also server some static content. There are two repos - taiga-front (static assets) and taiga-back (python). The nginx acts as a "proxy" and splits the incoming request between these two.

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

                      Pushed a new change. Now to figure out why im getting this error:

                      File "/app/code/fosspay/app.py", line 2, in <module>
                      Oct 13 16:46:16 from fosspay.app import app

                      murgeroM 1 Reply Last reply
                      2
                      • girishG Offline
                        girishG Offline
                        girish
                        Staff
                        wrote on last edited by
                        #11

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

                        Oct 13 16:46:16 from fosspay.app import app

                        Maybe the directory should be fosspay.app instead of fosspay ?

                        ? 1 Reply Last reply
                        0
                        • girishG girish

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

                          Oct 13 16:46:16 from fosspay.app import app

                          Maybe the directory should be fosspay.app instead of fosspay ?

                          ? Offline
                          ? Offline
                          A Former User
                          wrote on last edited by
                          #12
                          This post is deleted!
                          1 Reply Last reply
                          0
                          • marcusquinnM Offline
                            marcusquinnM Offline
                            marcusquinn
                            wrote on last edited by
                            #13

                            Apparently not so easy to package. Just dropping a link here to Ko-Fi recommended by @atrilahiji and some alternatives that need research:

                            https://alternativeto.net/software/ko-fi/?license=opensource

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

                            yusfY murgeroM 2 Replies Last reply
                            0
                            • marcusquinnM marcusquinn

                              Apparently not so easy to package. Just dropping a link here to Ko-Fi recommended by @atrilahiji and some alternatives that need research:

                              https://alternativeto.net/software/ko-fi/?license=opensource

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

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

                              Apparently not so easy to package.

                              No? What can be done to advance the process?

                              marcusquinnM 1 Reply Last reply
                              0
                              • yusfY yusf

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

                                Apparently not so easy to package.

                                No? What can be done to advance the process?

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

                                @yusf Not sure @atrilahiji is researching it - but sometimes you get a sense of an app, and if it doesn't appear to be well coded then its best to rethink before getting to embedded.

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

                                1 Reply Last reply
                                1
                                • marcusquinnM marcusquinn

                                  Apparently not so easy to package. Just dropping a link here to Ko-Fi recommended by @atrilahiji and some alternatives that need research:

                                  https://alternativeto.net/software/ko-fi/?license=opensource

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

                                  I think I may have figured out the issue with the code - and I have forked the repo to rebuild it.

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

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

                                    Alright - I got it working in production mode.

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

                                    marcusquinnM 1 Reply Last reply
                                    2
                                    • murgeroM murgero

                                      Alright - I got it working in production mode.

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

                                      @murgero woop woop 🙌

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

                                      1 Reply Last reply
                                      2
                                      • ? A Former User

                                        Pushed a new change. Now to figure out why im getting this error:

                                        File "/app/code/fosspay/app.py", line 2, in <module>
                                        Oct 13 16:46:16 from fosspay.app import app

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

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

                                        File "/app/code/fosspay/app.py", line 2, in <module>
                                        Oct 13 16:46:16 from fosspay.app import app

                                        I ended up removing alot of the work you put into build.sh and start.sh - on this error specifically, you were in /app/code/fosspay/fosspay which is the wrong app.py weirdly enough. There were also a lot of missing deps in requirements.txt (not your own fault, this is an upstream issue).

                                        I have working code, so if @girish doesn't mind - I'll post my repo to gitlab and we will package that instead.

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

                                        ? 1 Reply Last reply
                                        2
                                        • murgeroM murgero

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

                                          File "/app/code/fosspay/app.py", line 2, in <module>
                                          Oct 13 16:46:16 from fosspay.app import app

                                          I ended up removing alot of the work you put into build.sh and start.sh - on this error specifically, you were in /app/code/fosspay/fosspay which is the wrong app.py weirdly enough. There were also a lot of missing deps in requirements.txt (not your own fault, this is an upstream issue).

                                          I have working code, so if @girish doesn't mind - I'll post my repo to gitlab and we will package that instead.

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

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