Skip to content

Commit

Permalink
[docs] Updated notes syntax and links to radius
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
nemesifier committed Aug 30, 2024
1 parent 58f54fc commit f943503
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 15 deletions.
6 changes: 3 additions & 3 deletions docs/developer/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ linux debian/ubuntu systems):
If you don't get any error message it means that the tests ran
successfully without errors.

.. important::
.. tip::

**Pro Tip:** Use ``molecule test --destroy=never`` to speed up
subsequent test runs.
Use ``molecule test --destroy=never`` to speed up subsequent test
runs.
9 changes: 4 additions & 5 deletions docs/user/enabling-modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,10 @@ short summary of how to do this:
.. note::

``openwisp2_freeradius_install`` option provides a basic configuration
of freeradius for OpenIWSP, it sets up the `radius user token
mechanism
<https://openwisp-radius.readthedocs.io/en/latest/user/api.html#radius-user-token-recommended>`__
if you want to use another mechanism or manage your freeradius
separately, please disable this option by setting it to ``false``.
of freeradius for OpenIWSP, it sets up the :ref:`radius user token
mechanism <radius_user_token>` if you want to use another mechanism or
manage your freeradius separately, please disable this option by
setting it to ``false``.

**Step 5**: :ref:`Run the playbook <ansible_run_playbook>`

Expand Down
16 changes: 9 additions & 7 deletions docs/user/role-variables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -357,10 +357,10 @@ take a look at `the default values of these variables
# to the privacy regulation of your jurisdiction
openwisp2_radius_delete_old_radacct: 365
# days after which inactive users will flagged as unverified
# Read https://openwisp-radius.readthedocs.io/en/latest/user/settings.html#openwisp-radius-unverify-inactive-users
# Read https://openwisp.io/docs/dev/radius/user/settings.html#openwisp-radius-unverify-inactive-users
openwisp2_radius_unverify_inactive_users: 540
# days after which inactive users will be deleted
# Read https://openwisp-radius.readthedocs.io/en/latest/user/settings.html#openwisp-radius-delete-inactive-users
# Read Read https://openwisp.io/docs/dev/radius/user/settings.html#openwisp-radius-delete-inactive-users
openwisp2_radius_delete_inactive_users: 540
openwisp2_radius_allowed_hosts: ["127.0.0.1"]
# allow disabling celery beat tasks if needed
Expand Down Expand Up @@ -462,8 +462,10 @@ take a look at `the default values of these variables
# By default, it is set to false.
replace_https_referer: true
**Note**: The default values for settings provided to control the number
of process and threads of uWSGI and Daphne are set conservatively. It is
expected from user to update these settings to suit scale of their
project. The same thing applies for concurrency and autoscale settings for
celery workers.
.. note::

The default settings for controlling the number of processes and
threads in uWSGI and Daphne are set conservatively. Users are
encouraged to adjust these settings to match the scale of their
project. The same applies to the concurrency and auto-scaling settings
for Celery workers.

0 comments on commit f943503

Please sign in to comment.