- Add grocy subdomain to domains.yml - Create Docker Compose template using LinuxServer image - Add Ansible task for service deployment - Configure Caddy reverse proxy with Authentik auth and API bypass - Add DNS record for grocy subdomain - Integrate with productivity services category 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			42 lines
		
	
	
		
			814 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			42 lines
		
	
	
		
			814 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
---
 | 
						|
# Productivity services - Task management, document handling, and personal organization
 | 
						|
 | 
						|
- name: Install paperlessngx
 | 
						|
  import_tasks: paperlessngx.yml
 | 
						|
  tags: paperlessngx
 | 
						|
 | 
						|
- name: Install baikal
 | 
						|
  import_tasks: baikal.yml
 | 
						|
  tags: baikal
 | 
						|
 | 
						|
- name: Install syncthing
 | 
						|
  import_tasks: syncthing.yml
 | 
						|
  tags: syncthing
 | 
						|
 | 
						|
- name: Install mmdl
 | 
						|
  import_tasks: mmdl.yml
 | 
						|
  tags: mmdl
 | 
						|
 | 
						|
- name: Install heyform
 | 
						|
  import_tasks: heyform.yml
 | 
						|
  tags: heyform
 | 
						|
 | 
						|
- name: Install dawarich
 | 
						|
  import_tasks: dawarich.yml
 | 
						|
  tags: dawarich
 | 
						|
 | 
						|
- name: Install palmr
 | 
						|
  import_tasks: palmr.yml
 | 
						|
  tags: palmr
 | 
						|
 | 
						|
- name: Install obsidian-livesync
 | 
						|
  import_tasks: obsidian-livesync.yml
 | 
						|
  tags: obsidian-livesync
 | 
						|
 | 
						|
- name: Install kanboard
 | 
						|
  import_tasks: kanboard.yml
 | 
						|
  tags: kanboard
 | 
						|
 | 
						|
- name: Install grocy
 | 
						|
  import_tasks: grocy.yml
 | 
						|
  tags: grocy |