Skip to content

How to disable web interface #226

Answered by KiraLT
omgbox asked this question in Q&A
Sep 1, 2021 · 2 comments · 1 reply
Discussion options

You must be logged in to vote

You can add the following to the config.json:

{
    "security": {
        "frontendEnabled": false
    }
}

Or you can use environment variable:

SECURITY__FRONTEND_ENABLED=false

You can find more info in documentation

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@omgbox
Comment options

Answer selected by omgbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants