システムおよび Marketplace アプリの管理
アプリは個別にインストールされるコンポーネントで、Conflunece の基本機能を拡張します。
Not to be confused with the Confluence mobile app that users install on their own device, these apps are installed by a Confluence admin, and act like an extension to Confluence. Apps are also known “plugins” or “add-ons”.
アプリには 2 つの主な種類があります。
- System apps — these are bundled with Confluence and provide core functionality.
- User installed apps — these are usually downloaded from The Marketplace and may have been created by Atlassian or by a third party developer.
独自の Confluence 用アプリの開発については、Confluence Data Center の開発者向けドキュメントを参照してください。
Universal Plugin Manager について
システムおよび Marketplace アプリは、Universal Plugin Manager (UPM) を介して管理されます。UPM はほとんどのアトラシアン アプリに含まれ、アプリを管理するための一元的なエクスペリエンスを提供します。
To visit the UPM, go to Administration menu > Manage apps in the Confluence header.
UPM では以下のことが可能です。
- Atlassian Marketplace で新しいアプリを検索してインストールする。
- アプリのインストールまたは削除。
- アプリ設定の構成。
- アプリとそのコンポーネント モジュールの有効化または無効化。
- Coonfluence をアップグレードする前のアプリの互換性の確認。
UPM にアクセスするには、Confluence 管理者権限が必要です。
See Request Marketplace Apps for information on how users can find and request apps.
UPMの利用の詳細についてはユニバーサルプラグインマネージャーのドキュメントをご覧ください。
管理者
セキュリティを強化するために、Confluence 8.8 で [Upload App (アプリをアップロード)] ボタンを無効にしました。この変更は Atlassian Marketplace からのアプリのインストールには影響しません。
引き続き、システム管理者はいくつかの回避策によって、アプリのインストールを有効にできます。
インスタンスが単一ノードで実行されている場合:
オプション 1: UI アップロード ボタンと API を再度有効にする
- システム プロパティ
upm.plugin.upload.enabled
をtrue
に設定します。 - 再起動を実行します。
UPM UI からアプリをアップロードします。
アップロードが完了したら、以下の追加手順を使用して、ボタンを無効にすることをお勧めします。システム プロパティ
upm.plugin.upload.enabled
をfalse
に設定します。再起動を実行します。
Option 2: Load custom apps from your Confluence file system
If the system property
atlassian.confluence.plugin.scan.directory
is not set, provide the target location of your custom apps. We recommend a directory within the Confluence home directory, such as$CONFLUENCE_HOME/plugins/installed-plugins
.Confluence を再起動します。
インスタンスが複数のノードで実行されている場合は、次のことが可能です。
オプション 1: UI アップロード ボタンと API を再度有効にする。
各ノードで、システム プロパティ
upm.plugin.upload.enabled
をtrue
に設定します。ローリング リスタートを実行します。
UPM UI からアプリをアップロードします。
アップロードが完了したら、以下の追加手順を使用して、ボタンを無効にすることをお勧めします。各ノードで、システム プロパティ
upm.plugin.upload.enabled
をfalse
に設定します。ローリング リスタートを実行します。
オプション 2: Confluence ファイル システムからカスタム プラグインを読み込む
システム プロパティ
atlassian.confluence.plugin.scan.directory
が設定されていない場合は、各ノードでファイルシステムの場所を指定します。Confluence ホーム ディレクトリ内のディレクトリをお勧めします ($CONFLUENCE_HOME/plugins/installed-plugins
など)。- 各ノードで、
atlassian.confluence.plugin.scan.directory
で指定されたディレクトリに、インストールする必要がある任意のアプリを入力します。 ローリング リスタートを実行します。
アプリの無効化とアンインストール
You can disable or unsubscribe from user-installed apps that are no longer being used on your site. See Disabling and enabling apps to find out how to do this.
Once the app is disabled, its features are immediately unavailable. If the app included macros, pages that contained those macros will show an “unknown macro” error. To avoid this, you can check which macros are being used on your site before disabling an app by checking the macro usage statistics.
Go to Administration menu , then General Configuration > Macro Usage.