{"id":15675522,"url":"https://github.com/hacksore/vite-plugin-caddy","last_synced_at":"2025-05-07T00:23:43.240Z","repository":{"id":219468401,"uuid":"749125526","full_name":"Hacksore/vite-plugin-caddy","owner":"Hacksore","description":"⚡ A vite plugin to enable automagic HTTPS for local development with caddy server","archived":false,"fork":false,"pushed_at":"2024-02-10T19:31:15.000Z","size":110,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-02T01:04:07.156Z","etag":null,"topics":["caddyserver","https","vite","vite-plugin"],"latest_commit_sha":null,"homepage":"https://vite-plugin-caddy.vercel.app","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/Hacksore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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-01-27T16:51:06.000Z","updated_at":"2025-04-09T10:28:55.000Z","dependencies_parsed_at":"2024-10-23T12:11:53.781Z","dependency_job_id":null,"html_url":"https://github.com/Hacksore/vite-plugin-caddy","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"8eea03c4dbfbcd79421552015a5f7a02a1082238"},"previous_names":["hacksore/vite-plugin-caddy"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Fvite-plugin-caddy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Fvite-plugin-caddy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Fvite-plugin-caddy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Hacksore%2Fvite-plugin-caddy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Hacksore","download_url":"https://codeload.github.com/Hacksore/vite-plugin-caddy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252789362,"owners_count":21804426,"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":["caddyserver","https","vite","vite-plugin"],"created_at":"2024-10-03T16:00:24.583Z","updated_at":"2025-05-07T00:23:43.189Z","avatar_url":"https://github.com/Hacksore.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vite-plugin-caddy\n\n\u003e [!WARNING]\n\u003e THIS PLUGIN IS HIGHLY EXPERIMENTAL AND UNSTABLE, USE WITH CAUTION\n\n## Usage\n\n```js\n// vite.config.js\nimport { defineConfig } from \"vite\";\nimport caddyTls from \"vite-plugin-caddy\";\n\nconst config = defineConfig({\n  plugins: [\n    caddyTls({\n      domains: [\"this.is.cool.localhost\", \"something-else.localhost\"],\n    })\n  ]\n});\n\nexport default config;\n```\n\nWill give this in the terminal, allow you to connect to your app on HTTPS with a self-signed and trusted cert.\n```\n\u003e vite\n\n\n🔒 Caddy is running to proxy your traffic on https\n\n🔗 Access your local servers \n🌍 https://this.is.cool.localhost\n🌍 https://something-else.localhost\n\n```\n\n## Contributing\nSee [CONTRIBUTING.md](./CONTRIBUTING.md) to see how to get started.\n \n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacksore%2Fvite-plugin-caddy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacksore%2Fvite-plugin-caddy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacksore%2Fvite-plugin-caddy/lists"}