- Add Palmr Docker Compose template with encryption enabled - Create Palmr deployment tasks for productivity category - Add files.thesatelliteoflove.com routing in Caddyfile - Restore files subdomain for Palmr service - Add Palmr to Glance dashboard with file icon - Generate and store encryption key in vault - Configure HTTPS, Authentik integration, and dockcheck updates 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
		
			
				
	
	
		
			34 lines
		
	
	
		
			679 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			34 lines
		
	
	
		
			679 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 |