Jellyfin is a multimedia library manager. Clients can browse and stream music, movies, and TV shows from the server and play them locally (including in the browser).
10 lines
148 B
YAML
10 lines
148 B
YAML
- block:
|
|
- import_tasks: install.yml
|
|
tags:
|
|
- install
|
|
- import_tasks: deploy.yml
|
|
- import_tasks: httpd-proxy.yml
|
|
tags:
|
|
- jellyfin
|
|
|