{"id":22136499,"url":"https://github.com/olillin/urlshortener","last_synced_at":"2025-10-12T04:09:27.914Z","repository":{"id":212553021,"uuid":"731671631","full_name":"olillin/UrlShortener","owner":"olillin","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-14T21:10:49.000Z","size":18,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-12T04:09:27.436Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/olillin.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}},"created_at":"2023-12-14T15:51:57.000Z","updated_at":"2023-12-14T21:10:53.000Z","dependencies_parsed_at":"2023-12-14T23:06:16.251Z","dependency_job_id":null,"html_url":"https://github.com/olillin/UrlShortener","commit_stats":null,"previous_names":["olillin/urlshortener"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/olillin/UrlShortener","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olillin%2FUrlShortener","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olillin%2FUrlShortener/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olillin%2FUrlShortener/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olillin%2FUrlShortener/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/olillin","download_url":"https://codeload.github.com/olillin/UrlShortener/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/olillin%2FUrlShortener/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279010244,"owners_count":26084718,"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-10-12T02:00:06.719Z","response_time":53,"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-12-01T19:22:47.165Z","updated_at":"2025-10-12T04:09:27.896Z","avatar_url":"https://github.com/olillin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# URL Shortener\n\nA webservice to generate and host shortened urls.\n\n## Environment variables\n\nThis project uses [dotenv](https://www.npmjs.com/package/dotenv) to load environment variables and can be configured in the `.env` file.\n\n| Name                | Description                         | Default                                        |\n| ------------------- | ----------------------------------- | ---------------------------------------------- |\n| `PORT`              | Port the website will listen on.    | `80` when using HTTP or `443` when using HTTPS |\n| `CERT_PATH`         | File path to SSL certificate.       | `cert.pem`                                     |\n| `KEY_PATH`          | File path to SSL private key.       | `key.pem`                                      |\n| `SECRET`            | Used as a global salt when hashing. | `secret`                                            |\n| `ENCRYPTION_IV`     | The [initialization vector](https://wikipedia.org/wiki/Initialization_vector) used for encryption. | ` ` |\n| `IDENTIFIER_LENGTH` | Length of the random identifier for shortened URLs. | `6`                            |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folillin%2Furlshortener","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Folillin%2Furlshortener","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Folillin%2Furlshortener/lists"}