5e616d3962 
					 
					
						
						
							
							web: general domain cleanup (canonical/aliases normalization)  
						
						... 
						
						
						
						- Normalize domain blocks across apps:
  - Add explicit 'aliases: []' everywhere (no implicit aliases)
  - Standardize canonical subdomains for consistency:
    * Bluesky: web/api under *.bluesky.<PRIMARY_DOMAIN>
    * EspoCRM: espo.crm.<PRIMARY_DOMAIN>
    * Gitea:   tea.git.<PRIMARY_DOMAIN>
    * GitLab:  lab.git.<PRIMARY_DOMAIN>
    * Joomla:  joomla.cms.<PRIMARY_DOMAIN>
    * Magento: magento.shop.<PRIMARY_DOMAIN>
    * OpenProject: open.project.<PRIMARY_DOMAIN>
    * Pretix:  ticket.shop.<PRIMARY_DOMAIN>
    * Taiga:   kanban.project.<PRIMARY_DOMAIN>
  - Remove legacy/duplicate aliases and use empty list instead
  - Fix 'alias' -> 'aliases' where applicable
Context: preparing for AUTO_BUILD_ALIASES=False and deterministic redirect mapping.
Ref: conversation https://chatgpt.com/share/68cd512c-c878-800f-bdf2-81737adf7e0e  
						
						
					 
					
						2025-09-19 14:51:56 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						07b7c6484f 
					 
					
						
						
							
							xwiki: switch to PostgreSQL and remove custom Hibernate override  
						
						... 
						
						
						
						Config: set database.type=postgres; use image tag lts-<dbtype>-tomcat; make DB_TYPE templated; derive database_type from app config.
Cleanup: delete hibernate.cfg.xml template and volume mounts; remove XWIKI_HOST_HIBERNATE_PATH; stop rendering hibernate.cfg.xml.
web-svc-cdn: run_once task fix.
Context: troubleshooting on 2025-09-12. Conversation link: https://chatgpt.com/share/68c3978e-77cc-800f-beda-19220f70855f  
						
						
					 
					
						2025-09-12 05:46:45 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						b02d88adc0 
					 
					
						
						
							
							Refactored server roles for better readability  
						
						
						
						
					 
					
						2025-09-01 18:08:35 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						231fd567b3 
					 
					
						
						
							
							feat(frontend): rename inj roles to sys-front-*, add sys-svc-cdn, cache-busting lookup  
						
						... 
						
						
						
						Introduce sys-svc-cdn (cdn_paths/cdn_urls/cdn_dirs) and ensure CDN directories + latest symlink.
Rename sys-srv-web-inj-* → sys-front-inj-*; update includes/templates; serve shared/per-app CSS & JS via CDN.
Add lookup_plugins/local_mtime_qs.py for mtime-based cache busting; split CSS into default.css/bootstrap.css + optional per-app style.css.
CSP: use style-src-elem; drop unsafe-inline for styles. Services: fix SYS_SERVICE_ALL_ENABLED bool and controlled flush.
BREAKING CHANGE: role names changed; replace includes and references accordingly.
Conversation: https://chatgpt.com/share/68b55494-9ec4-800f-b559-44707029141d  
						
						
					 
					
						2025-09-01 10:10:23 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						009bee531b 
					 
					
						
						
							
							Refactor role naming for TLS and proxy stack  
						
						... 
						
						
						
						- Renamed role `srv-tls-core` → `sys-svc-certs`
- Renamed role `srv-https-stack` → `sys-stk-front-pure`
- Renamed role `sys-stk-front` → `sys-stk-front-proxy`
- Updated all includes, READMEs, meta, and dependent roles accordingly
This improves clarity and consistency of naming conventions for certificate management and proxy orchestration.
See: https://chatgpt.com/share/68b19f2c-22b0-800f-ba9b-3f2c8fd427b0  
						
						
					 
					
						2025-08-29 14:38:20 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a4f39ac732 
					 
					
						
						
							
							Renamed webserver roles to more speakable names  
						
						
						
						
					 
					
						2025-08-20 08:54:17 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						cc2c1dc730 
					 
					
						
						
							
							Renamed injection services  
						
						
						
						
					 
					
						2025-08-16 00:01:46 +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 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0228014d34 
					 
					
						
						
							
							Replaced .infinito.service and .infinito.timer by SOFTWARE_NAME suffix, optimized LICENSE link and update OIDC Realm and ID conf  
						
						
						
						
					 
					
						2025-08-14 14:39:18 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						4a65a254ae 
					 
					
						
						
							
							replaced port-ui-desktop with desktop to make it more speakable  
						
						
						
						
					 
					
						2025-08-14 11:45:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						a40d48bb03 
					 
					
						
						
							
							Refactor srv-web-7-7-inj-port-ui-desktop to use CDN-served JS file with inline initializer  
						
						... 
						
						
						
						- Added vars/main.yml to define iframe-handler.js file name and destination
- Implemented 01_deploy.yml to deploy iframe-handler.js to CDN and set mtime-based version fact
- Split original iframe logic into:
  • iframe-handler.js (full logic, served from CDN)
  • iframe-init_one_liner.js.j2 (small inline bootstrap, CSP-hashed)
- Updated head_sub.j2 to load script from CDN instead of embedding full code
- Added body_sub.j2 for inline init code
- Updated iframe-handler.js.j2 with initIframeHandler() function and global exposure
- Activated role earlier in inj-compose with public: true so vars are available for templates
- Included 'port-ui-desktop' in body_snippets loop in location.lua.j2
- Disabled 'port-ui-desktop' feature in web-svc-cdn config by default
https://chatgpt.com/share/689d03a8-4c28-800f-8b06-58ce2807b075  
						
						
					 
					
						2025-08-13 23:29:32 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						db0e030900 
					 
					
						
						
							
							Renamed general and mode constants and implemented a check to verify that constants are just defined ones over the whole repository  
						
						
						
						
					 
					
						2025-08-13 19:11:14 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						f31565e4c5 
					 
					
						
						
							
							Optimized URLS  
						
						
						
						
					 
					
						2025-08-13 00:33:47 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						0c4cd283c4 
					 
					
						
						
							
							Optimized CDN variables during bug research  
						
						
						
						
					 
					
						2025-08-12 14:31:24 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1a42e8bd14 
					 
					
						
						
							
							Replaced depenencies by includes for performance reasons  
						
						
						
						
					 
					
						2025-08-12 03:08:33 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						1595a7c4a6 
					 
					
						
						
							
							Optimized tests für run once  
						
						
						
						
					 
					
						2025-08-12 02:38:37 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						22c8c395f0 
					 
					
						
						
							
							Refactored handlers loading  
						
						
						
						
					 
					
						2025-08-08 19:01:12 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						aae69ea15b 
					 
					
						
						
							
							Ensure that keycloak is up  
						
						
						
						
					 
					
						2025-08-08 17:25:31 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						9228d51e86 
					 
					
						
						
							
							Restructured server config  
						
						
						
						
					 
					
						2025-08-07 11:31:06 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						7a09f223af 
					 
					
						
						
							
							Implemented the correct setup of the bbb administrator  
						
						
						
						
					 
					
						2025-08-06 15:51:08 +02:00 
						 
				 
			
				
					
						
					 
					
						
						
							
						
						44e0fea0b2 
					 
					
						
						
							
							Renamed cymais to infinito and did some other optimations and logout implementations  
						
						
						
						
					 
					
						2025-07-29 16:35:42 +02:00