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

Not show the homepage with options if anonymous links disabled #656

Open
djaffer opened this issue Nov 28, 2022 · 4 comments · May be fixed by #662
Open

Not show the homepage with options if anonymous links disabled #656

djaffer opened this issue Nov 28, 2022 · 4 comments · May be fixed by #662

Comments

@djaffer
Copy link

djaffer commented Nov 28, 2022

Is there a way to not show the extra option on the homepage unless logged in. Just show by default the login page.

image

@dkyeremeh
Copy link

@poeti8 I would like to work on this one if it sounds good to you

@poeti8
Copy link
Member

poeti8 commented Dec 2, 2022

@dkyeremeh please, go ahead.

@dkyeremeh
Copy link

@poeti8 PR created #661

@delasource
Copy link

delasource commented Mar 16, 2023

i added this lines to my nginx loadbalancer (provided by caprover in my case) which redirects root-visitors to the login ui. Since it is a next app, this does not prevent from navigating there via the menu. but its a simple solution and does the trick.

    location = / {
        return 301 /login;
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants