You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added TRUST_X_FORWARDED_HEADERS environment variable
The release of phpipam 1.6 [introduced a new config.php setting](https://github.com/phpipam/phpipam/releases/tag/v1.6.0) called `$trust_x_forwarded_headers`.
This setting is false by default, and breaks integration between this docker image and reverse proxies, as the X_FORWARDED_FOR_* headers are no longer trusted.
Fix DB customization via envvar (#75)
Since 1.5 version, the DB host config default value changed from "localhost" to "127.0.0.1" [1], so the replacement performed here didn't work anymore.
[1] phpipam/phpipam@2fe6f9a
Setup "docker-publish" GitHub Action
Docker Hub stopped the autobuild service hook in June.
We have to move to GH Actions to continue triggering builds when commit occurs.