{"id":21165975,"url":"https://github.com/peterdee/exchange-web","last_synced_at":"2026-04-10T01:41:43.900Z","repository":{"id":184207239,"uuid":"671042008","full_name":"peterdee/exchange-web","owner":"peterdee","description":"WEB application for Exchange project","archived":false,"fork":false,"pushed_at":"2023-11-07T08:30:53.000Z","size":190,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"release","last_synced_at":"2025-01-21T10:11:14.542Z","etag":null,"topics":["common-styles","socket-io","typescript","vercel","vue"],"latest_commit_sha":null,"homepage":"https://exchange.dyum.in","language":"Vue","has_issues":false,"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/peterdee.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-07-26T12:09:24.000Z","updated_at":"2023-08-27T17:34:06.000Z","dependencies_parsed_at":"2023-11-07T09:42:41.577Z","dependency_job_id":null,"html_url":"https://github.com/peterdee/exchange-web","commit_stats":null,"previous_names":["peterdee/exchange-web"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Fexchange-web","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Fexchange-web/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Fexchange-web/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/peterdee%2Fexchange-web/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/peterdee","download_url":"https://codeload.github.com/peterdee/exchange-web/tar.gz/refs/heads/release","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243615336,"owners_count":20319726,"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":["common-styles","socket-io","typescript","vercel","vue"],"created_at":"2024-11-20T14:47:48.289Z","updated_at":"2025-12-31T00:24:15.350Z","avatar_url":"https://github.com/peterdee.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"## exchange-web\n\n[EXCHANGE](https://exchange.dyum.in) allows users to share files using browser on their devices\n\nShared files can be protected with a password\n\nStack: [Vue](https://vuejs.org), [Socket.IO](https://www.npmjs.com/package/socket.io-client), [Typescript](https://www.typescriptlang.org), [common-styles](https://github.com/julyskies/common-styles)\n\nDemo: https://exchange.dyum.in\n\nBackend project is available here: https://github.com/peterdee/exchange-backend\n\n### Deploy\n\nNode **v22** is required\n\nClone repository and install dependencies\n\n```shell script\ncd ./exchange-web\nnvm use 22\nnpm ci\n```\n\nCreate a `certificates` directory in the project root\n\n```shell script\nmkdir certificates \u0026\u0026 cd certificates\n```\n\nGenerate certificate files for HTTPS\n\n*MacOS / Ubuntu / Windows*\n\n```shell script\n# Generate key file\nopenssl genrsa -out key.pem 2048\n\n# Generate CSR\nopenssl req -new -sha256 -key key.pem -out csr.csr\n\n# Generate certificate\nopenssl req -x509 -sha256 -days 365 -key key.pem -in csr.csr -out cert.pem\n```\n\nHTTPS is required for the [SubtleCrypto](https://developer.mozilla.org/en-US/docs/Web/API/SubtleCrypto) interface that works only in secure contexts\n\nMore details about certificate generating can be found [here](https://msol.io/blog/tech/create-a-self-signed-ssl-certificate-with-openssl)\n\n### Environment variables\n\nThe `.env` file is required, see [.env.example](./.env.example) for details\n\n### Launch\n\n```shell script\nnpm run dev\n```\n\nLocal WEB application will be available at https://localhost:3000\n\n### Vercel deployment\n\n`release` branch is automatically deployed to [Vercel](https://vercel.com)\n\n### License\n\n[MIT](./LICENSE.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdee%2Fexchange-web","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpeterdee%2Fexchange-web","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpeterdee%2Fexchange-web/lists"}