Skip to content

Settings

awtrix_light_client.http_settings.AwtrixHttpConfig

Bases: BaseModel

Base model representing API configuration

Parameters:

Name Type Description Default
base_url

Base URL of API

required
username

username when using HTTP basic auth

required
password

password when using HTTP basic auth

required
verify

SSL certificates (a.k.a CA bundle) used to verify the identity of requested hosts. Either True (default CA bundle), a path to an SSL certificate file, or False (which will disable verification).

required