Victor Fauth

Results 23 comments of Victor Fauth

Thank you for your answers! @suckerfish I tried changing my configuration based on yours, didn't work :/ @Tzahi12345 I don't think that is the issue: - When trying to access...

I was able to make some progress. By adding `add_header Access-Control-Allow-Origin *`, most resources are loaded. However, I don't know why CORS would be an issue with a reverse proxy...

Okay, so this issue was resolved by tweaking nginx config: - I added `add_header Access-Control-Allow-Origin *;`, which is not very good security-wise - I removed `add_header X-Content-Type-Options nosniff;` (thanks to...

> Is it possible to include an nginx server inside of a container? The way I've seen this done is where a `docker-compose.yml` will have an nginx container alongside the...

Sorry to revive this issue, but for people with a slow connection, it is simply impossible to download big mods (200MB is the maximum for me).

If you download the source code, pack it using Chrome and install it from the resulting file, it will work fine.

I had the same issue with 0.9.6 and eu-west-3 (Paris) region. @olavmrk's workaround worked.

> Since updating restic is pretty easy and I'm not following any regular release cycle, I suggest to fork the repo and build with your required restic version. > >...

@niondir Yes, I would still be interested in helping maintaining this repo.

Solved by #478 and can be closed.