Open brechtcs opened 6 years ago
Currently, dat_gateway serves a directory index of the dat's root folder, even if there's a subfolder set as web_root in dat.json.
dat_gateway
web_root
dat.json
I got started on this transition in hyperdrive-http.
Though I think I'm going to instead create something in dat-gateway directly that's based on the logic in beaker/hashbase.
https://github.com/datproject/hyperdrive-http/pull/45
Currently,
dat_gateway
serves a directory index of the dat's root folder, even if there's a subfolder set asweb_root
indat.json
.