AI suggested security for inference yaml, not a coder and maybe AI is crazy lol #9083
angrysky56
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Web UI settings
web_ui:
port: 8080
use_ssl: false
ssl_cert: /path/to/cert
ssl_key: /path/to/key
enable_auth: true
auth_provider: ldm.auth.providers.BasicAuthProvider
auth_provider_params:
users:
- username: alice
password: secret
- username: bob
password: password
allowed_groups:
- editors
disallowed_groups:
- banned_users
enable_logging: true
log_path: /path/to/logs
log_level: INFO
max_upload_size: 10000000
allowed_file_types: [ "jpg", "jpeg", "png", "gif", "mp4" ]
Beta Was this translation helpful? Give feedback.
All reactions