Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
context: .
file: docker/Dockerfile
push: true
provenance: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
build-args: |
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,9 @@ PlexCache-D/
│ └── static/ # CSS, JS assets
├── docker/ # Docker support
│ ├── Dockerfile # Multi-stage container build
│ ├── docker-entrypoint.sh # Container startup script
│ └── plexcache-d.xml # Unraid Community Apps template
│ └── docker-entrypoint.sh # Container startup script
├── templates/ # Unraid Community Apps store
│ └── plexcache-d.xml # Container template (auto-discovered by CA)
├── tools/ # Diagnostic utilities
│ └── audit_cache.py # Cache diagnostic tool
├── data/ # Runtime tracking files (auto-created, JSON)
Expand Down
4 changes: 2 additions & 2 deletions docker/UNRAID_SETUP.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ PlexCache-D automatically caches your frequently-accessed Plex media (OnDeck and

### Option 2: Docker Template (Quick Install)

1. Download [plexcache-d.xml](https://raw.githubusercontent.com/StudioNirin/PlexCache-D/main/docker/plexcache-d.xml)
1. Download [plexcache-d.xml](https://raw.githubusercontent.com/StudioNirin/PlexCache-D/main/templates/plexcache-d.xml)
2. Place it in `/boot/config/plugins/dockerMan/templates-user/` on your Unraid server
3. Go to **Docker** → **Add Container** → Select "plexcache-d" from the template dropdown
3. Go to **Docker** → **Add Container** → Select "Plexcache-D" from the template dropdown
4. Adjust paths for your setup and click **Apply**

### Option 3: Manual Docker Installation
Expand Down
59 changes: 0 additions & 59 deletions docker/plexcache-d.xml

This file was deleted.

Loading