# Seafile

{% code fullWidth="true" %}

```
名前:
   singularity storage create seafile - seafile

使用法:
   singularity storage create seafile [コマンドオプション] [引数...]

説明:
   --url
      接続するSeafileホストのURL。

      例:
         | https://cloud.seafile.com/ | cloud.seafile.comに接続する。

   --user
      ユーザー名（通常はメールアドレス）。

   --pass
      パスワード。

   --2fa
      2要素認証（アカウントに2FAが有効なら 'true'）。

   --library
      ライブラリの名前。

      暗号化されていないライブラリにアクセスするには、空白のままにしておきます。

   --library-key
      ライブラリのパスワード（暗号化されたライブラリの場合）。

      コマンドラインで渡す場合は、空白のままにしておきます。

   --create-library
      ライブラリが存在しない場合、rcloneがライブラリを作成するかどうか。

   --auth-token
      認証トークン。

   --encoding
      バックエンドのエンコーディング。

      詳細は[概要のエンコーディングセクション](/overview/#encoding)を参照してください。

オプション:
   --2fa                2要素認証（アカウントに2FAが有効なら 'true'）。（デフォルト: false） [$2FA]
   --auth-token value   認証トークン。 [$AUTH_TOKEN]
   --help, -h           ヘルプを表示
   --library value      ライブラリの名前。 [$LIBRARY]
   --library-key value  ライブラリのパスワード（暗号化されたライブラリの場合）。[$LIBRARY_KEY]
   --pass value         パスワード。 [$PASS]
   --url value          接続するSeafileホストのURL。 [$URL]
   --user value         ユーザー名（通常はメールアドレス）。[$USER]

   Advanced（詳細）

   --create-library  ライブラリが存在しない場合、rcloneがライブラリを作成するかどうか。（デフォルト: false） [$CREATE_LIBRARY]
   --encoding value  バックエンドのエンコーディング。（デフォルト: "Slash,DoubleQuote,BackSlash,Ctl,InvalidUtf8"）[$ENCODING]

   General（一般）

   --name value  ストレージの名前（デフォルト：自動生成）
   --path value  ストレージのパス

```

{% endcode %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://data-programs.gitbook.io/singularity/jp/cli-reference/storage/create/seafile.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
