{"id":16902228,"url":"https://github.com/keystroke3/reuri","last_synced_at":"2026-05-09T18:31:51.623Z","repository":{"id":102465891,"uuid":"600587736","full_name":"keystroke3/ReURI","owner":"keystroke3","description":"A simple url encoder and decoder","archived":false,"fork":false,"pushed_at":"2024-10-01T04:24:35.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-20T15:13:54.034Z","etag":null,"topics":["decoding","encoding","http","typescript","uri","vitejs","vue3"],"latest_commit_sha":null,"homepage":"https://reuri.okello.io","language":"Vue","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/keystroke3.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}},"created_at":"2023-02-12T00:07:55.000Z","updated_at":"2024-10-14T18:27:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"ad184ea7-c7ed-4980-8871-1fc61b3c345a","html_url":"https://github.com/keystroke3/ReURI","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/keystroke3/ReURI","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keystroke3%2FReURI","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keystroke3%2FReURI/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keystroke3%2FReURI/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keystroke3%2FReURI/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/keystroke3","download_url":"https://codeload.github.com/keystroke3/ReURI/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/keystroke3%2FReURI/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32830720,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"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":["decoding","encoding","http","typescript","uri","vitejs","vue3"],"created_at":"2024-10-13T18:04:17.986Z","updated_at":"2026-05-09T18:31:51.603Z","avatar_url":"https://github.com/keystroke3.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ReURI\n### Welcome to [ReURI](https://reuri.okello.io), a simple url encoder and decoder.\nReURI is a simple tool for converting urls between their encoded forms, eg. `https%3A%2F%2Fexample.com` and their\nunencoded eg. `https://example.com`.\n## Why??\nI had an issue when I was looking at my server access logs where some urls where encoded by the browser. I wanted\nto be able to follow those links and see where they lead to. I could make a a CLI tool to do that, but I decided to make it\na web app so others can use it.\n\n## Why Vue?\nIt is simple and I am good at using it.\n\n## Self Hosting\nIf you want to self host ReURI, it's simple. \nClone the repo:\n```shell\ngit clone https://github.com/keystroke3/ReURI.git\n```\n[Install yarn](https://classic.yarnpkg.com/lang/en/docs/install/)\n```shell\nnpm install --global yarn\n```\nInstall dependencies and build:\n```shell\ncd ReURI\nyarn install\nyarn build\n```\nUse a http server to serve the files in `dist` directory.  \n\n### Node\n```shell\nnpm install http-server -g\nhttp-server dist -p 3000\n```\n### Python\nYou can use python's built in http server\n```shell\npython -m http.server 3000 --directory dist\n```\n### Apache2\n```apache\n\u003cVirtualHost *:3000\u003e\n    ServerAdmin webmaster@localhost\n    DocumentRoot /path/to/ReURI/dist\n    ErrorLog ${APACHE_LOG_DIR}/error.log\n    CustomLog ${APACHE_LOG_DIR}/access.log combined\n\u003c/VirtualHost\u003e\n```\n### Nginx\n```Nginx\nserver {\n    listen 80;\n    server_name awesome-server-name.tld;\n    location / {\n        root /path/to/ReURI/dist/;\n        add_header Cache-Control \"public, no-transform\";\n        try_files $uri $uri/ /index.html =404;\n    }\n    access_log /some/path/nginx_access.log;\n    error_log /some/path/nginx_error.log;\n\n}\n```\n\n## Todo\n- [ ] Add file support\n\nFor queries, compliments, complaints: Twitter: [@keystroke3](https://twitter.com/keystroke_3), Email: [keystroke33@gmail.com](mailto:keystroke33@gmail.com)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeystroke3%2Freuri","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkeystroke3%2Freuri","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkeystroke3%2Freuri/lists"}