You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the SERVER_LOCK=true would be nice to the user be redirected to a login page. Or at least a login prompt with just usename and password fields. The current behaviour Open Menu -> Manage Servers -> Add Server -> Login is counterintuitive.
Additional context
The text was updated successfully, but these errors were encountered:
not sure if this is the appropriate place to ask (sry), but i assume env variables to predetermine login data for the docker image is currently not a thing?
not sure if this is the appropriate place to ask (sry), but i assume env variables to predetermine login data for the docker image is currently not a thing?
It isn't the best place (that'd probably be discussion), but yes, they are absolutely supported in Docker. The following just worked for me
services:
feishin:
container_name: feishinimage: ghcr.io/jeffvli/feishin:latestrestart: unless-stoppedports:
- 9180:9180environment:
- SERVER_NAME=jellyfin # pre defined server name
- SERVER_LOCK=true # When true AND name/type/url are set, only username/password can be toggled
- SERVER_TYPE=jellyfin # navidrome also works
- SERVER_URL=http://address:port
What do you want to be added?
When using the
SERVER_LOCK=true
would be nice to the user be redirected to a login page. Or at least a login prompt with just usename and password fields. The current behaviour Open Menu -> Manage Servers -> Add Server -> Login is counterintuitive.Additional context
The text was updated successfully, but these errors were encountered: