{"id":19431981,"url":"https://github.com/naskio/neon8n","last_synced_at":"2026-03-10T05:11:34.003Z","repository":{"id":50611912,"uuid":"464576895","full_name":"naskio/neon8n","owner":"naskio","description":"Docker image of an enhanced version of n8n","archived":false,"fork":false,"pushed_at":"2026-03-04T03:29:05.000Z","size":98,"stargazers_count":16,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-04T08:35:16.574Z","etag":null,"topics":["docker","docker-compose","docker-image","enhanced","n8n","n8n-nodes","python","python3"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/naskio.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-02-28T17:21:29.000Z","updated_at":"2026-03-04T03:27:55.000Z","dependencies_parsed_at":"2023-02-18T13:00:40.450Z","dependency_job_id":"8d12b4fb-44e1-489c-9fbf-e6425b2f1dec","html_url":"https://github.com/naskio/neon8n","commit_stats":null,"previous_names":[],"tags_count":237,"template":false,"template_full_name":null,"purl":"pkg:github/naskio/neon8n","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fneon8n","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fneon8n/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fneon8n/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fneon8n/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/naskio","download_url":"https://codeload.github.com/naskio/neon8n/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/naskio%2Fneon8n/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30325643,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T01:36:58.598Z","status":"online","status_checked_at":"2026-03-10T02:00:06.579Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","docker-compose","docker-image","enhanced","n8n","n8n-nodes","python","python3"],"created_at":"2024-11-10T14:33:31.900Z","updated_at":"2026-03-10T05:11:33.985Z","avatar_url":"https://github.com/naskio.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neon8n\n\nDocker image of an enhanced version of n8n.\n\n[![n8n](https://github.com/naskio/neon8n/blob/main/assets/n8n-logo.png?raw=true)](https://nask.io)\n\n[GitHub repository](https://github.com/naskio/neon8n)\n\n[Docker Hub](https://hub.docker.com/r/naskio/neon8n/)\n\n[![Docker Pulls](https://img.shields.io/docker/pulls/naskio/neon8n.svg?style=for-the-badge)](https://hub.docker.com/r/naskio/neon8n)\n\n## Extra features\n\n- *Python 3.10* included by default.\n- `Python Function` node: run python snippets on n8n.\n- `Has Changed` node: redirect the flow according to comparison of current and previous execution inputs.\n- `InfluxDB` node: write/read data to/from InfluxDB 2.x using the Flux Language.\n\n## Example\n\nDocker Compose file:\n\n```yaml\nversion: '3.8'\n\nservices:\n  neon8n:\n    image: naskio/neon8n:latest\n    restart: always\n    container_name: neon8n\n    environment:\n      GENERIC_TIMEZONE: ${TIMEZONE}\n      TZ: ${TIMEZONE}\n    ports:\n      - \"5678:5678\"\n    volumes:\n      - data:/home/node/.n8n\n\nvolumes:\n  data:\n```\n\n-----------------------------------------------------\n\n# Acknowledgements\n\nBased on [n8n-python](https://github.com/naskio/docker-n8n-python)\n\n# Contribute\n\nContributions are welcome! Please open an issue or pull request if you have any suggestions.\n\nSee the [contributing guide](./CONTRIBUTING.md) for more information.\n\n# License\n\n[MIT](./LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaskio%2Fneon8n","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnaskio%2Fneon8n","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnaskio%2Fneon8n/lists"}