···4455<!-- TOC -->
66* [What Does It Do?](#what-does-it-do)
77+* [Quick Start](#quick-start)
78* [Install](#install)
89 * [Docker](#docker)
910 * [Local (Node)](#local-node)
···4546<img src="/docs/assets/thumbnail-multiple.png"
4647alt="thumbnail view" width="400">
47484949+# Quick Start
5050+5151+Assuming:
5252+5353+* Host machine IP is 192.168.1.101
5454+ * Tautulli and TND will be installed on the same machine using Docker with bridge mode networking
5555+ * Discord webhook/notification agent already setup in Tautulli
5656+* You want the digest to be posted at 5pm Eastern Standard Time
5757+5858+#### Setup Docker
5959+6060+* Include environmental variables for:
6161+ * Your existing discord webhook from Tautulli discord notification agent using `DISCORD_WEBHOOK`
6262+ * The 5pm cron expression using `CRON`
6363+* Map the default port 8078
6464+6565+```shell
6666+docker run -e DISCORD_WEBHOOK="https://discord.com/api/webhooks/606873513" -e CRON="0 17 * * *" -p 8078:8078 ghcr.io/foxxmd/tautuilli-notification-digest
6767+```
6868+6969+TND endpoint is now available at `http://192.168.1.101:8078/my-digest`
7070+7171+#### Modify Tautulli
7272+7373+Edit your existing Tautuilli discord notification agent:
7474+7575+* On the **Configuration** tab
7676+ * Change **Discord Webhook URL** to `http://192.168.1.101:8078/my-digest`
7777+ * Make sure these settings are set
7878+ * ✅ Include Rich Metadata Info
7979+ * ✅ Include Summary
8080+ * ✅ Include Link to Plex Web (optional)
8181+ * ❎ Use Poster Thumbnail
8282+* On the **Triggers**
8383+ * ✅ Recently Added
8484+8585+**Save** your changes. TND is now setup and running.
8686+4887# Install
49885089## Docker
···69108In your agent ensure these settings are used:
7010971110* Configuration
7272- * Discord Webhook Url
111111+ * Discord Webhook URL
73112 * **TND location + Slug (see below)**
74113 * ✅ Include Rich Metadata Info
75114 * ✅ Include Summary
76115 * ✅ Include Link to Plex Web (optional)
116116+ * ❎ Use Poster Thumbnail
77117* Triggers
78118 * ✅ Recently Added
79119