Skip to content

Commit 53cf7ba

Browse files
committed
docs: add screenshots & regenerate README
1 parent 1b3bd60 commit 53cf7ba

6 files changed

Lines changed: 9 additions & 7 deletions

File tree

207 KB
Loading
120 KB
Loading
167 KB
Loading

Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ENV HEALTHCHECK_URL="${HEALTHCHECK_ENDPOINT}"
1616

1717
# --- Metadata (Injected by Generator) ---
1818
LABEL org.opencontainers.image.title="Plex Media Server" \
19-
org.opencontainers.image.description="Plex Media Server on FreeBSD." \
19+
org.opencontainers.image.description="Personal media server that organizes and streams your movie, TV, and music collections to all your devices." \
2020
org.opencontainers.image.source="https://github.com/daemonless/plex" \
2121
org.opencontainers.image.url="https://plex.tv/" \
2222
org.opencontainers.image.documentation="https://support.plex.tv/" \

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Source: dbuild templates
88
[![Build Status](https://img.shields.io/github/actions/workflow/status/daemonless/plex/build.yaml?style=flat-square&label=Build&color=green)](https://github.com/daemonless/plex/actions)
99
[![Last Commit](https://img.shields.io/github/last-commit/daemonless/plex?style=flat-square&label=Last+Commit&color=blue)](https://github.com/daemonless/plex/commits)
1010

11-
Plex Media Server on FreeBSD.
11+
Personal media server that organizes and streams your movie, TV, and music collections to all your devices.
12+
1213

1314
| | |
1415
|---|---|
@@ -84,6 +85,7 @@ services:
8485
options:
8586
- container: 'boot args:--pull'
8687
oci:
88+
user: root
8789
environment:
8890
- PUID: !ENV '${PUID}'
8991
- PGID: !ENV '${PGID}'
@@ -182,7 +184,7 @@ Access at: `http://localhost:32400`
182184
| `PGID` | `1000` | Group ID for the application process |
183185
| `TZ` | `UTC` | Timezone for the container |
184186
| `VERSION` | `container` | Plex update channel (container, public, plexpass) |
185-
| `PLEX_CLAIM` | `` | Optional: Claim token from https://plex.tv/claim |
187+
| `PLEX_CLAIM` | `` | Optional: Claim token — get one at https://plex.tv/claim |
186188

187189
### Volumes
188190

compose.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,20 @@ x-daemonless:
44
title: "Plex Media Server"
55
icon: ":simple-plex:"
66
category: "Media Servers"
7-
description: "Plex Media Server on FreeBSD."
7+
description: "Personal media server that organizes and streams your movie, TV, and music collections to all your devices."
88
upstream_url: "https://github.com/daemonless/plex"
99
web_url: "https://plex.tv/"
1010
user: "bsd"
1111
mlock: false
12-
appjail:
13-
12+
appjail: true
13+
1414
docs:
1515
env:
1616
PUID: "User ID for the application process"
1717
PGID: "Group ID for the application process"
1818
TZ: "Timezone for the container"
1919
VERSION: "Plex update channel (container, public, plexpass)"
20-
PLEX_CLAIM: "Optional: Claim token from https://plex.tv/claim"
20+
PLEX_CLAIM: "Optional: Claim token — get one at https://plex.tv/claim"
2121
volumes:
2222
/config: "Configuration directory"
2323
/transcode:

0 commit comments

Comments
 (0)