helm: Use Apache instead of nginx to serve our static repo files (sync collabora/production from collabora/staging)
- Apr 16, 2024
-
-
Pablo Vigo Mas authored
It is necessary to add a new block to allow new volumes from the values file without modifying the original Helm chart. Signed-off-by: Pablo Vigo <pvigo@collabora.com>
-
- Apr 09, 2024
-
-
Ryan Gonzalez authored
mod_dir is needed to redirect directory URLs to include the trailing slash; without that, following links in the index will *overwrite* the trailing path component instead of appending to it, leading to 404s. https://phabricator.apertis.org/T10135 Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
-
This includes support for injecting custom Apache configuration blocks by editing the values file, which should make it possible to add authentication later on. This simplifies the switchover of deployments that are currently using Apache + mod_auth_oidc to guard their published repositories. https://phabricator.apertis.org/T10135 Signed-off-by: Ryan Gonzalez <ryan.gonzalez@collabora.com>
-