Back to Home
vtion001 icon

opencode-n8n-terminal

Verified Safe

by vtion001

Overview

Manages n8n workflows and Docker environment directly from the terminal, avoiding the web interface.

Installation

Run Command
docker run -d --restart always --name n8n -p 5678:5678 -e GENERIC_TIMEZONE="UTC" -e TZ="UTC" -e N8N_ENFORCE_SETTINGS_FILE_PERMISSIONS=true -e N8N_RUNNERS_ENABLED=true -v n8n_data:/home/node/.n8n docker.n8n.io/n8nio/n8n

Security Notes

The server setup utilizes official n8n Docker images and CLI tools. It prompts the user for a manually generated API key, avoiding hardcoded secrets. Shell configuration modifies the user's .bashrc to source a local script, which is common practice but implies trust in the provided shell-config.sh. No 'eval' or malicious obfuscation patterns were found in the provided source code.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Stars0
Forks0
Last Update2026-01-19

Tags

n8nworkflow automationCLIDockerterminal