Olá Gabriel como faço para instalar a aplicação do site - Veso.tv
abaixo as instruções…
Veso
Veso is an open source media server. An emby/jellyfin fork that will move to a js react framework and focus on remote/rclone mounted media rather than local storage.
Installation
Docker
docker run -d
–volume /path/to/config:/config
–volume /path/to/cache:/cache
–volume /path/to/media:/media
–user 1000:1000
–p 8096:8096
–p 8920:8920 #optional
–restart=unless-stopped
vesotv/veso
Docker compose
version: “3”
services:
veso:
image: vesotv/veso
user: 1000:1000
ports:
- 8096:8096
- 8920:8920
volumes:
- /path/to/config:/config
- /path/to/cache:/cache
- /path/to/media:/media
Usage
http://localhost:8096