{"id":17928474,"url":"https://github.com/alifeee/summon2scale-scoreboard","last_synced_at":"2026-04-18T07:35:03.931Z","repository":{"id":253553797,"uuid":"843849183","full_name":"alifeee/summon2scale-scoreboard","owner":"alifeee","description":"A scoreboard server for Summon2Scale","archived":false,"fork":false,"pushed_at":"2026-03-11T00:13:12.000Z","size":105,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-11T05:44:06.960Z","etag":null,"topics":["flask","python","scoreboard","scoreboard-api","sqlite"],"latest_commit_sha":null,"homepage":"https://github.com/dicemaster5/gmtk_geam_jam_2024","language":"Python","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/alifeee.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-08-17T15:53:54.000Z","updated_at":"2026-03-11T00:13:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e6ff651-ddb0-4ef6-9ce1-fefa793c51ac","html_url":"https://github.com/alifeee/summon2scale-scoreboard","commit_stats":null,"previous_names":["alifeee/gmtk_scoreboard"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alifeee/summon2scale-scoreboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alifeee%2Fsummon2scale-scoreboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alifeee%2Fsummon2scale-scoreboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alifeee%2Fsummon2scale-scoreboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alifeee%2Fsummon2scale-scoreboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alifeee","download_url":"https://codeload.github.com/alifeee/summon2scale-scoreboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alifeee%2Fsummon2scale-scoreboard/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31961347,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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","python","scoreboard","scoreboard-api","sqlite"],"created_at":"2024-10-28T21:03:17.727Z","updated_at":"2026-04-18T07:35:03.925Z","avatar_url":"https://github.com/alifeee.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e [!CAUTION]\n\u003e MOVED! see \u003chttps://git.alifeee.net/summon2scale-scoreboard/about/\u003e\n# A scoreboard server for Summon2Scale\n\nUsing:\n\n- [Flask](https://flask.palletsprojects.com/en/3.0.x/)\n- [SQLite](https://www.sqlite.org/index.html)\n- [sqlite3 for Python](https://docs.python.org/3/library/sqlite3.html)\n\n## Development\n\n### Install\n\n```bash\ngit clone ...\npython3 -m venv env\nsource env/bin/activate\npip install -r requirements.txt\n# create new SQLITE DB\npython tools.py createdb --force\npy .\\tools.py create --example-data 0 1 2\n```\n\n### Development Server\n\n```bash\nflask --app server run\n```\n\n### Production\n\nAdd this to nginx config:\n\n```nginx\n        server {\n                server_name summon2scale.alifeee.co.uk;\n                location / {\n                        proxy_pass http://localhost:9043;\n                        proxy_redirect off;\n                        proxy_set_header Host $http_host;\n                        proxy_set_header X-Real-IP $remote_addr;\n                        proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;\n                        proxy_read_timeout 900;\n                }\n        }\n```\n\nRun certbot for HTTPS\n\n```bash\nsudo certbot --nginx\n```\n\n```bash\n# set up folder\nsudo mkdir -p /usr/alifeee\nsudo chown alifeee:alifeee /usr/alifeee\ngit clone git@github.com:alifeee/gmtk_scoreboard.git\nmv gmtk_scoreboard summon2scale\nsudo adduser --system --no-create-home --group summon2scale\ncd summon2scale\nsudo chown -R alifeee:summon2scale .\n# set up python\npython3 -m venv env\n./env/bin/pip install -r requirements.txt\n# set up systemds\nsudo cp summon2scale_scoreboard.service /etc/systemd/system/summon2scale_scoreboard.service\nsudo systemctl enable summon2scale_scoreboard.service\nsudo systemctl start summon2scale_scoreboard.service\nsudo systemctl status summon2scale_scoreboard.service\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falifeee%2Fsummon2scale-scoreboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falifeee%2Fsummon2scale-scoreboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falifeee%2Fsummon2scale-scoreboard/lists"}