mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
Tests: - Unit tests work. - Enabling/disabling an app works. - Developer documentation shows the Container in reference section. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
47 lines
663 B
ReStructuredText
47 lines
663 B
ReStructuredText
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
|
|
|
Components
|
|
----------
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
:caption: Available components:
|
|
|
|
info
|
|
enablestate
|
|
menu
|
|
packages
|
|
config
|
|
daemon
|
|
firewall
|
|
webserver
|
|
frontpage
|
|
domain
|
|
letsencrypt
|
|
users
|
|
staticfiles
|
|
backups
|
|
coturn
|
|
container
|
|
|
|
Base Classes
|
|
^^^^^^^^^^^^
|
|
|
|
.. autoclass:: plinth.app.Component
|
|
:members:
|
|
|
|
.. autoclass:: plinth.app.LeaderComponent
|
|
:members:
|
|
|
|
.. autoclass:: plinth.app.FollowerComponent
|
|
:members:
|
|
|
|
Other Classes
|
|
^^^^^^^^^^^^^
|
|
|
|
.. autoclass:: plinth.diagnostic_check.DiagnosticCheck
|
|
:members:
|
|
|
|
.. autoclass:: plinth.diagnostic_check.Result
|
|
:members:
|