{"id":21406076,"url":"https://github.com/jes/ricochet-web","last_synced_at":"2026-07-18T06:40:03.715Z","repository":{"id":137662584,"uuid":"153917492","full_name":"jes/ricochet-web","owner":"jes","description":"Web interface for Ricochet","archived":false,"fork":false,"pushed_at":"2018-11-12T14:00:22.000Z","size":95,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-10-22T10:36:17.461Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://ricochet-web.org/","language":"JavaScript","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/jes.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}},"created_at":"2018-10-20T15:04:19.000Z","updated_at":"2018-11-12T14:00:23.000Z","dependencies_parsed_at":null,"dependency_job_id":"d1ae3158-8454-4e1e-bf68-aa949fe4cedd","html_url":"https://github.com/jes/ricochet-web","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jes/ricochet-web","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jes%2Fricochet-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jes%2Fricochet-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jes%2Fricochet-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jes%2Fricochet-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jes","download_url":"https://codeload.github.com/jes/ricochet-web/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jes%2Fricochet-web/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35609253,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-18T02:00:07.223Z","response_time":61,"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":[],"created_at":"2024-11-22T16:30:53.257Z","updated_at":"2026-07-18T06:40:03.698Z","avatar_url":"https://github.com/jes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"ricochet-web\n==============\n\nThis is a web interface for Ricochet. See https://ricochet.im/ .\n\nI don't recommend using it for anything important.\n\nYou can try out the public instance at https://ricochet-web.org/\n\nCurrent status\n--------------\n\nIt works but is quite early days.\n\nSee file `NOTES` for things that still need to be done.\n\nInstallation\n------------\n\n### Basic usage\n\nClone the repo:\n\n    $ git clone https://github.com/jes/ricochet-web\n\nIf you don't already have go and tor, you'll need to install them.\n\n    $ sudo apt install golang-go tor # on Ubuntu\n    $ sudo yum install golang tor    # on CentOS\n\nFetch the dependencies:\n\n    $ go get -d\n\n(This may take a while and produce no output). Build ricochet-web:\n\n    $ go build\n\nAfter that, you can get started by running:\n\n    $ ./ricochet-web\n\nAnd visit `http://localhost:8079`.\n\nFor now you'll have to edit `main.go` in order to change the port number. Maybe there will be a config file one day.\n\n### Permanent installation\n\nThe included script `install.sh` should install `ricochet-web` on Ubuntu and CentOS systems, and hopefully others.\n\n    $ sudo ./install.sh\n\nHaving installed `ricochet-web` with `install.sh`, you can start it with systemd:\n\n    $ sudo systemctl start ricochet-web\n\nExamine log output with journalctl:\n\n    $ journalctl -u ricochet-web\n\nOnce you're satisfied, you can make it start at boot:\n\n    $ sudo systemctl enable ricochet-web\n\nYou'll then want to set up `nginx` or similar in a reverse-proxy configuration. TODO: example nginx config file.\n\nUpgrades\n--------\n\nIf there is a new version available, and you want to upgrade your running `ricochet-web` instance:\n\nFirst update the git repo, and fetch any possible updates to the dependencies, and build the new version of the code:\n\n    $ git pull\n    $ go get -d -u github.com/jes/ricochetbot github.com/jes/go-ricochet\n    $ go build\n\nRun the install script:\n\n    $ sudo ./install.sh\n\nAnd restart it:\n\n    $ sudo systemctl restart ricochet-web\n\nContact me\n----------\n\n`ricochet-web` is written by James Stanley. You can read my blog at https://incoherency.co.uk/ , email me at\njames@incoherency.co.uk, or message me on ricochet at ricochet:it2j3z6t6ksumpzd\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjes%2Fricochet-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjes%2Fricochet-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjes%2Fricochet-web/lists"}