https://github.com/dpbm/jellyfin-config
A script to generate a jellyfin quickstart with docker
https://github.com/dpbm/jellyfin-config
automation-script bash docker docker-compose docker-script docker-scripts jellyfin linux quickstart script server
Last synced: 2 months ago
JSON representation
A script to generate a jellyfin quickstart with docker
- Host: GitHub
- URL: https://github.com/dpbm/jellyfin-config
- Owner: Dpbm
- Created: 2022-09-18T11:57:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-25T19:12:13.000Z (over 1 year ago)
- Last Synced: 2025-01-19T18:51:54.582Z (4 months ago)
- Topics: automation-script, bash, docker, docker-compose, docker-script, docker-scripts, jellyfin, linux, quickstart, script, server
- Language: Shell
- Homepage: https://dpbm.github.io/jellyfin-config/
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# A Jellyfin startup script
Run this script to create a Jellyfin docker instance
Requirements:
[docker](https://www.docker.com/)
[docker compose](https://docs.docker.com/compose/install/)To run use:
```
chmod +x ./Jellyfin
./jellyfin
```Move your files to `$HOME/jellyfin-medias/media/` to list on platform
You can use the start and stop scripts too. To use this do:
```
chmod +x start_jellyfin
chmod +x stop_jellyfin
```then add this folder to your $PATH `PATH=/path/to/this/folder:$PATH`