6 Commits

Author SHA1 Message Date
Jérôme Petazzoni
a1fa6221d8 ♻️ Update dockercoins for IPv6 support
We want to be able to run on IPv6-only clusters
(as well as legacy IPv4 clusters, as well as
DualStack clusters). This requires minor changes
in the code, because in multiple places, we were
binding listening sockets explicitly to 0.0.0.0.
We change this to :: instead, and in some cases,
we make it easier to change that if needed (e.g.
through environment variables).
2025-11-09 19:50:07 +01:00
Jerome Petazzoni
f99e6bcb8e better redis error handling 2015-06-08 22:03:49 +00:00
Jerome Petazzoni
b95a28ca71 make webui resilient to redis errors 2015-06-08 14:43:40 -07:00
Jerome Petazzoni
ba6f7ab58f add resilience 2015-06-08 11:25:33 -07:00
Jerome Petazzoni
a6acbce1e7 Fix webui 2015-06-08 08:40:13 -07:00
Jerome Petazzoni
a94147ca4e Save a bunch of things 2015-06-06 21:07:20 -07:00