janoside / btc-rpc-explorer

Database-free, self-hosted Bitcoin explorer, via RPC to Bitcoin Core.
https://bitcoinexplorer.org
MIT License
1.52k stars 1.13k forks source link

ADD docker BTCEXP_BASE_URL variable to make it work in subfolder #361

Closed 99hops closed 3 years ago

99hops commented 3 years ago

Please consider adding BTCEXP_BASE_URL or similar so the project can work in subfolder. I my case I use proxy to route to /btc.explorer and while it opens the home page but non of the links are working leading to /block instead /btc.explorer/block of for example Media files are 404 as well.

shesek commented 3 years ago

This already exists, the environment variable is called BTCEXP_BASEURL.