docs/system-admin-guide/wikis/README.md
Under Administration → Wikis you can configure the wiki providers that OpenProject uses when linking to or creating wiki pages from work packages.
OpenProject supports two types of wiki providers:
Wiki providers are configured globally and are available to all projects. Each provider may expose one or more wikis, depending on configuration.
The Project wikis setting enables the built-in OpenProject wiki as a wiki provider for the wiki integration used in work packages.
When project wikis are enabled:
When project wikis are disabled:
Permissions for pages accessed through project wikis are determined by the user's role in the corresponding project.
Project wikis can also be configured using environment variables, if this better suits your deployment scenario.
It is configured via a JSON object passed to OPENPROJECT_INTERNAL__WIKI__PROVIDER. At the moment there is only one option that can be configured:
enabled: A boolean indicating, whether project wikis should be enabled or notThis example shows how to disable it:
{ "enabled": false }
Under External wiki providers you can configure external wiki providers. External wiki providers manage their own user permissions, so each OpenProject user must be connected to a corresponding user account on the external wiki instance.
To learn how to link a wiki page to a work package or create a new one, refer to this user guide.