|
03290eafe1
|
feat(proxy,bigbluebutton): use parameterized HTML location template & add build retry
- proxy(html.conf.j2):
* Make proxy_pass more robust (strip '=', '^~' prefixes; ignore @/~ match locations)
* Switch WS header to $connection_upgrade
* Unify timeouts (proxy_connect_timeout 5s)
* Lua optional: include only when proxy_lua_enabled=true; unset Accept-Encoding only then
* Buffering via flag: proxy_buffering/proxy_request_buffering 'on' with Lua, otherwise 'off'
- proxy(media.conf.j2): minor formatting/spacing fix
- inj-css(head_sub.j2): consistent spacing for global_css_version
- bigbluebutton(tasks/main.yml):
* Render HTML location block once before include_role (location='^~ /html5client', OAuth2/Lua disabled)
* Pass rendered snippet via proxy_extra_configuration to the vHost
* Cleanup afterwards: proxy_extra_configuration = undef()
- docker-compose(handlers):
* Build with retry: if 'docker compose build' fails -> retry with '--no-cache --pull'
* Enable BuildKit (DOCKER_BUILDKIT=1, COMPOSE_DOCKER_CLI_BUILD=1)
- vars: trailing newline / minor formatting
Motivation:
- BBB HTML5 client (^~ /html5client) needs a separate location without Lua/buffering.
- More resilient CI/CD builds via automatic no-cache retry.
- Cleaner headers/proxy defaults and fewer side effects.
Files:
- roles/docker-compose/handlers/main.yml
- roles/srv-proxy-7-4-core/templates/location/html.conf.j2
- roles/srv-proxy-7-4-core/templates/location/media.conf.j2
- roles/srv-web-7-7-inj-css/templates/head_sub.j2
- roles/web-app-bigbluebutton/tasks/main.yml
- roles/web-app-bigbluebutton/vars/main.yml
|
2025-08-13 06:01:50 +02:00 |
|
|
58c64bd7c6
|
Placed docker compose flush more specific
|
2025-08-13 03:53:13 +02:00 |
|
|
13d8663796
|
Added version and repository to bbb
|
2025-08-13 00:35:14 +02:00 |
|
|
90ad688ca9
|
Solved bbb backup bug
|
2025-08-07 14:57:02 +02:00 |
|
|
7a09f223af
|
Implemented the correct setup of the bbb administrator
|
2025-08-06 15:51:08 +02:00 |
|
|
5343536d27
|
Optimized snipe-it und bbb
|
2025-07-21 01:40:42 +02:00 |
|
|
6a1a83432f
|
Different optimations and mig integration. test will fail due to strickter validation checks. need to be cleaned up tomorrow
|
2025-07-18 20:08:20 +02:00 |
|
|
9a8ef5e047
|
Implemented new appid for bbb
|
2025-07-17 16:04:05 +02:00 |
|
|
22b4342300
|
Implemented schema/main.yml und config/main.yml file
|
2025-07-09 02:03:32 +02:00 |
|
|
563d5fd528
|
Huge role refactoring/cleanup. Other commits will propably follow. Because some bugs will exist. Still important for longrun and also for auto docs/help/slideshow generation
|
2025-07-08 23:43:13 +02:00 |
|