Aiven-Open / pghoard

PostgreSQL® backup and restore service
http://aiven-open.github.io/pghoard/
Apache License 2.0
1.32k stars 97 forks source link

IPV6 for pghoard web server #569

Closed jason-adnuntius closed 1 year ago

jason-adnuntius commented 1 year ago

What is currently missing?

The ability to listen on IPV6 address (ideally all IPV6 addresses so support :: (ipv6) or 0.0.0.0 (ipv4)

How could this be improved?

Make it possible at least to be able to specify an http_address of ::.

Is this a feature you would work on yourself?

Yes, I will be investigating how easy it might be to bind to an ipv6 address instead of an ipv4 one.