Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valerebron/jellyfin-directors
https://github.com/valerebron/jellyfin-directors
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/valerebron/jellyfin-directors
- Owner: valerebron
- Created: 2024-09-04T16:06:23.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-04T17:10:39.000Z (4 months ago)
- Last Synced: 2024-10-15T19:27:44.161Z (2 months ago)
- Language: HTML
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```