gitea

Gitea integration for n8n

Package Information

Downloads: 391 weekly / 1,077 monthly
Latest Version: 1.2.3
Author: Christian Schindler

Documentation

@dein-org/n8n-nodes-gitea

This is an n8n community node. It lets you use Gitea in your n8n workflows.

Gitea is a self-hosted Git service. This node provides core repository, issue, action, and webhook operations.

n8n is a fair-code licensed workflow automation platform.

Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Repository: List, Get
  • Issue: List, Get, Create, Update, Delete
  • Issue Comment: List, Get, Create, Update, Delete
  • Action: List Tasks, List Workflows, Get Workflow, Enable Workflow, Disable Workflow, Trigger Workflow
  • Webhook: List, Get, Create, Delete
  • Trigger: Gitea Trigger (webhook events)

Credentials

Create a Gitea API access token in your Gitea user settings and use it with the Gitea API credential.
Set the Base URL of your Gitea instance in the same credential.

The token is sent in the Authorization header as token YOUR_TOKEN.

Compatibility

Requires n8n v1.0+.

Usage

For on-prem instances, ensure n8n can reach the URL you set in the credential.

For the Gitea Trigger node, n8n must be reachable by your Gitea instance so the webhook can be delivered.

Resources

Version history

  • 0.1.0: Initial release with repository, issue, action, and webhook operations.

Discussion