7ca8b7c71d 
					 
					
						
						
							
							feat(nextcloud): integrate Talk & Whiteboard; refactor to NEXTCLOUD_* vars; full-stack setup  
						
						... 
						
						
						
						config(ports): add Nextcloud websocket port (4003); canonical domains (nextcloud/talk/whiteboard)
refactor: unify get_app_conf usage & Jinja spacing; migrate paths/handlers to new NEXTCLOUD_* vars
feat(plugins): split plugin routines; configure Whiteboard via occ (URL + JWT)
fix(oidc): use NEXTCLOUD_URL for logout; correct LDAP attribute mappings; add OIDC flavor switch
feat: Whiteboard container & reverse-proxy location; Talk STUN/WS ports; Redis URL for Whiteboard
chore: drop obsolete TODO; minor cleanups in oauth2-proxy, matrix, peertube, pgadmin, phpldapadmin, pixelfed, phpmyadmin
security(schema): Bluesky jwt_secret now base64_prefixed_32; add Nextcloud whiteboard_jwt_secret
db: normalize postgres image tag templating; central DB host checks spacing fixes
ops: add full-stack bootstrap (certs, proxy, volumes); internal nginx config reload handler update
refs: https://chatgpt.com/share/68b5f5b7-8d64-800f-b001-1241f818dc0e  
						
						
					 
					
						2025-09-01 21:37:02 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						110381e80c 
					 
					
						
						
							
							Refactored peertube role and implemented config volume  
						
						
						
						
					 
					
						2025-09-01 18:19:50 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b02d88adc0 
					 
					
						
						
							
							Refactored server roles for better readability  
						
						
						
						
					 
					
						2025-09-01 18:08:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6ea8301364 
					 
					
						
						
							
							Refactor: migrate cmp/* and srv/* roles into sys-stk/* and sys-svc/* namespaces  
						
						... 
						
						
						
						- Removed obsolete 'cmp' category, introduced 'stk' category (fa-bars-staggered icon).
- Renamed roles:
  * cmp-db-docker → sys-stk-back-stateful
  * cmp-docker-oauth2 → sys-stk-back-stateless
  * srv-domain-provision → sys-stk-front
  * cmp-db-docker-proxy → sys-stk-full-stateful
  * cmp-docker-proxy → sys-stk-full-stateless
  * cmp-rdbms → sys-svc-rdbms
- Updated all include_role references, vars, templates and README.md files.
- Adjusted run_once comments and variable paths accordingly.
- Updated all web-app roles to use new sys-stk/* and sys-svc/* roles.
Conversation: https://chatgpt.com/share/68b0ba66-09f8-800f-86fc-76c47009d431  
						
						
					 
					
						2025-08-28 22:23:09 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4f39ac732 
					 
					
						
						
							
							Renamed webserver roles to more speakable names  
						
						
						
						
					 
					
						2025-08-20 08:54:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9cfb8f3a60 
					 
					
						
						
							
							Different optimations for collabora  
						
						
						
						
					 
					
						2025-08-20 08:34:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						dc125e4843 
					 
					
						
						
							
							Solved path bug  
						
						
						
						
					 
					
						2025-08-20 06:18:52 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						39a54294dd 
					 
					
						
						
							
							Moved update commands to nextcloud role  
						
						
						
						
					 
					
						2025-08-20 06:07:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b867a52471 
					 
					
						
						
							
							Refactor and extend role dependency resolution:  
						
						... 
						
						
						
						- Introduced module_utils/role_dependency_resolver.py with full support for include_role, import_role, meta dependencies, and run_after.
- Refactored cli/build/tree.py to use RoleDependencyResolver (added toggles for include/import/dependencies/run_after).
- Extended filter_plugins/canonical_domains_map.py with optional 'recursive' mode (ignores run_after by design).
- Updated roles/web-app-nextcloud to properly include Collabora dependency.
- Added comprehensive unittests under tests/unit/module_utils for RoleDependencyResolver.
Ref: https://chatgpt.com/share/68a519c8-8e54-800f-83c0-be38546620d9  
						
						
					 
					
						2025-08-20 02:42:07 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7019b307c5 
					 
					
						
						
							
							Optimized collabora draft  
						
						
						
						
					 
					
						2025-08-20 01:00:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						022800425d 
					 
					
						
						
							
							THE HUGE REFACTORING CALENDER WEEK 33; Optimized Matrix and during this updated variables, and implemented better reset and cleanup mode handling, also solved some initial setup bugs  
						
						
						
						
					 
					
						2025-08-15 15:15:48 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						567b1365c0 
					 
					
						
						
							
							Nextcloud: async overhaul & task refactor (conditional wait, faster polling)  
						
						... 
						
						
						
						• Add config.performance.async.wait_for and expose as nextcloud_wait_for_async_enabled to toggle waiting for async jobs.
• Split system/admin/index maintenance into separate tasks: 02_add_missing_indices.yml, 03_admin.yml, 04_system_config.yml.
• Refactor plugin flow: rename 02_plugin→05_plugin, 03_plugin_routines→06_plugin_routines, 04_plugin_enable_and_configure→07_plugin_enable_and_configure; remove old 03_plugin_routines and 05_system.
• Harden async handling: filter async_status loops by ansible_job_id; conditionally wait only when nextcloud_wait_for_async_enabled; reduce delay to 1s.
• Reorder main.yml to run system steps before plugin setup; keep handlers flush earlier.
• env.j2: simplify get_app_conf lookups (drop extra True flag).
• vars/main.yml: add nextcloud_host_nginx_path and nextcloud_wait_for_async_enabled.
https://chatgpt.com/share/689c9d4a-1748-800f-b490-06a5a48dd831  
						
						
					 
					
						2025-08-13 16:13:00 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4fa1c6cfbd 
					 
					
						
						
							
							ansible: quote file modes; keycloak: robust LDAP bind update + config cleanup  
						
						... 
						
						
						
						Highlights
- Quote all file modes as strings ("0755"/"0770") across multiple roles to avoid YAML octal quirks and improve portability.
- Keycloak: introduce actions.{import_realm,update_ldap_bind} feature flags and wire them via vars/config.
- Implement idempotent LDAP bind updater (tasks/03_update-ldap-bind.yml):
  * kcadm login with no_log protection,
  * fetch LDAP UserStorage component by name,
  * compare current bindDn/bindCredential and update only when changed.
- Keycloak realm import template: keep providerId="ldap" and set name from keycloak_ldap_component_name.
- Centralize Keycloak readiness check in tasks/main.yml; remove duplicate waits from 02_update_client_redirects.yml and 04_ssh_public_key.yml.
- 01_import.yml: fix typo (keycloak), quote modes, tidy spacing, and replace Jinja-in-Jinja fileglob with concatenation.
- 02_update_client_redirects.yml: correct assert fail_msg filename; keep login-first flow.
- Minor template/vars tidy-ups (spacing, comments, consistent variable usage).
Files touched (excerpt)
- roles/*/*: replace 0755/0770 → "0755"/"0770"
- roles/web-app-keycloak/config/main.yml: add actions map
- roles/web-app-keycloak/vars/main.yml: unify Keycloak vars and feature flags
- roles/web-app-keycloak/tasks/{01_import,02_update_client_redirects,03_update-ldap-bind,04_ssh_public_key,main}.yml
- roles/web-app-keycloak/templates/{docker-compose.yml.j2,import/realm.json.j2}
https://chatgpt.com/share/689bda16-b138-800f-8258-e13f6d7d8239  
						
						
					 
					
						2025-08-13 02:20:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						6e04ac58d2 
					 
					
						
						
							
							Moved blocks to include_tasks to raise performance. Deploy was really slow  
						
						
						
						
					 
					
						2025-08-11 12:28:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						27973c2773 
					 
					
						
						
							
							Optimized injection layer on lua base, as replace for nginx replace. Also optimized cloudflare cache deletion(no everytime for cleanup). Still CDN is required for logout mechanism via JS and Nextcloud deploy is buggy after changing from nginx to openresty. Propably some variable overwritte topic. Should be solved tomorrow.  
						
						
						
						
					 
					
						2025-07-24 19:13:13 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f62355e490 
					 
					
						
						
							
							Replaced nginx native with openresty for logout injection. Right now still buggy on nextcloud and espocrm  
						
						
						
						
					 
					
						2025-07-24 03:19:16 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						ad449c3b6a 
					 
					
						
						
							
							Adapted roles to new architecture  
						
						
						
						
					 
					
						2025-07-17 15:39:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						af3ea9039c 
					 
					
						
						
							
							Restructure and cleaned up in preparation of new backup logic  
						
						
						
						
					 
					
						2025-07-15 23:51:51 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						d1c8036fa4 
					 
					
						
						
							
							Implemented DB Credentials Update for Nextcloud and solved bug  
						
						
						
						
					 
					
						2025-07-14 18:41:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						756597668c 
					 
					
						
						
							
							Semi bsr for applications[] to prevent heavy to debug bugs in j2 - part 1  
						
						
						
						
					 
					
						2025-07-13 15:11:38 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						96268e7161 
					 
					
						
						
							
							Renamed server roles by osi they work on  
						
						
						
						
					 
					
						2025-07-10 12:33:46 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						c9c73cbdb2 
					 
					
						
						
							
							Decoupeld database, docker and proxy  
						
						
						
						
					 
					
						2025-07-09 14:21:30 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						575df76ec3 
					 
					
						
						
							
							Shortened service- to svc-  
						
						
						
						
					 
					
						2025-07-09 05:00:41 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						66198ca1ec 
					 
					
						
						
							
							Shortened webserver to srv-web-  
						
						
						
						
					 
					
						2025-07-09 04:27:58 +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