All apps · 0 apps
zappiti-server
Docker app from theimmortal's Repository
Overview
Docker container to install and run Zappiti Server app as a local Cloud to manage your library using your Unraid server. Your files used for the collection are saved only on your machine.
Readme
View on GitHubDescription
Docker container to install and run Zappiti Server app as local Cloud using your PC, Unraid, or custom NAS solution. Your files used for the collection are saved only on your machine.
Advantages
- Does not require a fast Internet connection on the Zappiti drive. You can manage and edit everything from Zappiti 4K HDR / Zappiti Player 4K or from a PC or Mac computer.
- You do not have to leave a computer running at all times.
- Possibility to explore and edit its collections on several Zappiti media players but also from a tablet / smartphone (iOS uo Android) or a computer (Mac / PC).
- Zappiti Server updates are automatic and transparent.
- All technical information is retrieved via Mediainfo including ratio, frame rate, video resolution, main audio codec, maximum number of channels, video codec, video container, subtitles and languages.
Warning! Some technical info can be proposed by default on ISO files.
Usage
Here is an example snippet to help you get started creating a container.
docker run -d \
--name=zappiti-server\
-e PUID=99 \
-e PGID=100 \
-e TZ=America/New_York \
-p 8777:8777/tcp \
-p 8777:8777/udp \
-v /path/to/appdata/bin:/app/bin \
-v /path/to/appdata/data:/app/data \
--restart unless-stopped \
theimmortal/zappiti-server:latest
Parameters
| Parameter | Function |
|---|---|
-p 8777/tcp |
Port for web frontend |
-p 8777/udp |
Port for Zappiti Video autodiscovery |
-v /app/bin |
Path to application dependencies |
-v /app/data |
Path to application data |
Install zappiti-server on Unraid in a few clicks.
Find zappiti-server in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Open the Apps tab on your Unraid server Search Community Apps for zappiti-server Review the template variables and paths Click Install
Download Statistics
5,856
Total Downloads
Related apps
Explore more like this
Explore allLinks
Details
Repository
theimmortal/zappiti-serverLast Updated2023-05-18
First Seen2023-01-06
Runtime arguments
- Web UI
http://[IP]:[PORT:8777]- Network
bridge- Privileged
- false
- Extra Params
--hostname=zappiti-server --restart=unless-stopped
Template configuration
WebUI PortPorttcp
Container Port: 8777
- Target
- 8777
- Default
- 8777
Autodiscovery PortPortudp
Container Port: 8777
- Target
- 8777
- Default
- 8777
Application DataPathrw,slave
- Target
- /app/bin
- Default
- /mnt/user/appdata/zappiti/bin
User DataPathrw,slave
- Target
- /app/data
- Default
- /mnt/user/appdata/zappiti/data