📝(installation) upgrade documentation with yhub instruction

All installation guides are updated to add the instructions about how to
deploy docs with yhub.
This commit is contained in:
Manuel Raynaud
2026-09-04 15:48:50 +02:00
committed by Anthony LC
parent 1889fa1b65
commit 08041cbe29
17 changed files with 477 additions and 34 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ On the `y-provider` side, point it at the Django backend so it can fetch the JWK
COLLABORATION_BACKEND_BASE_URL: http://{django-service}:8000
```
The JWKS url defaults to `{COLLABORATION_BACKEND_BASE_URL}/api/v1.0/jwks`; override it with `JWKS_URL` if Django is not reachable at that base url from the y-provider service.
The JWKS is fetched from `{COLLABORATION_BACKEND_BASE_URL}/api/v1.0/jwks`, so that url has to be reachable from the y-provider service.
### One service, not two anymore