Revert makedefault domain to SSO page

Hi there,

A simple questions I hope.
I have made an app the default one, but would like to revert that and make the root domain go back to SSO.

I don’t see an option on the settings, must I tweek config files? Which?

Thanks! :slight_smile:

Hi~
For now, you have to remove the corresponding line in /etc/ssowat/conf.json.persistent.
An easy way to revert makedefault is currently in Bullseye beta release :slight_smile:

1 Like

Thanks!

More exactly had to change

 "redirected_urls": {
        "daddy.nohost.me/": "daddy.nohost.me/lychee"
}

to

 "redirected_urls": {
        "daddy.nohost.me/": "daddy.nohost.me/sso"
}

Try just deleting everything but would return a 500 error :scream: :grin:

Feel tempted to beta test bullseye but I’m such a n00b! XD

Oh, in case you don’t have any other redirection, I think it will be more safe to replace it with

    "redirected_urls": {}
1 Like

Yes that works! Thanks for keeping me safe(r) :smiling_face_with_three_hearts:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.