Attention
This is the documentation for HARP Proxy, actually published as an early preview. Both the software and documentation are a work in progress, and although we already use it on various production servers, they may contain inaccuracies, typographical errors, huge mistakes and empty pages. We work hard to eradicate all mistakes and implement stuff, but it is a long and tedious process. We appreciate your patience and understanding. Of course, any help will be greatly appreciated.
harp_apps.dashboard.settings¶
- class DashboardAuthBasicSetting[source]¶
Bases:
BaseSettingDashboardAuthBasicSetting(type: str = ‘basic’, algorithm: str = ‘pbkdf2_sha256’, users: Union[harp.config.settings.from_file.FromFileSetting, dict[str, str], NoneType] = None)
- __init__(type='basic', algorithm='pbkdf2_sha256', users=None)¶
- property algorithm_impl¶
- class DashboardAuthSetting[source]¶
Bases:
BaseSettingDashboardAuthSetting(**kwargs)
- class DashboardDevserverSettings[source]¶
Bases:
DisableableBaseSettingsDashboardDevserverSettings(enabled: Optional[bool] = True, port: Union[int, str, NoneType] = None)
- __init__(enabled=True, port=None)¶
- class DashboardSettings[source]¶
Bases:
BaseSettingRoot settings for the dashboard.
- __init__(port=4080, auth=None, devserver=None)¶
- Parameters:
auth (DashboardAuthSetting | None)
devserver (DashboardDevserverSettings | None)
- Return type:
None
- auth: DashboardAuthSetting | None = None¶
- devserver: DashboardDevserverSettings | None = None¶