{"id":20277636,"url":"https://github.com/grihabor/tesver","last_synced_at":"2026-05-12T14:02:36.233Z","repository":{"id":125341251,"uuid":"105110742","full_name":"grihabor/tesver","owner":"grihabor","description":"Testing server","archived":false,"fork":false,"pushed_at":"2017-11-15T22:10:57.000Z","size":435,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T01:42:39.181Z","etag":null,"topics":["contest-platform","docker","online-judge","server","testing"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/grihabor.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":"2017-09-28T06:31:50.000Z","updated_at":"2017-10-09T13:09:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"fc7c13fd-84e2-4cf5-a72f-319b1612b8b5","html_url":"https://github.com/grihabor/tesver","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/grihabor/tesver","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grihabor%2Ftesver","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grihabor%2Ftesver/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grihabor%2Ftesver/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grihabor%2Ftesver/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/grihabor","download_url":"https://codeload.github.com/grihabor/tesver/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/grihabor%2Ftesver/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32942147,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T09:19:52.626Z","status":"ssl_error","status_checked_at":"2026-05-12T09:17:33.438Z","response_time":102,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["contest-platform","docker","online-judge","server","testing"],"created_at":"2024-11-14T13:19:18.017Z","updated_at":"2026-05-12T14:02:36.185Z","avatar_url":"https://github.com/grihabor.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tesver\nOnline judge system for automated contests Tesver (TESting serVER)\n## Capabilities  \n  - register participant\n  - clone project repositories on schedule\n  - run a testing script on a repository and save results\n  - show summary\n\n## Usage\n  1. Install `docker` and `docker-compose`\n  2. Setup configuration (see section [Config](#config))\n  3. `make dev-up`\n\n## Config  \n### Minimum  \n  1. `cp config.env.example docker/dev/config.env`\n  2. Create gmail account (or use your own) for email bot  \n  3. Set variables `MAIL_USERNAME` and `MAIL_PASSWORD`  \n\nYou are ready to run `make dev-up`!\n\n### Advanced  \n\n[Postgresql](https://hub.docker.com/_/postgres/) config  \n\n```bash\nPOSTGRES_PASSWORD=password\nPOSTGRES_USER=postgres\nPOSTGRES_DB=postgres\nPOSTGRES_HOST=postgres:5432\n```    \n\n[Flask-Mail](https://pythonhosted.org/Flask-Mail/) config  \n\n```bash\nMAIL_USERNAME=user@gmail.com\nMAIL_PASSWORD=user_password\nMAIL_SERVER=smtp.gmail.com\nMAIL_PORT=465\nMAIL_USE_SSL=1\n```\n\n  1. Setup docker/test/config.env file\n  2. Get sertificate for your domain (e.g. via [Certbot](https://certbot.eff.org/))\n  3. Place **cert.key** and **cert.crt** into **test/nginx/**\n  4. Modify **test/nginx/nginx.conf** to use your own domain (replace *grihabor.tk*)\n\nNow you are ready to run `make test-up`!\n\n## Dependencies\n  - [Flask](http://flask.pocoo.org/)\n  - [Flask-Security](http://flask-security.readthedocs.io/en/latest/)\n  - [PostgreSQL](https://www.postgresql.org/)\n  - [SQLAlchemy](https://www.sqlalchemy.org/)\n  - [Alembic](http://alembic.zzzcomputing.com/en/latest/)\n  - [RabbitMQ](http://www.rabbitmq.com/)\n  - [Celery](http://www.celeryproject.org/)\n  - [Gunicorn](http://gunicorn.org/)\n  - [Nginx](https://www.nginx.com/resources/wiki/)\n  - [Docker](https://www.docker.com/)\n  \n![Structure](/doc/structure.png)  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrihabor%2Ftesver","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgrihabor%2Ftesver","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgrihabor%2Ftesver/lists"}