{"id":15024954,"url":"https://github.com/ryghub/rygforms","last_synced_at":"2026-01-31T00:35:01.335Z","repository":{"id":38107356,"uuid":"325571297","full_name":"RYGhub/rygforms","owner":"RYGhub","description":"OAuth2 Login for Typeform and Tripetto","archived":false,"fork":false,"pushed_at":"2024-02-21T20:21:12.000Z","size":243,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-30T05:31:46.475Z","etag":null,"topics":["flask-application","oauth2","python","redirect","typeform"],"latest_commit_sha":null,"homepage":"https://forms.ryg.one","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/RYGhub.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-12-30T14:29:39.000Z","updated_at":"2021-12-02T15:34:45.000Z","dependencies_parsed_at":"2023-12-15T15:31:11.778Z","dependency_job_id":"46c528ff-9860-46ab-8856-6d04ec938c2c","html_url":"https://github.com/RYGhub/rygforms","commit_stats":{"total_commits":85,"total_committers":4,"mean_commits":21.25,"dds":0.5529411764705883,"last_synced_commit":"ed0c7ed906f020822560da4e05041a617dfd9a01"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RYGhub%2Frygforms","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RYGhub%2Frygforms/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RYGhub%2Frygforms/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RYGhub%2Frygforms/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RYGhub","download_url":"https://codeload.github.com/RYGhub/rygforms/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RYGhub%2Frygforms/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259111236,"owners_count":22806879,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["flask-application","oauth2","python","redirect","typeform"],"created_at":"2024-09-24T20:01:16.303Z","updated_at":"2026-01-31T00:35:01.304Z","avatar_url":"https://github.com/RYGhub.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RYGforms\n\nAsk for a OAuth2 login, then redirect to a Typeform having one or more hidden fields.\n\n## Running\n\n### Development\n\n1. Clone this repository:\n   ```bash\n   git clone git@github.com:RYGhub/rygforms.git\n   ```\n\n2. Enter the cloned directory:\n   ```bash\n   cd rygforms\n   ```\n\n3. Create a new `.env` file inside containing your configuration (see [the example](EXAMPLE.env)):\n   ```bash\n   cp EXAMPLE.env .env\n   vim .env\n   ```\n\n4. Install the requirements using Poetry:\n   ```bash\n   poetry install\n   ```\n\n5. Run the debug server from inside the Poetry environment:\n   ```bash\n   poetry shell\n   python -m rygforms\n   ```\n\n### Production\n\n1. Create a new `rygforms` user:\n   ```bash\n   adduser rygforms --system\n   ```\n\n1. Create a working directory for RYGforms, set the owner to `rygforms` and enter it:\n   ```\n   mkdir /opt/rygforms\n   cd /opt/rygforms\n   ```\n\n1. Create a new venv and enter it:\n   ```bash\n   python -m venv venv\n   source venv/bin/activate\n   ```\n\n1. Install through PyPI:\n   ```bash\n   pip install rygforms gunicorn\n   ```\n\n1. Create a new `.env` file inside containing your configuration (see [the example](EXAMPLE.env)):\n   ```bash\n   curl https://raw.githubusercontent.com/RYGhub/rygforms/master/EXAMPLE.env \u003e .env\n   vim .env\n   ```\n\n1. Change the owner of the working directory to `rygforms`:\n   ```bash\n   chown rygforms: /opt/rygforms\n   ```\n   \n1. Copy the [provided systemd unit file](web-rygforms.service) to the `/etc/systemd/system` directory:\n   ```bash\n   curl https://raw.githubusercontent.com/RYGhub/rygforms/master/web-rygforms.service \u003e /etc/systemd/system/web-rygforms.service\n   ```   \n\n1. Reload the systemd unit files:\n   ```bash\n   systemctl daemon-reload\n   ```\n\n1. Start (and optionally enable) the service:\n   ```bash\n   systemctl start \"web-rygforms\"\n   systemctl enable \"web-rygforms\"\n   ```\n\n1. Copy the [provided Apache site file](rp-rygforms.conf) to the `/etc/apache2/sites-available` directory:\n   ```bash\n   curl https://raw.githubusercontent.com/RYGhub/rygforms/master/rp-rygforms.conf \u003e /etc/apache2/sites-available/rp-rygforms.conf\n   ```\n\n1. Enable the `rp-rygforms` site and reload the Apache configuration:\n   ```bash\n   a2ensite rp-rygforms\n   systemctl reload apache2\n   ```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryghub%2Frygforms","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryghub%2Frygforms","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryghub%2Frygforms/lists"}