mirror of
https://github.com/JG2401/HetznerDokployLab.git
synced 2026-08-29 04:30:10 +00:00
27 lines
506 B
Markdown
27 lines
506 B
Markdown
# [jellyfin](https://jellyfin.org)
|
|
|
|
## jellyfin
|
|
|
|
### General
|
|
|
|
- Compose Path: `./projects/jellyfin/docker-compose.yml`
|
|
|
|
### Environment
|
|
|
|
- JELLYFIN_HOST: #your jellyfin domain - for example `jellyfin.example.com`
|
|
|
|
### Domains
|
|
|
|
- Service Name: `jellyfin`
|
|
- Container Port: `8096`
|
|
- HTTPS: `true`
|
|
- Certificate Provider: `Let's Encrypt`
|
|
|
|
### Volume Backups
|
|
|
|
- Task Name: `jellyfin`
|
|
- Schedule `0 0 * * *`
|
|
- Service Name: `jellyfin`
|
|
- Volume: `jellyfin-jellyfin-xxx`
|
|
- Keep Latest Backups: `1`
|
|
- Enabled: true |