- Add Obsidian LiveSync Docker service with CouchDB backend - Configure service for Tailscale-only access on port 5984 - Add vault credentials for database authentication - Create productivity category task and handler - Enable Glance dashboard integration 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
34 lines
685 B
YAML
34 lines
685 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 pingvin
|
|
import_tasks: pingvin.yml
|
|
tags: pingvin
|
|
|
|
- name: Install obsidian-livesync
|
|
import_tasks: obsidian-livesync.yml
|
|
tags: obsidian-livesync |