Closed mplorentz closed 2 years ago
I think the problem was that the Dockerfile was overwriting these values in its CMD
. I patched this in a fork here: https://github.com/planetary-social/oasis/commit/38dca1203991b20fb8836e2b03ca9f262eb1f69d
Since this repo is no longer maintained I'm going to close this issue.
What's the problem you want solved?
I'd like to host v2.17.0 in Docker behind a Traefik reverse proxy.
Is there a solution you'd like to recommend?
I think maybe there was a regression between
58765f8
and v2.17.0. I'd like oasis to read theallow-host
parameter in my config file.Details
I recently upgraded from 58765f8 (between v2.16.0 and v2.17.0) to v2.17.0. After upgrading, the
allow-host
parameter indefault.json
no longer appears to be working. Here is my default.json:But when I run the container it prints this:
You can see that it is reading my
default.json
because it has setdebug: true
, butallow-host
is set tolocalhost
notoasis.lorentz.is
.If I try to access the container through my web browser I get the following error (which
allow-host
is supposed to solve):I looked through the docs and it doesn't look like this parameter's behavior has changed. Is this a regression or is there some other way to allow hosts now?