gautada / postgresql-container

A basic Postgres from source
0 stars 0 forks source link

pgweb container is not handling static content #36

Closed gautada closed 9 months ago

gautada commented 10 months ago

For some unknown reason static content is not working on the pgweb deployment. This may also be an issues with gitea's static content:

There are several ideas that could be causing the issues:

gautada commented 10 months ago

Added upstream issue

gautada commented 10 months ago

For now I am running this container as http without tls in the ingress and limiting the deployment to a secure environment.

gautada commented 9 months ago

Fixed by adding use-http2: "false" to the nginx-ingress configmap.