mirror of
https://github.com/hrfee/jellyfin-accounts.git
synced 2024-12-22 17:10:11 +00:00
Fixed host/port specification for first time setup
This commit is contained in:
parent
72ec233634
commit
cb07cbb5bf
@ -174,8 +174,8 @@ else:
|
|||||||
from waitress import serve
|
from waitress import serve
|
||||||
if first_run:
|
if first_run:
|
||||||
import jellyfin_accounts.setup
|
import jellyfin_accounts.setup
|
||||||
host = '0.0.0.0'
|
host = config['ui']['host']
|
||||||
port = 8056
|
port = config['ui']['port']
|
||||||
log.info('Starting web UI for first run setup...')
|
log.info('Starting web UI for first run setup...')
|
||||||
serve(app,
|
serve(app,
|
||||||
host=host,
|
host=host,
|
||||||
|
Loading…
Reference in New Issue
Block a user