A proxy that can be used between rotki and a public user facing url to create a read-only demo of the application.
pnpm install
pnpm run lint
pnpm run lint:fix
pnpm run build
In development mode you will need to manually start the rotki docker image. If the changes you are doing affect develop, you might need to build the docker image.
After building or pulling the image, you need to start the container. As soon as the container is running update the .env file to point to the rotki container.
If you exposed rotki at port 8084
in the .env file you should set ROTKI_URL=http://localhost:8084
.
Then you need to set the listening port for the proxy too, PORT=8899
After that you can run the following command:
pnpm run dev
Now you should be able to access rotki through the proxy via http://localhost:8899
.
AGPL-3.0 License © 2023- Rotki Solutions GmbH