main
Bel LaPointe 2025-09-25 14:36:56 -04:00
parent 72df1cd0ad
commit 0dc338df6f
2 changed files with 2 additions and 2 deletions

2
.env
View File

@ -77,7 +77,7 @@ SSL_BYPASS = "True"
## Jellyfin server URL, use hostname or IP address if the hostname is not resolving correctly
## Comma separated list for multiple servers
JELLYFIN_BASEURL = "https://jellyfin.home.blapointe.com
JELLYFIN_BASEURL = "https://jellyfin.home.blapointe.com"
## Jellyfin api token, created manually by logging in to the jellyfin server admin dashboard and creating an api key
## Comma separated list for multiple servers

2
run.sh
View File

@ -1,3 +1,3 @@
#! /usr/bin/env bash
docker run --rm -it -v "$PWD/env:/app/.env" luigi311/jellyplex-watched:latest
docker run --rm -it -v "$PWD/.env:/app/.env" luigi311/jellyplex-watched:latest