https://github.com/firestreaker2/mirror
Simple way to quickly mirror a site
https://github.com/firestreaker2/mirror
express http-proxy-middleware ts typescript
Last synced: 10 months ago
JSON representation
Simple way to quickly mirror a site
- Host: GitHub
- URL: https://github.com/firestreaker2/mirror
- Owner: FireStreaker2
- License: mit
- Created: 2023-11-28T04:59:36.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T17:53:33.000Z (about 2 years ago)
- Last Synced: 2025-03-11T09:37:46.287Z (about 1 year ago)
- Topics: express, http-proxy-middleware, ts, typescript
- Language: TypeScript
- Homepage: https://mirror.firestreaker2.gq
- Size: 27.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# About
Mirror is a quick way to mirror a site, using [http-proxy-middleware](https://www.npmjs.com/package/http-proxy-middleware). It was made with [express](https://expressjs.com/) and [TypeScript](https://www.typescriptlang.org/).
# Usage
## Setup
```bash
$ git clone https://github.com/FireStreaker2/Mirror.git
$ cd Mirror
$ npm i
$ npm start
```
## Configuration
* ``PORT``: port of the webserver
* ``URL``: url to mirror
# License
[MIT](https://github.com/FireStreaker2/Mirror/blob/main/LICENSE)