Skip to content

Commit 01785fe

Browse files
committed
feat: add minutes watched over time view
1 parent 08a3bb6 commit 01785fe

18 files changed

Lines changed: 1261 additions & 63 deletions

.github/workflows/docker-publish.yml

Lines changed: 24 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -66,30 +66,29 @@ jobs:
6666
with:
6767
name: Release ${{ github.ref_name }}
6868
body: |
69-
## Docker Images
70-
71-
Pull the image using:
72-
```bash
73-
docker pull mrorbitman/jellyfin-wrapped:${{ github.ref_name }}
74-
# or
75-
docker pull mrorbitman/jellyfin-wrapped:latest
76-
```
77-
78-
Example docker-compose.yaml:
79-
80-
```
81-
version: "3"
82-
services:
83-
web:
84-
image: mrorbitman/jellyfin-wrapped:${{ github.ref_name }}
85-
86-
ports:
87-
- "80:80"
88-
restart: unless-stopped
89-
container_name: jellyfin-wrapped
90-
```
91-
92-
Docker Hub URL: https://hub.docker.com/r/mrorbitman/jellyfin-wrapped/tags
69+
## Docker Images
70+
71+
Pull the image using:
72+
```bash
73+
docker pull mrorbitman/jellyfin-wrapped:${{ github.ref_name }}
74+
# or
75+
docker pull mrorbitman/jellyfin-wrapped:latest
76+
```
77+
78+
Example docker-compose.yaml:
79+
80+
```
81+
version: "3"
82+
services:
83+
web:
84+
image: mrorbitman/jellyfin-wrapped:${{ github.ref_name }}
85+
86+
ports:
87+
- "80:80"
88+
restart: unless-stopped
89+
container_name: jellyfin-wrapped
90+
```
91+
92+
Docker Hub URL: https://hub.docker.com/r/mrorbitman/jellyfin-wrapped/tags
9393
draft: false
9494
prerelease: false
95-

0 commit comments

Comments
 (0)