Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 10 additions & 5 deletions needo/plexWatch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
Notify and Log watched content on a Plex Media Server[br][br]
[b][span style='color: #E80000;']Directions:[/span][/b][br]
[b]/plexWatch[/b] : in this path, plexWatch will store it's configuration files.[br]
[b]/logs[/b] : in this path plexWatch will store it's logs.
[b]/logs[/b] : the path to the Plex log files. (this directory should contain a file named "Plex Media Server.log")
</Description>
<Registry>https://registry.hub.docker.com/u/needo/plexwatch/</Registry>
<GitHub>https://github.com/needo37/plexWatch</GitHub>
Expand Down Expand Up @@ -41,15 +41,20 @@
</Networking>
<Data>
<Volume>
<HostDir>/mnt/user/appdata/plexWatch/logs</HostDir>
<ContainerDir>/log</ContainerDir>
<Mode>rw</Mode>
<HostDir>/mnt/cache/appdata/Plex/Library/Application Support/Plex Media Server/Logs/</HostDir>
<ContainerDir>/logs</ContainerDir>
<Mode>ro</Mode>
</Volume>
<Volume>
<HostDir>/mnt/user/appdata/plexWatch</HostDir>
<HostDir>/mnt/cache/cache_only/plexWatch/</HostDir>
<ContainerDir>/plexWatch</ContainerDir>
<Mode>rw</Mode>
</Volume>
<Volume>
<HostDir>/etc/localtime</HostDir>
<ContainerDir>/etc/localtime</ContainerDir>
<Mode>ro</Mode>
</Volume>
</Data>
<WebUI>http://[IP]:[PORT:8080]/plexWatch</WebUI>
<Banner>http://i.imgur.com/QkAUWqZ.png</Banner>
Expand Down