File tree Expand file tree Collapse file tree
sphinx-guides/source/installation Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ This release includes experimental support for "Locally FAIR" data.
2+ This feature allows publication of content that will only be visible to authorized users or groups within a Dataverse installation.
3+ User without authorization will not see the Locally FAIR collections, datasets, or files in search results and cannot visit their
4+ pages or access them via the Dataverse API.
5+
6+ For more information, see the [Locally FAIR Data](https://guides.dataverse.org/en/latest/user/locally-fair-data.html) guide.
7+
8+ New Config Option:
9+ Whether Locally FAIR content can be created is controlled by the new `dataverse.feature.allow-locally-fair-data` feature flag.
Original file line number Diff line number Diff line change @@ -4082,6 +4082,15 @@ dataverse.feature.require-embargo-reason
40824082
40834083Require an embargo reason when a user creates an embargo on one or more files. See :ref: `embargoes `.
40844084
4085+ .. _dataverse.feature.allow-locally-fair-data :
4086+
4087+ dataverse.feature.allow-locally-fair-data
4088+ +++++++++++++++++++++++++++++++++++++++++
4089+
4090+ Allows support for Locally FAIR collections and datasets.
4091+ When enabled, selected content can remain visible only to authorized users or groups within a Dataverse installation.
4092+ See :doc: `/user/locally-fair ` for more information.
4093+
40854094.. _:ApplicationServerSettings :
40864095
40874096Application Server Settings
You can’t perform that action at this time.
0 commit comments