Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/valerebron/jellyfin-directors


https://github.com/valerebron/jellyfin-directors

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

## config (.env)
```bash
DOMAIN_DIRECTOR=directors.domain.local # url of jellyfin-directors will be served
DOMAIN_JELLYFIN=jellyfin.domain.local # url of your jellyfin instance
PORT=7800 # port of jellyfin-directors
API_KEY= # api key from your jellyfin instance (dashboard -> API key -> + button -> create API key)
```

## start
```bash
npm run dev
```