{"id":22820213,"url":"https://github.com/kizzycode/urlredirect-rust","last_synced_at":"2025-08-19T18:51:24.984Z","repository":{"id":66118002,"uuid":"588790020","full_name":"KizzyCode/UrlRedirect-rust","owner":"KizzyCode","description":"`url-redirect` is a trivial, headless URL redirection service","archived":false,"fork":false,"pushed_at":"2023-02-17T03:21:38.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-06T04:44:16.683Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KizzyCode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE BSD 2-CLAUSE.md","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":"2023-01-14T02:29:32.000Z","updated_at":"2023-01-14T02:31:02.000Z","dependencies_parsed_at":"2023-02-20T19:45:39.395Z","dependency_job_id":null,"html_url":"https://github.com/KizzyCode/UrlRedirect-rust","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FUrlRedirect-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FUrlRedirect-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FUrlRedirect-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KizzyCode%2FUrlRedirect-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KizzyCode","download_url":"https://codeload.github.com/KizzyCode/UrlRedirect-rust/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246390858,"owners_count":20769478,"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","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-12-12T15:17:05.989Z","updated_at":"2025-08-19T18:51:24.967Z","avatar_url":"https://github.com/KizzyCode.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![License BSD-2-Clause](https://img.shields.io/badge/License-BSD--2--Clause-blue.svg)](https://opensource.org/licenses/BSD-2-Clause)\n[![License MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)\n[![AppVeyor CI](https://ci.appveyor.com/api/projects/status/github/KizzyCode/UrlRedirect-rust?svg=true)](https://ci.appveyor.com/project/KizzyCode/UrlRedirect-rust)\n\n\n# `url-redirect`\nWelcome to `url-redirect` 🎉\n\n`url-redirect` is a trivial, headless URL redirection service.\n\n\n## Quickstart\nTo start the server, simply run `url-redirect`. By default, `url-redirect` expects `config.toml` and `db.toml`. You can\noverride this behavior by exporting `CONFIG_FILE=/path/to/config.toml` respective `DB_FILE=/path/to/db.toml` into the\nenvironment.\n\n### `config.toml`\n```toml\n[server]\n# The address to listen on\naddress = \"0.0.0.0:8088\"\n\n# The connection hart limit; i.e. the amount of threads to spawn at max to process incoming connections\n# This field is optional, the default value is 2048\n#connection_limit = 2048\n```\n\n### `db.toml`\n```toml\n# The redirect database\n# Please note: All redirect paths must start with a leading `/`, like in the example\n\n[redirects]\n\"/testolope\" = \"https://example.com\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Furlredirect-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkizzycode%2Furlredirect-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkizzycode%2Furlredirect-rust/lists"}