webder/README.md

22 lines
565 B
Markdown
Raw Normal View History

2024-03-21 12:23:37 +03:00
# webder
2024-03-21 14:47:07 +03:00
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
```