{"id":16163964,"url":"https://github.com/wsdevv/n8n-clockify-workaround","last_synced_at":"2025-10-12T15:36:43.888Z","repository":{"id":257068686,"uuid":"856518014","full_name":"wsdevv/n8n-clockify-workaround","owner":"wsdevv","description":"Custom n8n server with the clockify workaround, intended for personal use","archived":false,"fork":false,"pushed_at":"2024-09-14T06:18:44.000Z","size":105739,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-13T08:54:23.392Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wsdevv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-09-12T17:55:58.000Z","updated_at":"2024-09-14T06:19:58.000Z","dependencies_parsed_at":"2024-09-14T18:09:09.937Z","dependency_job_id":null,"html_url":"https://github.com/wsdevv/n8n-clockify-workaround","commit_stats":null,"previous_names":["wsdevv/n8n-clockify-workaround"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdevv%2Fn8n-clockify-workaround","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdevv%2Fn8n-clockify-workaround/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdevv%2Fn8n-clockify-workaround/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wsdevv%2Fn8n-clockify-workaround/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wsdevv","download_url":"https://codeload.github.com/wsdevv/n8n-clockify-workaround/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247595374,"owners_count":20963942,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-10T02:44:54.626Z","updated_at":"2025-10-12T15:36:33.859Z","avatar_url":"https://github.com/wsdevv.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NOTE: this version is a personal/exploratory tool\n- Delete n8nr folder later, as it is a mistake\n\n# Self Reference\nDockerfile script: \n```\n# Use an official Node.js 16 image as the base\nFROM node:20\nRUN corepack enable\n\n# Set the working directory to /app\nWORKDIR /app\n\nCOPY (git cloned directory) custom-n8n-server\n\nWORKDIR custom-n8n-server\n\nWORKDIR packages/cli/bin\n\nCMD [\"n8n\"]\n```\n\n![n8n.io - Workflow Automation](https://user-images.githubusercontent.com/65276001/173571060-9f2f6d7b-bac0-43b6-bdb2-001da9694058.png)\n\n# n8n - Workflow automation tool\n\nn8n is an extendable workflow automation tool. With a [fair-code](https://faircode.io) distribution model, n8n\nwill always have visible source code, be available to self-host, and allow you to add your own custom\nfunctions, logic and apps. n8n's node-based approach makes it highly versatile, enabling you to connect\nanything to everything.\n\n![n8n.io - Screenshot](https://raw.githubusercontent.com/n8n-io/n8n/master/assets/n8n-screenshot.png)\n\n## Demo\n\n[:tv: A short video (\u003c 5 min)](https://www.youtube.com/watch?v=1MwSoB0gnM4) that goes over key concepts of\ncreating workflows in n8n.\n\n## Available integrations\n\nn8n has 200+ different nodes to automate workflows. The list can be found on:\n[https://n8n.io/integrations](https://n8n.io/integrations)\n\n## Documentation\n\nThe official n8n documentation can be found on our [documentation website](https://docs.n8n.io)\n\nAdditional information and example workflows on the [n8n.io website](https://n8n.io)\n\nThe release notes can be found [here](https://docs.n8n.io/release-notes/) and the list of breaking\nchanges [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md).\n\n## Usage\n\n- :books: Learn\n  [how to **use** it from the command line](https://docs.n8n.io/reference/cli-commands/)\n- :whale: Learn\n  [how to run n8n in **Docker**](https://docs.n8n.io/hosting/installation/docker/)\n\n## Start\n\nYou can try n8n without installing it using npx. You must have [Node.js](https://nodejs.org/en/) installed.\nFrom the terminal, run:\n\n`npx n8n`\n\nThis command will download everything that is needed to start n8n. You can then access n8n and start building workflows by opening [http://localhost:5678](http://localhost:5678).\n\n## n8n cloud\n\nSign-up for an [n8n cloud](https://www.n8n.io/cloud/) account.\n\nWhile n8n cloud and n8n are the same in terms of features, n8n cloud provides certain conveniences such as:\n\n- Not having to set up and maintain your n8n instance\n- Managed OAuth for authentication\n- Easily upgrading to the newer n8n versions\n\n## Build with LangChain and AI in n8n (beta)\n\nWith n8n's LangChain nodes you can build AI-powered functionality within your workflows. The LangChain nodes are configurable, meaning you can choose your preferred agent, LLM, memory, and so on. Alongside the LangChain nodes, you can connect any n8n node as normal: this means you can integrate your LangChain logic with other data sources and services.\n\nLearn more in the [documentation](https://docs.n8n.io/langchain/).\n\n- [LangChain nodes package](https://www.npmjs.com/package/@n8n/n8n-nodes-langchain)\n- [Chatbot package](https://www.npmjs.com/package/@n8n/chat)\n\n## Support\n\nIf you have problems or questions go to our forum, we will then try to help you asap:\n\n[https://community.n8n.io](https://community.n8n.io)\n\n## Jobs\n\nIf you are interested in working for n8n and so shape the future of the project check out our\n[job posts](https://apply.workable.com/n8n/)\n\n## What does n8n mean and how do you pronounce it?\n\n**Short answer:** It means \"nodemation\" and it is pronounced as n-eight-n.\n\n**Long answer:** \"I get that question quite often (more often than I expected) so I decided it is probably\nbest to answer it here. While looking for a good name for the project with a free domain I realized very\nquickly that all the good ones I could think of were already taken. So, in the end, I chose nodemation.\n'node-' in the sense that it uses a Node-View and that it uses Node.js and '-mation' for 'automation' which is\nwhat the project is supposed to help with. However, I did not like how long the name was and I could not\nimagine writing something that long every time in the CLI. That is when I then ended up on 'n8n'.\" - **Jan\nOberhauser, Founder and CEO, n8n.io**\n\n## Development setup\n\nHave you found a bug :bug: ? Or maybe you have a nice feature :sparkles: to contribute ? The\n[CONTRIBUTING guide](https://github.com/n8n-io/n8n/blob/master/CONTRIBUTING.md) will help you get your\ndevelopment environment ready in minutes.\n\n## License\n\nn8n is [fair-code](https://faircode.io) distributed under the\n[**Sustainable Use License**](https://github.com/n8n-io/n8n/blob/master/LICENSE.md) and the\n[**n8n Enterprise License**](https://github.com/n8n-io/n8n/blob/master/LICENSE_EE.md).\n\nProprietary licenses are available for enterprise customers. [Get in touch](mailto:license@n8n.io)\n\nAdditional information about the license model can be found in the\n[docs](https://docs.n8n.io/reference/license/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsdevv%2Fn8n-clockify-workaround","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwsdevv%2Fn8n-clockify-workaround","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwsdevv%2Fn8n-clockify-workaround/lists"}