{"id":22526240,"url":"https://github.com/harmony-development/scherzo","last_synced_at":"2025-09-13T08:11:20.920Z","repository":{"id":37115623,"uuid":"342791404","full_name":"harmony-development/scherzo","owner":"harmony-development","description":"A small and lightweight server for Harmony","archived":false,"fork":false,"pushed_at":"2023-03-02T03:58:37.000Z","size":1858,"stargazers_count":29,"open_issues_count":24,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-09T14:40:56.852Z","etag":null,"topics":["backend","harmony","network","protobuf","rust","server","sled"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/harmony-development.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":"2021-02-27T06:50:39.000Z","updated_at":"2025-02-25T14:42:53.000Z","dependencies_parsed_at":"2023-02-14T13:31:04.918Z","dependency_job_id":null,"html_url":"https://github.com/harmony-development/scherzo","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/harmony-development/scherzo","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmony-development%2Fscherzo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmony-development%2Fscherzo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmony-development%2Fscherzo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmony-development%2Fscherzo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/harmony-development","download_url":"https://codeload.github.com/harmony-development/scherzo/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/harmony-development%2Fscherzo/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274935979,"owners_count":25376836,"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-09-13T02:00:10.085Z","response_time":70,"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":["backend","harmony","network","protobuf","rust","server","sled"],"created_at":"2024-12-07T06:14:23.779Z","updated_at":"2025-09-13T08:11:20.828Z","avatar_url":"https://github.com/harmony-development.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# scherzo\n\nHarmony server implemented in Rust.\n\nIt uses [hyper] for serving HTTP via [hrpc-rs], and currently supports [sled]\nand `sqlite` as a database backend.\n\n## Deploy\n\nNote: the CI builds are currently compiled with `sled` DB backend.\n\nWith docker (or podman):\n```\ndocker pull yusdacra/scherzo:latest\ndocker run -d -p 2289:2289 -v db:/srv/scherzo/db -v media:/srv/scherzo/media yusdacra/scherzo:latest\n```\n\nOne liner to start the latest master CI artifact:\n```\nmkdir scherzo \u0026\u0026 cd scherzo \u0026\u0026 curl -L https://github.com/harmony-development/scherzo/releases/download/continuous/scherzo \u003e scherzo \u0026\u0026 chmod +x scherzo \u0026\u0026 ./scherzo\n```\n\n## Configuration\n\nSee the [example config](./example_config.toml) for a commented config file\nwith all options available.\n\n## Roadmap\n\n- Auth service: (implemented)\n    - dynamic auth is implemented (login and register by email)\n- Chat service: (implemented)\n- Mediaproxy service: (implemented)\n- Voice service: (implemented)\n- Rest APIs: (implemented)\n- Federation: (implemented)\n\n## Build\n\n- Clone this repo\n- Make sure you have the toolchain described in `rust-toolchain.toml` installed\n    - This will be installed automatically for you if you have rustup setup!\n- Make sure you have `mold`, `clang` and `protoc` installed\n- Run `cargo build`\n\nIf you have Nix, you can just do:\n- Flakes: `nix build` to build, `nix develop` for development shell\n- Non-flakes: `nix-build` to build, `nix-shell shell.nix` for development shell\n\nYou can also get an executable binary from the latest `Continous build` release.\n\n[hyper]: https://github.com/tokio-rs/hyper\n[hrpc-rs]: https://github.com/harmony-development/hrpc-rs\n[sled]: https://github.com/spacejam/sled","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharmony-development%2Fscherzo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fharmony-development%2Fscherzo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fharmony-development%2Fscherzo/lists"}