{"id":19275674,"url":"https://github.com/singulared/shortland","last_synced_at":"2026-06-18T13:31:06.366Z","repository":{"id":64880980,"uuid":"536151035","full_name":"singulared/shortland","owner":"singulared","description":"URL shortner service","archived":false,"fork":false,"pushed_at":"2026-02-28T23:03:14.000Z","size":295,"stargazers_count":2,"open_issues_count":6,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-01T01:59:25.312Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/singulared.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":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":"2022-09-13T13:55:33.000Z","updated_at":"2026-02-28T23:03:11.000Z","dependencies_parsed_at":"2026-03-01T01:14:33.540Z","dependency_job_id":null,"html_url":"https://github.com/singulared/shortland","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/singulared/shortland","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fshortland","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fshortland/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fshortland/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fshortland/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/singulared","download_url":"https://codeload.github.com/singulared/shortland/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/singulared%2Fshortland/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34493355,"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-06-18T02:00:06.871Z","response_time":128,"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-09T20:51:29.627Z","updated_at":"2026-06-18T13:31:06.340Z","avatar_url":"https://github.com/singulared.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shortland\nURL shortner service\n\n## Installation\n### Rust installation\nYou may follow [official instruction](https://www.rust-lang.org/tools/install)\n\n## Dependencies\nBy default shortland use inmemory backend.  \nOptionally you may use Redis \u003e= 7.0. For enablle redis add this to config file:\n```yaml\nbackend:\n  connection: redis://127.0.0.1:6379/0\n  type: Redis\n```\n\n## Run\n```cargo run``` or \n```cargo run --release``` if you want use release version of binary\n\n## Configuration\n### Config files\nYou may place configuration files in next places on your system:\n```\n/etc/shortland.yaml\n/usr/local/etc/shortland.yaml\n```\n\nSupported file formats are:\n- YAML\n- TOML\n\n### Configuration with ENV variables\nYou may overload any configuration values with ENV like this:\n```bash\nSL__HTTP__HOST=127.0.0.2 cargo run\n```\n```bash\nSL__BACKEND__TYPE=Redis SL__BACKEND__CONNECTION=redis://localhost:6379/3 cargo run\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingulared%2Fshortland","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingulared%2Fshortland","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingulared%2Fshortland/lists"}