{"id":23491349,"url":"https://github.com/psyirius/vite-plugin-secure-now","last_synced_at":"2026-02-12T15:34:13.369Z","repository":{"id":268944823,"uuid":"905885777","full_name":"psyirius/vite-plugin-secure-now","owner":"psyirius","description":"A Vite plugin to get instant https for your dev server","archived":false,"fork":false,"pushed_at":"2025-12-27T01:11:46.000Z","size":94,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-28T16:59:35.525Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/psyirius.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":"2024-12-19T18:07:48.000Z","updated_at":"2025-12-27T01:11:50.000Z","dependencies_parsed_at":"2024-12-19T21:33:00.312Z","dependency_job_id":"07c5de42-c71f-4cf3-afec-bd87eeb0a62c","html_url":"https://github.com/psyirius/vite-plugin-secure-now","commit_stats":null,"previous_names":["psyirius/vite-plugin-secure-now"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/psyirius/vite-plugin-secure-now","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyirius%2Fvite-plugin-secure-now","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyirius%2Fvite-plugin-secure-now/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyirius%2Fvite-plugin-secure-now/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyirius%2Fvite-plugin-secure-now/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/psyirius","download_url":"https://codeload.github.com/psyirius/vite-plugin-secure-now/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/psyirius%2Fvite-plugin-secure-now/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29370548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-12T08:51:36.827Z","status":"ssl_error","status_checked_at":"2026-02-12T08:51:26.849Z","response_time":55,"last_error":"SSL_read: 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":[],"created_at":"2024-12-25T01:27:08.903Z","updated_at":"2026-02-12T15:34:13.358Z","avatar_url":"https://github.com/psyirius.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# \n\n\u003cdiv align=\"center\"\u003e\n  \u003cpicture\u003e\n    \u003csource media=\"(prefers-color-scheme: dark)\" srcset=\"https://github.com/psyirius/vite-plugin-secure-now/raw/main/assets/images/logo.svg\"\u003e\n    \u003cimg alt=\"Vite Plugin Secure Now\" src=\"https://github.com/psyirius/vite-plugin-secure-now/raw/main/assets/images/logo.svg\" width=\"256px\"\u003e\n  \u003c/picture\u003e\n\u003c/div\u003e\n\n###\n\n\u003ch1 align=\"center\"\u003eVite Plugin Secure Now 🎉\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![npm version](https://img.shields.io/npm/v/vite-plugin-secure-now.svg?style=flat-square)](https://www.npmjs.com/package/vite-plugin-secure-now)\n[![license](https://img.shields.io/npm/l/vite-plugin-secure-now.svg?style=flat-square)](https://github.com/psyirius/vite-plugin-secure-now/blob/main/LICENSE)\n\n\u003c/div\u003e\n\n\u003e [!WARNING]\n\u003e **This plugin is currently not working.**\n\u003e\n\u003e Please refer to [this commit](https://github.com/pyrou/traefik.me/commit/16fc1fc17edc298c39e87343873dca5d3894a928) for more info.\n\n## Screenshots\n\n![Vite Console](https://github.com/psyirius/vite-plugin-secure-now/raw/main/assets/images/screenshot-0.png)\n\n## Features\n\n- **Instant HTTPS**: Automatically sets up HTTPS for your Vite dev server.\n- **Easy Integration**: Simple configuration and seamless integration with Vite.\n- **Secure Context Development**: Develop for [Secure contexts](https://developer.mozilla.org/en-US/docs/Web/Security/Secure_Contexts) without any hassle.\n\n## How It Works\n\nThis plugin configures Vite's dev server to use the ssl certificate from [traefik.me](https://traefik.me/) to resolve to local ip addresses.\n\n## Installation\n\n### NPM\n\n```sh\nnpm install vite-plugin-secure-now --save-dev\n```\n\n### Yarn\n\n```sh\nyarn add vite-plugin-secure-now --dev\n```\n\n### PNPM\n\n```sh\npnpm add vite-plugin-secure-now --save-dev\n```\n\n## Usage\n\n```js\n// vite.config.js | vite.config.ts\nimport { defineConfig } from 'vite';\nimport secureNow from 'vite-plugin-secure-now';\n\nexport default defineConfig({\n  plugins: [\n    secureNow(),\n  ],\n});\n```\n\n## Options\n\n```ts\ninterface Options {\n  /**\n   * Whether to enable HTTPS for the dev server.\n   * @default true\n   */\n  dev?: boolean;\n  /**\n   * Whether to enable HTTPS for the preview server.\n   * @default true\n   */\n  preview?: boolean;\n  /**\n   * The subdomain prefix for the HTTPS URL.\n   * You can use different combinations supported with: https://traefik.me/\n   * Note: The subdomain should not be nested.\n   * @default 'vite'\n   */\n  prefix?: string;\n}\n```\n\n## Issues\n\nIf you encounter any issues, please [open an issue](https://github.com/psyirius/vite-plugin-secure-now/issues) on GitHub.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n\n## Authors\n\n- [@psyirius](https://www.github.com/psyirius)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsyirius%2Fvite-plugin-secure-now","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpsyirius%2Fvite-plugin-secure-now","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpsyirius%2Fvite-plugin-secure-now/lists"}