All Projects → vesoapp → veso

vesoapp / veso

Licence: GPL-2.0 license
Open source media server.

Programming Languages

C#
18002 projects
shell
77523 projects
powershell
5483 projects
NSIS
403 projects
Dockerfile
14818 projects
Makefile
30231 projects

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

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Contact

#veso on freenode

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].