{"id":31135984,"url":"https://github.com/chriskyfung/n8n-traefik-cloudflared-stack","last_synced_at":"2026-01-28T13:03:40.111Z","repository":{"id":309342509,"uuid":"1035514270","full_name":"chriskyfung/n8n-traefik-cloudflared-stack","owner":"chriskyfung","description":"Self-host n8n with Traefik and Cloudflare Tunnel using Docker Compose or Podman","archived":false,"fork":false,"pushed_at":"2025-11-25T15:08:46.000Z","size":58,"stargazers_count":2,"open_issues_count":1,"forks_count":2,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-11-28T20:50:57.448Z","etag":null,"topics":["cloudflared","docker-compose","n8n","n8n-docker-setup","n8n-self-hosted","n8n-setup","podman-compose","traefik"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/chriskyfung.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","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},"funding":{"buy_me_a_coffee":"chriskyfung","github":"chriskyfung"}},"created_at":"2025-08-10T15:04:39.000Z","updated_at":"2025-11-25T15:08:50.000Z","dependencies_parsed_at":"2025-11-28T06:03:20.179Z","dependency_job_id":null,"html_url":"https://github.com/chriskyfung/n8n-traefik-cloudflared-stack","commit_stats":null,"previous_names":["chriskyfung/n8n-traefik-cloudflared-stack"],"tags_count":2,"template":true,"template_full_name":null,"purl":"pkg:github/chriskyfung/n8n-traefik-cloudflared-stack","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriskyfung%2Fn8n-traefik-cloudflared-stack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriskyfung%2Fn8n-traefik-cloudflared-stack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriskyfung%2Fn8n-traefik-cloudflared-stack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriskyfung%2Fn8n-traefik-cloudflared-stack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chriskyfung","download_url":"https://codeload.github.com/chriskyfung/n8n-traefik-cloudflared-stack/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chriskyfung%2Fn8n-traefik-cloudflared-stack/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28845783,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-28T13:02:32.985Z","status":"ssl_error","status_checked_at":"2026-01-28T13:02:04.945Z","response_time":57,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cloudflared","docker-compose","n8n","n8n-docker-setup","n8n-self-hosted","n8n-setup","podman-compose","traefik"],"created_at":"2025-09-18T07:53:02.278Z","updated_at":"2026-01-28T13:03:40.094Z","avatar_url":"https://github.com/chriskyfung.png","language":"Shell","funding_links":["https://buymeacoffee.com/chriskyfung","https://github.com/sponsors/chriskyfung"],"categories":[],"sub_categories":[],"readme":"# Self-Hosted n8n with Cloudflare Zero Trust\n\nThis repository contains the configuration to self-host n8n using Docker Compose or Podman, with Traefik as a reverse proxy and secured by Cloudflare Zero Trust.\n\nThis setup is based on the excellent tutorial by Kjetil Furas: [Self-Host n8n with Cloudflare Zero Trust and Docker](https://kjetilfuras.com/self-host-n8n-with-cloudflare-zero-trust/).\n\n## Overview\n\nThe goal of this setup is to provide a secure, scalable, and easy-to-maintain n8n instance. The key components are:\n\n* **n8n:** The core workflow automation tool.\n* **Traefik:** A modern reverse proxy.\n* **Cloudflare Tunnel:** To securely expose the n8n instance to the internet without opening firewall ports.\n\n## Getting Started\n\n1. Clone this repository.\n2. Follow the instructions in the [original tutorial](https://kjetilfuras.com/self-host-n8n-with-cloudflare-zero-trust/) to set up your Cloudflare Tunnel and obtain the necessary credentials.\n3. Create a `.env` file and populate it with your configuration. You can use the `.env.example` file as a template.\n4. Proceed to the appropriate documentation for your container engine.\n\n## Documentation\n\nDetailed setup and usage instructions are located in the `/docs` directory:\n\n*   **[Docker Usage Guide](./docs/docker-usage.md)**: For running the stack with Docker Compose.\n*   **[Podman (Rootless) Setup Guide](./docs/podman-setup.md)**: For a full setup guide on a rootless Podman host.\n*   **[Traffic Security Analysis](./docs/traffic-security-analysis.md)**: A breakdown of the security for ingress and egress traffic.\n*   **[Backup and Restore Guide](./docs/backup-and-restore.md)**: Instructions for backing up and restoring your **Docker** data volumes. The script handles container lifecycle and dynamic naming.\n*   **[Changelog](./CHANGELOG.md)**: For a full list of changes from the original tutorial and ongoing updates.\n\n## Security\n\nThis project is designed with security in mind. For details on the security model and how to report vulnerabilities, please see the **[Security Policy](./SECURITY.md)**.\n\n## Attribution\n\nThis project is based on the excellent tutorial by Kjetil Furas. If you use this project as a starting point, a link back to this repository is appreciated as a courtesy.\n\n## License\n\nThis project is licensed under the MIT License. See the [LICENSE](./LICENSE) file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriskyfung%2Fn8n-traefik-cloudflared-stack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchriskyfung%2Fn8n-traefik-cloudflared-stack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchriskyfung%2Fn8n-traefik-cloudflared-stack/lists"}