Liam
57d3aa3266
All checks were successful
Publish Docker Images / docker (push) Successful in 1m56s
|
||
---|---|---|
.gitea/workflows | ||
.vscode | ||
apps | ||
packages | ||
.dockerignore | ||
.env-example | ||
.gitignore | ||
.npmrc | ||
docker-compose.yml | ||
package.json | ||
pnpm-lock.yaml | ||
pnpm-workspace.yaml | ||
README.md | ||
renovate.json | ||
tsconfig.json | ||
turbo.json |
Proxy
Proxy service for apis with multiple backend nodes so we can get around api rate limits by using vpns and/or proxies.
Usage
Go to https://proxy.fascinated.cc
Development
Prerequisites:
- Create an Infiscal account at https://secrets.fascinated.cc
- Add the the secret
PROXY_SECRET
with a random string - Clone this repo
- Run
pnpm install
- Run
pnpm run dev
- Go to http://localhost:3000