40 lines
750 B
YAML
40 lines
750 B
YAML
---
|
|
# Media services - Content creation, management, and consumption
|
|
|
|
- name: Install audiobookshelf
|
|
import_tasks: audiobookshelf.yml
|
|
tags: audiobookshelf
|
|
|
|
- name: Install calibre
|
|
import_tasks: calibre.yml
|
|
tags: calibre
|
|
|
|
- name: Install ghost-1
|
|
import_tasks: ghost-1.yml
|
|
tags: ghost-1
|
|
|
|
- name: Install pinchflat
|
|
import_tasks: pinchflat.yml
|
|
tags: pinchflat
|
|
|
|
- name: Install pinry
|
|
import_tasks: pinry.yml
|
|
tags: pinry
|
|
|
|
- name: Install karakeep
|
|
import_tasks: hoarder.yml
|
|
tags:
|
|
- hoarder
|
|
- karakeep
|
|
|
|
- name: Install manyfold
|
|
import_tasks: manyfold.yml
|
|
tags: manyfold
|
|
|
|
- name: Install dir2opds
|
|
import_tasks: dir2opds.yml
|
|
tags: dir2opds
|
|
|
|
- name: Install koreader sync server
|
|
import_tasks: kosync.yml
|
|
tags: kosync |