{"id":22540790,"url":"https://github.com/wichmann/evreg","last_synced_at":"2025-09-06T01:44:12.046Z","repository":{"id":71968326,"uuid":"420753928","full_name":"wichmann/evreg","owner":"wichmann","description":"A simple web app to register for a school event and validate mail addresses of the student and the trainer.","archived":false,"fork":false,"pushed_at":"2024-11-30T10:26:16.000Z","size":2890,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-28T07:23:16.733Z","etag":null,"topics":["flask-application","python","website"],"latest_commit_sha":null,"homepage":"","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/wichmann.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-10-24T17:46:40.000Z","updated_at":"2024-11-30T10:26:20.000Z","dependencies_parsed_at":"2023-11-27T17:30:52.605Z","dependency_job_id":"773710b2-5823-4895-b338-76e3d1380c10","html_url":"https://github.com/wichmann/evreg","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wichmann/evreg","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wichmann%2Fevreg","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wichmann%2Fevreg/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wichmann%2Fevreg/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wichmann%2Fevreg/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wichmann","download_url":"https://codeload.github.com/wichmann/evreg/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wichmann%2Fevreg/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273847146,"owners_count":25178635,"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","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","python","website"],"created_at":"2024-12-07T12:12:41.596Z","updated_at":"2025-09-06T01:44:12.015Z","avatar_url":"https://github.com/wichmann.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Docker Image CI](https://github.com/wichmann/evreg/actions/workflows/docker-image.yml/badge.svg)](https://github.com/wichmann/evreg/actions/workflows/docker-image.yml)\n[![Docker](https://github.com/wichmann/evreg/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/wichmann/evreg/actions/workflows/docker-publish.yml)\n[![MIT License](https://img.shields.io/badge/license-MIT-red.svg?style=flat)](http://choosealicense.com/licenses/mit/)\n\n# evreg - Event Registration\nA simple web app to register for a school event and validate mail addresses of\nthe student and the trainer.\n\n## Usage\nTo start the web app with the internal web server of Flask:\n\n    FLASK_DEBUG=True flask run\n\nOr run the App directly in the pipenv:\n\n    pipenv run flask run\n\n## Docker\nTo build the image just execute the following command:\n\n    docker image build -t evreg .\n\nWhen running the container you can specify your actual configuration by\noverwriting the existing file inside the container:\n\n    docker run -p 5000:5000 -v ./config.actual.py:/app/config.py -d evreg\n\nIf you are using docker compose with a traefik reverse proxy, the configuration\ncould look like this:\n\n    version: '3'\n\n    services:\n      evreg:\n        build: https://github.com/wichmann/evreg.git\n        volumes:\n        - ./config.actual.py:/app/config.py\n        image: evreg\n        restart: always\n        labels:\n        - \"traefik.enable=true\"\n        - \"traefik.http.services.evreg.loadbalancer.server.port=5000\"\n        - \"traefik.http.routers.evreg.rule=Host(`evreg.domain.com`)\"\n        - \"traefik.http.routers.evreg.tls=true\"\n        - \"traefik.http.routers.evreg.tls.certresolver=letsencrypt\"\n\n## Requirements\n* email-validator\n* flask\n* flask-wtf\n* flask-bootstrap\n* flask-sqlalchemy\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwichmann%2Fevreg","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwichmann%2Fevreg","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwichmann%2Fevreg/lists"}