brand:
¶
- class searx.brand.SettingsBrand(*, issue_url: str = 'https://github.com/searxng/searxng/issues', docs_url: str = 'https://docs.searxng.org', public_instances: str = 'https://searx.space', wiki_url: str = 'https://github.com/searxng/searxng/wiki', custom: ~searx.brand.BrandCustom = <factory>, new_issue_url: str = 'https://github.com/searxng/searxng/issues/new')[source]¶
Options for configuring brand properties.
brand: issue_url: https://github.com/searxng/searxng/issues docs_url: https://docs.searxng.org public_instances: https://searx.space wiki_url: https://github.com/searxng/searxng/wiki custom: links: Uptime: https://uptime.searxng.org/history/example-org About: https://example.org/user/about.html
- public_instances: str¶
If you host your own https://searx.space change this URL.
- custom: BrandCustom¶
Optional customizing.
- new_issue_url: str¶
If you host your own issue tracker not on GitHub, then unset this URL.
Note: This URL will create a pre-filled GitHub bug report form for an engine. Since this feature is implemented only for GH (and limited to engines), it will probably be replaced by another solution in the near future.