mirror of
https://github.com/TxtDot/webder.git
synced 2024-11-05 21:24:00 +03:00
21 lines
565 B
Markdown
21 lines
565 B
Markdown
# webder
|
|
|
|
Http/s proxy that render pages with js and returns HTML
|
|
|
|
> [!WARNING]
|
|
> This service is not purify html and not blocking XSS attacks. Also it is not block requests to localhost, etc.
|
|
> This is not intended to be used as a user-facing browser. Use it ONLY for making api calls from other services, make sure to run it behind a firewall and use a reverse proxy in front of it.
|
|
|
|
## Features
|
|
|
|
- Render pages with js (/render?url=...)
|
|
|
|
## Usage
|
|
|
|
For env variables look to `.env.example`. Docker also supported.
|
|
|
|
```bash
|
|
npm install
|
|
npm run build
|
|
npm start
|
|
```
|