mirror of
https://github.com/theroyallab/tabbyAPI.git
synced 2026-04-20 14:28:54 +00:00
Auth: Add option to disable authentication
This creates a massive security hole, but it's gated behind a flag for users who only use localhost. A warning will pop up when users disable authentication. Signed-off-by: kingbri <bdashore3@proton.me>
This commit is contained in:
@@ -13,6 +13,11 @@ network:
|
||||
# The port to host on (default: 5000)
|
||||
port: 5000
|
||||
|
||||
# Disable HTTP token authenticaion with requests
|
||||
# WARNING: This will make your instance vulnerable!
|
||||
# Turn on this option if you are ONLY connecting from localhost
|
||||
disable_auth: False
|
||||
|
||||
# Options for logging
|
||||
logging:
|
||||
# Enable prompt logging (default: False)
|
||||
|
||||
Reference in New Issue
Block a user