Skip to content

Commit d47de6d

Browse files
committed
docs: run config-rebuild to document enable_tool_request_form option
1 parent bc38745 commit d47de6d

2 files changed

Lines changed: 27 additions & 0 deletions

File tree

doc/source/admin/galaxy_options.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5967,6 +5967,23 @@
59675967
:Type: bool
59685968

59695969

5970+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5971+
``enable_tool_request_form``
5972+
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
5973+
5974+
:Description:
5975+
Enable the Tool Request Form in the toolbox, allowing users to
5976+
request new tools to be installed on this Galaxy instance.
5977+
When enabled, a "Request a Tool" button will appear in the tool
5978+
panel. Submitted requests are sent as notifications to all admin
5979+
users via Galaxy's notification system, which must also be
5980+
enabled.
5981+
This requires ``enable_notification_system`` to be set to
5982+
``true``.
5983+
:Default: ``false``
5984+
:Type: bool
5985+
5986+
59705987
~~~~~~~~~~~~~~~~~~~~~~~~
59715988
``file_source_temp_dir``
59725989
~~~~~~~~~~~~~~~~~~~~~~~~

lib/galaxy/config/sample/galaxy.yml.sample

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3214,6 +3214,16 @@ galaxy:
32143214
# This requires the help_forum_api_url to be set.
32153215
#enable_help_forum_tool_panel_integration: false
32163216

3217+
# Enable the Tool Request Form in the toolbox, allowing users to
3218+
# request new tools to be installed on this Galaxy instance.
3219+
# When enabled, a "Request a Tool" button will appear in the tool
3220+
# panel. Submitted requests are sent as notifications to all admin
3221+
# users via Galaxy's notification system, which must also be
3222+
# enabled.
3223+
# This requires ``enable_notification_system`` to be set to
3224+
# ``true``.
3225+
#enable_tool_request_form: false
3226+
32173227
# Directory to store temporary files for file sources. This defaults
32183228
# to new_file_path if not set.
32193229
#file_source_temp_dir: null

0 commit comments

Comments
 (0)