Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add donors scraping CGI scripts #442

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

Xpirix
Copy link
Collaborator

@Xpirix Xpirix commented Sep 23, 2024

Fix for #426

Summary:

  • Get the script stripe_donor_logger.cgi and its dependencies from the old repo
  • Update and test them locally
  • It should be set up with nginx on the server side and ensure that the webhook link on stripe points to it. Please find the proposed change for that at: https://github.com/qgis/QGIS-Sysadmin-Documentation/pull/66

The cgi script will:

  • Be called whenever a donation has been made on stripe
  • Receive the donation information
  • Add the donor name to the file donors.json
  • Pull from the origin repo, commit and push this change to the main branch

For this change, I kept the process of manual deployment for now.

@timlinux
Copy link
Member

Let me chat with @andreasneumann a bit about this - I am not too mad about turning our static site back into a dynamic site. Maybe we can implement this on a GH action rather or on a server that is not exposed to the internet....

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants