Home
Softono

Neon8n

Open source MIT Dockerfile
16
Stars
4
Forks
2
Issues
1
Watchers
3 months
Last Commit

 About Neon8n

Docker image of an enhanced version of n8n

Platforms

Web Self-hosted Docker

Languages

Dockerfile

Links

Need Help Installing Neon8n?

We provide expert installation service for this software. Our team will install, configure, and secure Neon8n on your server. plans start at just $30.

neon8n

Docker image of an enhanced version of n8n.

n8n

GitHub repository

Docker Hub

Docker Pulls

Extra features

  • Python 3.10 included by default.
  • Python Function node: run python snippets on n8n.
  • Has Changed node: redirect the flow according to comparison of current and previous execution inputs.
  • InfluxDB node: write/read data to/from InfluxDB 2.x using the Flux Language.

Example

Docker Compose file:

version: '3.8'

services:
  neon8n:
    image: naskio/neon8n:latest
    restart: always
    container_name: neon8n
    environment:
      GENERIC_TIMEZONE: ${TIMEZONE}
      TZ: ${TIMEZONE}
    ports:
      - "5678:5678"
    volumes:
      - data:/home/node/.n8n

volumes:
  data:

Acknowledgements

Based on n8n-python

Contribute

Contributions are welcome! Please open an issue or pull request if you have any suggestions.

See the contributing guide for more information.

License

MIT