Initial Jellyfin media server deployment

This commit is contained in:
2026-04-11 11:12:01 -04:00
commit bd12fd2b54
3 changed files with 48 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# 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.