docs: tor bridges

This commit is contained in:
Iain Learmonth 2022-04-08 15:47:41 +01:00
parent 1bbc6be548
commit dadd30e63b
8 changed files with 98 additions and 2 deletions

BIN
docs/_static/bridges/destroy.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

BIN
docs/_static/bridges/edit.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 170 KiB

BIN
docs/_static/bridges/list.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

BIN
docs/_static/logo-gp.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 119 KiB

BIN
docs/_static/logo-otf.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

BIN
docs/_static/logo-tor.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 167 KiB

View file

@ -31,8 +31,49 @@ Documentation Home
Indices and tables Indices and tables
================== ------------------
* :ref:`genindex` * :ref:`genindex`
* :ref:`modindex` * :ref:`modindex`
* :ref:`search` * :ref:`search`
Maintained by
-------------
+------------+----------------------------------------------------+
| |logo-gp| | `Guardian Project <https://guardianproject.info>`_ |
+------------+----------------------------------------------------+
Developed by
------------
+------------+----------------------------------------------------+
| |logo-gp| | `Guardian Project <https://guardianproject.info>`_ |
+------------+----------------------------------------------------+
| |logo-tor| | `Tor Project <https://www.torproject.org>`_ |
+------------+----------------------------------------------------+
Supported by [*]_
-----------------
+------------+--------------------------------------------------+
| |logo-otf| | `Open Technology Fund <https://opentech.fund/>`_ |
+------------+--------------------------------------------------+
.. |logo-gp| image:: /_static/logo-gp.png
:height: 50
:alt: Guardian Project
.. |logo-tor| image:: /_static/logo-tor.png
:height: 50
:alt: Tor Project
.. |logo-otf| image:: /_static/logo-otf.png
:width: 146
:alt: Open Technology Fund
.. rubric:: Footnotes
.. [*] Support received does not imply endorsement.

View file

@ -6,16 +6,71 @@ uniformly configured and expendable. For this reason the only configuration that
with the management of individual resources taking place through the automation subsystem. with the management of individual resources taking place through the automation subsystem.
Once your administrator has provided you access to the portal, you can begin to configure your Tor Bridge deployments. Once your administrator has provided you access to the portal, you can begin to configure your Tor Bridge deployments.
To get started, select "Tor Bridges" under "Configuration" from the menu on the left hand side. If you are using a
mobile device, you may need to click the hamburger icon at the top of the screen to open the menu.
.. image:: /_static/bridges/list.png
:width: 800
New Configuration New Configuration
----------------- -----------------
.. image:: /_static/bridges/new.png To create a new configuration, click "Create new configuration" at the top of the configuration list. This will present
you with the new configuration form:
.. image:: /_static/bridges/new.png
:width: 800
Provider
""""""""
The provider that the bridges should be deployed to. Your administrator must have configured this provider before any
resources will be deployed.
Distribution Method
"""""""""""""""""""
The distribution method for `BridgeDB <https://bridges.torproject.org/>`_.
Unless you have specific requirements you will likely choose either "Any" to allow for BridgeDB to allocate the bridge
to where it is most needed, or "None" to have a bridge that is not distributed by BridgeDB for you to distribute
directly to the end-user via another channel.
Description
"""""""""""
A free-form text description to help identify the collection.
Group
"""""
The group the collection belongs to.
Number
""""""
The number of bridges to deploy. When editing, increasing or decreasing this number will cause new bridges to be
created, or existing bridges to be destroyed, so that the number deployed will match this number.
Edit Configuration Edit Configuration
------------------ ------------------
.. image:: /_static/bridges/edit.png
:width: 800
See the "New Configuration" section above for the descriptions of each field.
Destroy Configuration Destroy Configuration
--------------------- ---------------------
.. image:: /_static/bridges/destroy.png
:width: 800
When destroying a configuration, the bridges deployed for that configuration will be automatically destroyed with it.
Bridge Rotation
---------------
If not using an automated block detection and replacement system, bridges can be manually replaced as needed.
When viewing the bridge list, either while editing the configuration or the full list of bridges, select "Mark as
blocked".
The bridge will be replaced on the next automation run.