Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login page #545

Open
felipemarinho97 opened this issue Mar 13, 2024 · 2 comments
Open

Login page #545

felipemarinho97 opened this issue Mar 13, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@felipemarinho97
Copy link

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

@felipemarinho97 felipemarinho97 added the enhancement New feature or request label Mar 13, 2024
@hhenne1
Copy link

hhenne1 commented Apr 13, 2024

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?

@kgarner7
Copy link
Collaborator

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: feishin
        image: ghcr.io/jeffvli/feishin:latest
        restart: unless-stopped
        ports:
            - 9180:9180
        environment:
            - 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants