{"id":26604117,"url":"https://github.com/helmare/redi","last_synced_at":"2026-04-08T20:46:20.862Z","repository":{"id":138608273,"uuid":"425578920","full_name":"Helmare/redi","owner":"Helmare","description":"An Express redirect server, ready to fork and use on your domain.","archived":false,"fork":false,"pushed_at":"2022-03-05T00:48:06.000Z","size":85,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-28T01:03:09.708Z","etag":null,"topics":["expressjs","javascript","nodejs","redirect-server"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Helmare.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2021-11-07T18:06:39.000Z","updated_at":"2024-01-24T17:35:20.000Z","dependencies_parsed_at":"2024-01-25T02:20:56.827Z","dependency_job_id":"1bff0d9d-f7bb-44a5-875b-6b1dd4d72426","html_url":"https://github.com/Helmare/redi","commit_stats":null,"previous_names":["helmare/redi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Helmare/redi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Helmare%2Fredi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Helmare%2Fredi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Helmare%2Fredi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Helmare%2Fredi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Helmare","download_url":"https://codeload.github.com/Helmare/redi/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Helmare%2Fredi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31573788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","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":["expressjs","javascript","nodejs","redirect-server"],"created_at":"2025-03-23T19:28:22.718Z","updated_at":"2026-04-08T20:46:20.843Z","avatar_url":"https://github.com/Helmare.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# redi\nAn [Express](https://expressjs.com/) redirect server, ready to fork and use on your domain.\n\n## Setup\nThis repo is setup to run a redirect server right out of the box and plays well with *continuous deployment* services. Just fork the repo and tell your platform of choice to auto-deploy from the fork. Then update the `config.toml` on your fork to your specifications. An example config is provided in the [configuration](#configuration) section.\n\n### Local Server\nTo run a local server, clone the forked repository and run the following commands:\n```\nnpm i\nnpm start\n```\n\n## Configuration\n```toml\n#\n# Config file version.\n#\nversion=2\n#\n# The \"default\" redirect is used as a fallback. If none is\n# provided, then the server will return a standard express\n# 404 response.\n#\ndefault=\"https://hazdryx.me\"\n\n#\n# All redirects are placed here. When a server is booting up it\n# will load this and create express routes based on the keys and\n# redirect to the value.\n#\n[[redirects]]\n#\n# The \"hostname\" allows you to control on which host the redirects \n# take affect. This accepts a wildcard at the start and end of the\n# hostname and defaults to \"*\".\n#\nhostname=\"rd.*\"\n#\n# These are the redirects for the specified hostname.\n#\n\"/fiverr\"=\"https://www.fiverr.com/hazdryx\"\n\"/fiverr-cli\"=\"https://www.fiverr.com/hazdryx/code-a-custom-nodejs-cli\"\n\n#\n# GitHub redirect example.\n#\n[[redirects]]\nhostname=\"git.*\"\n#\n# Redirects can contain a default as well and is specific to that\n# host.\n#\ndefault=\"https://github.com/hazdryx\"\n#\n# Using ':' creates a paramter in your URL that will be transfered\n# to the redirect.\n#\n\"/:repo\"=\"https://github.com/hazdryx/:repo\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelmare%2Fredi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhelmare%2Fredi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhelmare%2Fredi/lists"}