mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	feat(nextcloud): add automatic installation of XWiki Nextcloud app when 'web-app-xwiki' is in group_names
Ref: https://chatgpt.com/share/68c2bf97-b740-800f-a058-260f17aa131b
This commit is contained in:
		| @@ -270,3 +270,8 @@ plugins: | ||||
|   whiteboard: | ||||
|     # Nextcloud Whiteboard: provides a collaborative drawing and brainstorming tool (https://apps.nextcloud.com/apps/whiteboard) | ||||
|     enabled: true | ||||
|  | ||||
|   xwiki: | ||||
|     # XWiki Integration: search & display XWiki content from Nextcloud | ||||
|     # https://apps.nextcloud.com/apps/xwiki | ||||
|     enabled: "{{ 'web-app-xwiki' in group_names | lower }}" | ||||
		Reference in New Issue
	
	Block a user