{"id":31580239,"url":"https://github.com/longor1996/orlytalk","last_synced_at":"2026-05-05T19:32:29.073Z","repository":{"id":42569315,"uuid":"254744770","full_name":"Longor1996/orlytalk","owner":"Longor1996","description":"An online communication system written in Rust and TypeScript.","archived":false,"fork":false,"pushed_at":"2023-01-06T20:29:13.000Z","size":849,"stargazers_count":3,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-09T12:33:48.460Z","etag":null,"topics":["chat","chat-server","docker","parcel-bundler","react","reactjs","rust","rust-lang","server","typescript","warp","websockets"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Longor1996.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}},"created_at":"2020-04-10T22:02:04.000Z","updated_at":"2024-12-23T03:46:21.000Z","dependencies_parsed_at":"2023-02-06T08:46:01.659Z","dependency_job_id":null,"html_url":"https://github.com/Longor1996/orlytalk","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/Longor1996/orlytalk","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Longor1996%2Forlytalk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Longor1996%2Forlytalk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Longor1996%2Forlytalk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Longor1996%2Forlytalk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Longor1996","download_url":"https://codeload.github.com/Longor1996/orlytalk/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Longor1996%2Forlytalk/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32664876,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-05T11:29:49.557Z","status":"ssl_error","status_checked_at":"2026-05-05T11:29:48.587Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["chat","chat-server","docker","parcel-bundler","react","reactjs","rust","rust-lang","server","typescript","warp","websockets"],"created_at":"2025-10-05T21:09:35.305Z","updated_at":"2026-05-05T19:32:29.067Z","avatar_url":"https://github.com/Longor1996.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![GitHub license](https://img.shields.io/github/license/Longor1996/orlytalk.svg)](https://github.com/Longor1996/orlytalk/blob/master/LICENSE) ![Open Issues](https://img.shields.io/github/issues/Longor1996/orlytalk) ![Build Docker Image](https://github.com/Longor1996/orlytalk/workflows/Build%20Docker%20Image/badge.svg)\n\n# O'Rly Talk\n\nUnder construction!\n\n## Running\n\nOnce compiled/downloaded, run `orlytalk-server` and connect to the now running webapp trough a browser of your choice.\n\n### Environment Variables\n\nEnvironment variables can be easely applied locally by writing them into a [`.env`-file](https://github.com/dotenv-rs/dotenv#readme) in the current working directory or any of its parents.\n\nFollowing is a table of all environment variables OrlyTalk will fetch and their defaults:\n\n| Env-Var | Default | Description |\n|---------|---------------|-------------|\n| `ORLYTALK_SQLITE_FILE` | `db.sqlite` | The name/path to the SQLite file the server should use for persistence. |\n| `ORLYTALK_HOST` | `0.0.0.0` | The host address the server should bind itself to. |\n| `ORLYTALK_PORT` | `6991` | The port the server should bind itself to. |\n\n## Building\n\n**Dependencies** are as follows:\n\n- [Git](https://git-scm.com/).\n- A recent version of rust (`1.46` or greater).\n  - Download/Install [rustup](https://rustup.rs/).\n- A recent version of the parcel bundler.\n  - If you have NPM installed, just run `npm install -g parcel-bundler`.\n- At least 1 GB of space on the drive you cloned the project to.\n  - Rust and NPM cache *a lot* of stuff to make builds fast.\n\nThen to build the project:\n\n1. Open a console/terminal in the project directory.\n2. Run `npm update`.\n3. Run `npm run build`.\n4. Run `cargo build`.\n5. Done.\n\n## Docker\n\nTo build and run O'Rly Talk for Docker on Linux-based systems, run the following commands:\n\n```\ndocker build . -t orlytalk\ndocker run -p 6991:6991 orlytalk\n```\n\nYou can then open [localhost:6991](http://localhost:6991) in your browser of choice.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongor1996%2Forlytalk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flongor1996%2Forlytalk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flongor1996%2Forlytalk/lists"}