mirror of
https://github.com/tschettervictor/bsd-apps.git
synced 2026-01-03 11:18:38 +01:00
28 lines
577 B
Markdown
28 lines
577 B
Markdown
# Plex Media Server
|
|
https://plex.tv
|
|
|
|
### Command to fetch script
|
|
```
|
|
fetch https://raw.githubusercontent.com/tschettervictor/bsd-apps/main/plex/plex-install.sh
|
|
```
|
|
|
|
Don't forget to
|
|
```
|
|
chmod +x plex-install.sh
|
|
```
|
|
|
|
## Notes
|
|
- the mount point below is only for plex settings and metadata, not media files
|
|
- media files should be mounted into `/mnt/media` or a similar directory
|
|
|
|
## Variables
|
|
|
|
BETA
|
|
- set to 1 to use beta version of plex
|
|
|
|
## Mount points (should be mounted outside the jail)
|
|
- `/mnt/plex-data` - metadata, settings directory
|
|
|
|
## Jail Properties
|
|
- none
|