diff --git a/README.md b/README.md index 3055406d..4fd363a0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ just a stock Ubuntu install, some clever Ansible config and a bunch of docker co * Any number of Samba shares for you to store your stuff * A BitTorrent client * Various media management tools - Sonarr, Sickrage, CouchPotato, Radarr -* Media streaming via Plex +* Media streaming via Plex or Emby * A Docker host with Portainer for image and container management * Various ways to see stats about your NAS - Glances, dashboards in Grafana * A backup tool - allows scheduled backups to Amazon S3, OneDrive, Dropbox etc @@ -20,6 +20,7 @@ just a stock Ubuntu install, some clever Ansible config and a bunch of docker co - [CouchPotato](https://couchpota.to/) for downloading and managing movies - [Duplicati](https://www.duplicati.com/) for backing up your stuff + - [Emby](https://emby.media/) - Media streaming and management - [Glances](https://nicolargo.github.io/glances/) for seeing the state of your system via a web browser - [Grafana](https://github.com/grafana/grafana) - Dashboarding tool - [InfluxDB](https://github.com/influxdata/influxdb) - Time series database used for stats collection diff --git a/tasks/emby.yml b/tasks/emby.yml index bf5b780c..66e92bd8 100644 --- a/tasks/emby.yml +++ b/tasks/emby.yml @@ -2,7 +2,6 @@ file: path: "{{ item }}" state: directory - # mode: 0755 with_items: - "{{ emby_config_directory }}" @@ -16,7 +15,6 @@ - "{{ emby_movies_directory }}:/movies:rw" - "{{ emby_tv_directory }}:/tv:rw" - "/etc/timezone:/etc/timezone:ro" - network_mode: "host" ports: - "8096:8096" # HTTP port - "8920:8920" # HTTPS port