Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Ombi/src/commit/66465ad9aea80bd826f95934755715e94c866ebd/makefile You should set ROOT_URL correctly, otherwise the web may not work correctly.
Ombi/makefile

15 lines
240 B

backend:
cd src/Ombi && dotnet watch run -- --host http://*:3577
frontend:
cd src/Ombi/ClientApp && yarn start
install-frontend:
cd src/Ombi/ClientApp && yarn
install-tests:
cd tests && yarn
tests:
cd tests && npx cypress open