Skip to content

SingleApi

Internet, programming, artificial intelligence

Menu
  • Home
  • About
  • My Account
  • Registration
Menu

n8n

Posted on June 23, 2025

Starting with Docker local installation: https://docs.n8n.io/hosting/installation/docker/#prerequisites

It works quite fine locally, and it has a lot of integrations Slack, MySQL, Google Calendar or Dropbox to just mention a few. It can also work with Twitter accounts, YouTube uploads or LinkedIn posts. There are a lot of workflows ready to use in Cloud version. For Docker use everywhere host.docker.internal if want to access local instances.

For all integrations you can check https://n8n.io/integrations/ The integrations are very good described with step by step tutorials based on cases what we want to connect e.g. for WordPress and HTTP request: https://n8n.io/integrations/http-request/and/wordpress/ Of course full marketing flow can call different APIs same time, and can provide different versions from article to summary for a tweet.

Test flow sending the Ollama responses to HTTP server, no tools attached.

Edit 10.07: Nearly a month of using it, right now I have 3 active workflows: Ollama/OpenAI, MySQL, Twitter, Slack Integration, etc. Recently I have added NGINX, which was tricky here because I get browserId check failed after some period of time, which was caused by … a few tabs opened simultaneously.

events {}

http {
    server {
        listen 443 ssl;

        ssl_certificate     /etc/nginx/certs/selfsigned.crt;
        ssl_certificate_key /etc/nginx/certs/selfsigned.key;

        location / {
            proxy_pass http://host.docker.internal:5678;
            proxy_set_header Host $host;
            proxy_set_header X-Real-IP $remote_addr;

  	    proxy_set_header User-Agent $http_user_agent;
	    proxy_set_header Cookie     $http_cookie;

            proxy_set_header Upgrade $http_upgrade;
            proxy_set_header Connection 'upgrade';
            proxy_http_version 1.1;
            chunked_transfer_encoding off;
            proxy_buffering off;
            proxy_cache off;
	    proxy_read_timeout 36000s;
       }
    }
}
 

Leave a Reply Cancel reply

You must be logged in to post a comment.

Recent Posts

  • Flux.1 Krea, Qwen Image 1.0
  • AI Model Updates: GPT-5, Gemma 3 270M, DINOv3 and More
  • Artificial Intelligence Advances and New Model Capabilities
  • Backend Development Trends and Future Directions
  • AI Model Advances and Breakthroughs

Recent Comments

  • adrian on Kokoro TTS Model, LLM Apps Curated List
  • adrian on Repo Prompt and Ollama
  • adrian on A Content Creation Assistant

Archives

  • August 2025
  • July 2025
  • June 2025
  • May 2025
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • July 2024
  • November 2023
  • May 2022
  • March 2022
  • January 2022
  • August 2021
  • November 2020
  • September 2020
  • April 2020
  • February 2020
  • January 2020
  • November 2019
  • May 2019
  • February 2019

Categories

  • AI
  • Apple Intelligence
  • Claude
  • Cursor
  • DeepSeek
  • Gemini
  • Google
  • Graphics
  • IntelliJ
  • Java
  • LLM
  • Made in Poland
  • MCP
  • Meta
  • Open Source
  • OpenAI
  • Programming
  • Python
  • Repo Prompt
  • Technology
  • Uncategorized
  • Vibe coding
  • Work

agents ai apps automation blender cheatsheet claude codegen comfyui deepseek docker draw things flux gemini gemini cli google hidream hobby huggingface hugging face java langchain4j llama llm mcp meta mlx movies n8n news nvidia ollama openai personal thoughts quarkus rag release repo prompt speech-to-speech spring stable diffusion tts vibe coding whisper work

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Terms & Policies

  • Privacy Policy

Other websites: jreactor

©2025 SingleApi | Design: Newspaperly WordPress Theme
We use cookies on our website to give you the most relevant experience by remembering your preferences and repeat visits. By clicking “Accept”, you consent to the use of ALL the cookies.
Do not sell my personal information.
Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT