{"id":18065168,"url":"https://github.com/robalb/morsechat","last_synced_at":"2025-08-19T22:18:14.693Z","repository":{"id":29389899,"uuid":"115222090","full_name":"robalb/morsechat","owner":"robalb","description":"an online morse code chat","archived":false,"fork":false,"pushed_at":"2025-05-17T21:02:23.000Z","size":12535,"stargazers_count":71,"open_issues_count":10,"forks_count":5,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-17T22:18:11.621Z","etag":null,"topics":["amateur-radio","cw-keyer","morse","morse-code","webapp"],"latest_commit_sha":null,"homepage":"http://morse.halb.it/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/robalb.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":"docs/roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-12-23T21:12:00.000Z","updated_at":"2025-05-17T21:02:26.000Z","dependencies_parsed_at":"2024-04-21T00:24:09.482Z","dependency_job_id":"cc829572-43fb-4a9b-8280-8df8a4f6f068","html_url":"https://github.com/robalb/morsechat","commit_stats":{"total_commits":634,"total_committers":6,"mean_commits":"105.66666666666667","dds":0.09779179810725547,"last_synced_commit":"22f837de1722d3455c80ce040d4f300be3e36470"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/robalb/morsechat","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robalb%2Fmorsechat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robalb%2Fmorsechat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robalb%2Fmorsechat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robalb%2Fmorsechat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/robalb","download_url":"https://codeload.github.com/robalb/morsechat/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/robalb%2Fmorsechat/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271231330,"owners_count":24723120,"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-08-19T02:00:09.176Z","response_time":63,"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":["amateur-radio","cw-keyer","morse","morse-code","webapp"],"created_at":"2024-10-31T06:09:26.260Z","updated_at":"2025-08-19T22:18:14.675Z","avatar_url":"https://github.com/robalb.png","language":"Go","readme":"# \u003cimg src=\"https://i.imgur.com/A8fVeyP.png\" height=\"60\"\u003e Morsechat \n\n[![Website](https://img.shields.io/website?down_message=offline\u0026up_message=up\u0026url=https%3A%2F%2Fmorse.halb.it)](https://morse.halb.it)\n[![Online](https://img.shields.io/badge/dynamic/json?label=online%20users\u0026query=%24.online_users\u0026url=https%3A%2F%2Fmorse.halb.it%2Fapi%2Fv1%2Fpublic_stats)](https://morse.halb.it)\n[![Channels](https://img.shields.io/badge/dynamic/json?label=active%20channels\u0026query=%24.active_channels\u0026url=https%3A%2F%2Fmorse.halb.it%2Fapi%2Fv1%2Fpublic_stats)](https://morse.halb.it)\n![license](https://img.shields.io/github/license/robalb/morsechat.svg)\n[![Grade](https://img.shields.io/mozilla-observatory/grade/morse.halb.it?publish)](https://observatory.mozilla.org/analyze/morse.halb.it)\n\n[![Discord](https://img.shields.io/discord/842882128555016212?label=Discord%20community)](https://discord.gg/JNwsmHuKwd)\n\nAn online morse code chat, allowing users from all over the world to practice and communicate in morse code without the need for expensive equipment. Live at [morse.halb.it](https://morse.halb.it/)\n\n## screenshots\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"./docs/tablet_a.png\" width=\"600px\" height=\"auto\" /\u003e\n\u003cimg src=\"./docs/phone.png\" width=\"190px\" height=\"auto\" /\u003e\n\u003c/p\u003e\n\n\u003c!--\nw 600 200\nh 500 400\n--\u003e\n\n## configuration\n\nCopy the file env.example into .env\n\nin the .env configure your app secret\n\n\n## development\n\nclone this repository `git clone https://github.com/robalb/morsechat.git`\n\nnavigate into the repository `cd morsechat`\n\nstart the backend server in development mode `cd backend \u0026\u0026 go run -race cmd/morsechat/main.go`\n\nstart vite in development mode `cd web \u0026\u0026 npm run dev`\n\nThese steps are enough to get a local version of the app running.\nThe backend also includes unit, e2e, and fuzz tests, which you can run with the command `go test ./...`\n\n## production\n\nThe easiest way to run the webapp in a production environment is with the provided docker-compose.yml,\n`docker-compose up --build`\n\n\nAlternatively you can deploy the app on a k8s kluster using the manifests in `kubernetes/base` but first you will need to\nsetup on your own a traefik ingress controller and certmanager.\nThe backend webserver is configured to handle X-Forwarder-For headers coming from an ingress with proxy protocol enabled.\nYou can configure it in flaskapp.conf\n\nThe live website on halb.it is built using github workflows, and deployed on a k8s cluster with argoCD\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobalb%2Fmorsechat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobalb%2Fmorsechat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobalb%2Fmorsechat/lists"}