proxy/README.md

22 lines
498 B
Markdown
Raw Normal View History

2023-11-14 18:00:23 +00:00
# Proxy
2023-11-14 17:56:44 +00:00
2023-11-14 18:01:18 +00:00
Proxy service for apis with multiple backend nodes so we can get around api rate limits by using vpns and/or proxies.
2023-11-14 17:56:44 +00:00
2023-11-14 18:00:23 +00:00
## Usage
2023-11-14 17:56:44 +00:00
2023-11-14 18:00:23 +00:00
Go to <https://proxy.fascinated.cc>
2023-11-14 17:56:44 +00:00
2023-11-14 18:00:23 +00:00
## Development
2023-11-14 17:56:44 +00:00
2023-11-14 18:24:43 +00:00
Prerequisites:
- [pnpm](https://pnpm.io/)
- [Infiscal](https://secrets.fascinated.cc)
2023-11-14 18:00:23 +00:00
1. Create an Infiscal account at <https://secrets.fascinated.cc>
2. Add the the secret `PROXY_SECRET` with a random string
3. Clone this repo
4. Run `pnpm install`
5. Run `pnpm run dev`
6. Go to <http://localhost:3000>