Skip to content

Commit

Permalink
add docs on default noVNC settings (#1020)
Browse files Browse the repository at this point in the history
  • Loading branch information
johrstrom authored Nov 21, 2024
1 parent 30686b1 commit fdaa4f3
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 0 deletions.
40 changes: 40 additions & 0 deletions source/reference/files/ondemand-d-ymls.rst
Original file line number Diff line number Diff line change
Expand Up @@ -929,3 +929,43 @@ Configuration Properties
.. code-block:: yaml
motd_render_html: true
.. _novnc_default_compression:
.. describe:: novnc_default_compression (Integer, 6)

The default compression value for noVNC batch connect
applications.

Default
The default compression of 6.

.. code-block:: yaml
novnc_default_compression: 6
Example
Increase the default compression to 9.

.. code-block:: yaml
novnc_default_compression: 9
.. _novnc_default_quality:
.. describe:: novnc_default_quality (Integer, 2)

The default quality value for noVNC batch connect
applications.

Default
The default quality of 2.

.. code-block:: yaml
novnc_default_quality: 2
Example
Increas the default quality setting to 9.

.. code-block:: yaml
novnc_default_quality: 9
9 changes: 9 additions & 0 deletions source/release-notes/v4.0-release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ New Features
------------

- `Global Batch Connect items`_
- `noVNC quality and compression defaults`_

Thanks!
-------
Expand Down Expand Up @@ -103,3 +104,11 @@ in ondemand.d files to be used in any batch connect
application.

See :ref:`global_bc_form_items` for more details.

noVNC quality and compression defaults
......................................

Sites can now set the default compression and quality values
for noVNC batch connect applications through the two ``ondemand.d``
properties :ref:`novnc_default_compression <novnc_default_compression>`
and :ref:`novnc_default_quality <novnc_default_quality>`.

0 comments on commit fdaa4f3

Please sign in to comment.