umap/docs
Alexis Métaireau 940ae77602 settings: Make the websocket settings clearer.
It is now using `WEBSOCKET_BACK_HOST`, `WEBSOCKET_BACK_PORT` and
`WEBSOCKET_FRONT_URI`.

We need to take in consideration that the "front" WebSocket address
(that clients will connect to) might be different than the "back" ip and
port which are bound in the host.

This happens for instance for reverse proxies, or when running inside
a container.

We considered using a `WEBSOCKET_TLS` setting, to try guessing the
"front" address based on `WEBSOCKET_HOST`, `WEBSOCKET_PORT` and
`WEBSOCKET_TLS`, but as the back and front address can differ, this
would need to introduce a `WEBSOCKET_URI` in any case, so we went with
just using it, and not adding an extra `WEBSOCKET_TLS`.
2024-06-07 18:21:30 +02:00
..
assets [docs] Rework the documentation 2023-12-05 16:18:10 +01:00
config settings: Make the websocket settings clearer. 2024-06-07 18:21:30 +02:00
deploy Docs improvement 2024-05-07 10:03:34 +02:00
dev docs: update namespace of uMap objects 2024-02-19 17:11:10 -05:00
stylesheets [docs] Rework the documentation 2023-12-05 16:18:10 +01:00
changelog.md changelog 2024-05-17 17:48:50 +02:00
contributing.md [docs] update the "testing" contributing section 2024-04-01 11:12:44 +02:00
index.md docs: fix link in index.md 2024-02-09 14:42:27 +01:00
install.md docs: remove mentions of compress / django-compressor 2024-01-19 17:16:38 +01:00
release.md 2.3.0 2024-05-09 18:08:08 +02:00
requirements.txt chore: bump mkdocs-material from 9.5.24 to 9.5.25 2024-05-27 17:40:58 +00:00