1.1.0 • Published 4 months ago

n8n-nodes-seafile v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 months ago

n8n-nodes-seafile

This Seafile node for n8n is designed to set parameters and execute specific operations for the Seafile API. The main operations include uploading a file, retrieving a private download link, listing a directory, and deleting a file. You have the ability to define the operation, path, filename, and more. Then it utilizes these inputs to process the operation by making the respective API call to the Seafile server. The node executes the input data items one by one and returns an array of execution data.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Upload File
  • Get Download Link
  • List Directory
  • Delete File

Credentials

The credentials file for the Seafile node in n8n will require three pieces of information from the user:

  • Seafile Server URL: The URL of the Seafile server. This should be the base URL of the Seafile instance you want to connect to.
  • API Token: The API Token for interacting with the Seafile API.
  • Seafile Repository ID: The unique identifier of the repository in Seafile where your operations would be carried out.
  • Use Library API Token: You can choose to use the Library API Token instead of the Global API Token. The Library API Token does not support all operations

Compatibility

Tested with:

  • Seafile Community Edition 11.0.3
  • n8n 1.21.1

Resources

1.1.0

4 months ago

1.0.1

7 months ago

1.0.0

7 months ago

0.1.4

7 months ago

0.1.3

7 months ago

0.1.2

7 months ago

0.1.1

7 months ago

0.1.0

7 months ago