mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Sunil: - Add TurnConfiguration to reference documentation. Add more details in docstrings. - Rename the component to TurnConsumer since 'Component' in the name is redundant and unconventional. Also, hopefully, the component will retain the API over multiple TURN servers. - Log when notifying other components about configuration change. - Use TurnConfiguration class more widely. - Refactor for simplicity. - Additional tests. - Move URI generation code into TurnConfiguration. Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net> Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
32 lines
430 B
ReStructuredText
32 lines
430 B
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
Components
|
|
----------
|
|
|
|
.. toctree::
|
|
:caption: Available components:
|
|
|
|
info
|
|
menu
|
|
daemon
|
|
firewall
|
|
webserver
|
|
frontpage
|
|
domain
|
|
letsencrypt
|
|
staticfiles
|
|
backups
|
|
coturn
|
|
|
|
Base Classes
|
|
^^^^^^^^^^^^
|
|
|
|
.. autoclass:: plinth.app.Component
|
|
:members:
|
|
|
|
.. autoclass:: plinth.app.LeaderComponent
|
|
:members:
|
|
|
|
.. autoclass:: plinth.app.FollowerComponent
|
|
:members:
|