27 lines
720 B
Markdown
27 lines
720 B
Markdown
# Jellyfin Deployment
|
|
|
|
Jellyfin is a free, self-hosted media server.
|
|
|
|
## Variables
|
|
|
|
### Container Settings
|
|
|
|
- `IMAGE`: Docker image (default: `docker.io/jellyfin/jellyfin`).
|
|
- `VERSION`: Image tag (required, no default).
|
|
- `NAME`: Container name (default: `jellyfin`).
|
|
|
|
### Volumes
|
|
|
|
- `CONFIG`: Path to the config directory on the host (required, no default).
|
|
- `CACHE`: Path to the cache directory on the host (required, no default).
|
|
- `MEDIA`: Path to your media library on the host (required, no default).
|
|
|
|
### Network
|
|
|
|
- `ENDPOINT`: Address and port binding (default: `127.0.0.1:8096`).
|
|
|
|
## License
|
|
|
|
This project is released under the 0BSD license, which allows for unrestricted
|
|
use, modification, and distribution.
|