shortstacked
60e78a4fec
fix: Docker build push stable fix (no-changelog) ( #16958 )
2025-07-03 14:45:48 +01:00
Nick Veitch
966d60a39a
docs: Update docker readme ( #13268 )
2025-02-19 13:12:25 +00:00
कारतोफ्फेलस्क्रिप्ट™
ba6a2f82d2
docs: Fix the docs for starting n8n with --tunnel option (no-changelog) ( #12512 )
2025-01-10 17:21:26 +01:00
Jon
2a8f1753e8
docs: Fix links to license files in readme (no-changelog) ( #10257 )
2024-08-06 15:21:57 +01:00
Jon
3fbcbce362
docs: Update link to postgres example ( #9244 )
2024-04-29 11:22:50 +02:00
Jon
1e750c26b7
docs: Update docker readme ( #8752 )
2024-02-27 15:34:16 +00:00
कारतोफ्फेलस्क्रिप्ट™
1db35c18e9
refactor(core): Rebuild docker infrastructure ( #8451 )
2024-01-26 13:18:49 +01:00
कारतोफ्फेलस्क्रिप्ट™
c158ca2471
refactor(core): Upgrade more dependencies to remove axios 0.x (no-changelog) ( #8105 )
...
Had to [fork localtunnel](https://github.com/n8n-io/localtunnel ) to get
the axios upgrade, since localtunnel doesn't seem to be actively maintained.
2023-12-22 11:39:20 +01:00
Benjamin Loison
61129863f1
docs: Replace http://faircode.io to https://faircode.io in .md files ( #7908 )
...
## Summary
Commit generated with:
```bash
grep -rl 'http://faircode.io ' --include=*.md . | xargs sed -i 's/http:\/\/faircode.io/https:\/\/faircode.io/g'
```
## Review / Merge checklist
- [X] PR title and summary are descriptive. **Remember, the title
automatically goes into the changelog. Use `(no-changelog)` otherwise.**
([conventions](https://github.com/n8n-io/n8n/blob/master/.github/pull_request_title_conventions.md ))
- [ ] [Docs updated](https://github.com/n8n-io/n8n-docs ) or follow-up
ticket created.
- [ ] Tests included.
2023-12-12 15:23:22 +00:00
Kamil Essekkat
bd5ea455e1
docs: Mention UID in the docker examples ( #7281 )
2023-10-13 11:56:43 +01:00
Iván Ovejero
7ce5d8fd90
refactor: Upgrade to Prettier 3 (no-changelog) ( #6947 )
...
Supersedes https://github.com/n8n-io/n8n/pull/6937
Excluding fixtures and test workflow JSONs to avoid having to update
tests.
2023-08-16 17:13:57 +02:00
Sandra Ashipala
0c47be254b
fix: Minor grammar adjustment (no-changelog) ( #6626 )
2023-07-13 14:15:55 +01:00
Iván Ovejero
8c008f5d22
refactor(core)!: Remove basic-auth, external-jwt-auth, and no-auth options ( #6362 )
...
Co-authored-by: कारतोफ्फेलस्क्रिप्ट™ <aditya@netroy.in >
2023-06-22 20:03:47 +02:00
Cornelius Suermann
573bc8bcea
docs: Refer to docker.n8n.io/n8nio/n8n for pulling n8n docker images (no-changelog) ( #5763 )
2023-03-23 15:38:01 +01:00
कारतोफ्फेलस्क्रिप्ट™
1c98f97e9e
ci: Revert support for node.js 18 ( #4518 ) ( #4537 )
...
Revert "ci: Start supporting node.js 18 (#4518 )"
This reverts commit 9ee292cd17 .
2022-11-07 17:23:08 +01:00
कारतोफ्फेलस्क्रिप्ट™
9ee292cd17
ci: Start supporting node.js 18 ( #4518 )
...
* ci: start supporting node.js 18
Node.js 18 becomes the active LTS on 2022-10-25, as Node.js 16 goes into maintenance mode.
https://github.com/nodejs/Release#release-schedule
* continue using node 16 for production images
* node 16 for debian and base images as well for now
2022-11-07 15:51:57 +01:00
Jan Oberhauser
b22ff1f5c1
refactor: Update additional README.md files
2022-08-03 13:34:49 +02:00
Jan Oberhauser
44b64fb683
docs: Update Docker README.md
2022-06-20 17:09:09 -07:00
Jan Oberhauser
8ccb4f6eca
📚 Remove screenshot width
2022-05-17 10:54:13 +02:00
Jan Oberhauser
c43fc4e978
📚 Update n8n video and formatting
2022-05-17 10:46:06 +02:00
Jan Oberhauser
521cf51e7c
📜 Change to the Sustainable Use License #2932
2022-03-17 10:15:24 +01:00
Jan Oberhauser
7ed616c7ef
🔀 Merge branch 'images' of https://github.com/caarlos0/n8n into caarlos0-images
2021-06-17 14:36:02 +02:00
Jan Oberhauser
1d13f7d46c
📚 Change example docker command to persist data
2021-05-09 17:56:57 -05:00
Jan Oberhauser
e3ab0b8679
📚 Fix job link
2021-05-09 17:55:27 -05:00
Carlos Alexandro Becker
4d3ff091aa
feat: docker images
...
Signed-off-by: Carlos Alexandro Becker <caarlos0@gmail.com >
2021-04-05 09:21:58 -03:00
Jan
b33a5fcd13
💥 Remove MongoDB support
2021-01-23 20:35:38 +01:00
Ben Hesseldieck
d395498882
✨ Add support for webhook route parameters ( #1343 )
...
* 🚧 add webhookId to URL
* 🚧 add webhookId to webhook entity, 🔧 refactor migrations
* 🚧 🐘 postgres migration
* 🚧 add mySQL migration
* 🚧 refactor mongoDB
* 🚧 add webhookId to IWebhookDb
* 🚧 starting workflow with dynamic route works
* ⚡ production dynamic webhooks complete
* 🎨 fix lint issues
* 🔧 dynamic path for webhook-test complete
* 🎨 fix lint issues
* 🎨 fix typescript issue
* ⚡ add error message for dynamic webhook-test
* 🔨 improve handling of leading `/`
* 🚧 add webhookId to URL
* 🚧 add webhookId to webhook entity, 🔧 refactor migrations
* 🚧 🐘 postgres migration
* 🚧 add mySQL migration
* 🚧 refactor mongoDB
* 🚧 add webhookId to IWebhookDb
* 🚧 starting workflow with dynamic route works
* ⚡ production dynamic webhooks complete
* 🎨 fix lint issues
* 🔧 dynamic path for webhook-test complete
* 🎨 fix lint issues
* 🎨 fix typescript issue
* ⚡ add error message for dynamic webhook-test
* 🔨 improve handling of leading `/`
* ⚡ Fix issue that tab-title did not get reset on new workflow
* Revert "⚡ Fix issue that tab-title did not get reset on new workflow"
This reverts commit 699d0a8946e08339558c72b2714601329fbf5f2c.
* 🔧 reset params before extraction
* 🐘 removing unique constraint for webhookId
* 🚧 handle multiple webhooks per id
* 🔧 enable webhook-test for multiple WH with same id
* 🐘 add migration for postgres
* ⚡ add mysql migration
* 🎨 fix lint issue
Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com >
2021-01-23 20:00:32 +01:00
Wilmar den Ouden
9496505232
📚 Add MySQL database option to intro ( #1006 )
2021-01-14 19:44:15 +01:00
Mathieu Ledru
53a97cc27b
🎨 update wordings to distinct distribution model to it's license ( #1220 )
2020-12-15 10:50:52 +01:00
Jan Oberhauser
e8f53effb4
📚 Fix and unify number of nodes
2020-12-10 08:44:06 +01:00
Jan Oberhauser
d3fd88c3eb
🐛 Fix docker user mount path #1233
2020-12-06 19:45:58 +01:00
Tanay Pant
f5c8fbe953
🔨 Fix pronunciation guide
2020-08-24 10:50:37 +02:00
Jan Oberhauser
6e06da99fb
⚡ Update job website URL
2020-07-27 11:43:28 +02:00
Jan Oberhauser
305894d9b4
🐛 Fix item display issue
2020-07-10 10:12:30 +02:00
Tanay Pant
bafc1fc45c
🐛 Fix broken images
2020-07-08 12:38:25 +02:00
Jan Oberhauser
0091f53114
⚡ Fix typo
2020-05-26 23:29:45 +02:00
Tin.cr
8b23bbb0a9
📚 Update docker readme for updating n8n ( #594 )
...
Based on https://community.n8n.io/t/how-to-upgrade-n8n-with-docker-compose-setup/660/2
2020-05-26 23:28:00 +02:00
Istvan Richter
a041e60a1f
Add missed docs for custom Postgres schema support
2020-03-18 06:45:44 +01:00
Istvan Richter
31a2138f92
Add custom Postgres schema support
2020-03-18 06:26:33 +01:00
Jan Oberhauser
1dc8714a80
📚 Add fair-code references
2020-03-08 22:17:23 +01:00
Jan Oberhauser
bd7b23da59
📚 Improve documentation
2020-02-21 08:16:51 +01:00
Jan Oberhauser
9996020bea
📚 Add links to job board
2020-02-13 22:57:37 -08:00
Jan Oberhauser
92445082fd
⚡ Small additions to MySQL support
2020-02-11 21:26:43 -08:00
Jan Oberhauser
6336adec8b
📚 Update node count in README.md files
2020-01-26 00:17:48 -08:00
Jan Oberhauser
7dba3eed99
📚 Change wording
2020-01-01 15:40:37 -06:00
Jan Oberhauser
fcb4f8554c
📚 Add links to example docker-compose setup
2019-11-07 21:05:34 +01:00
Jan Oberhauser
33fad1dc06
📚 Improve documentation
2019-10-29 09:42:51 +01:00
Jan Oberhauser
1b076a4763
🐳 Set n8n and system timezone separately
2019-10-29 08:27:26 +01:00
Jan Oberhauser
c09fd103b3
📚 Fixed some spelling errors in README.md (thanks @BradyBromley)
2019-10-13 22:46:10 +02:00
Bastian Rang
98674d74e2
fixed typo
2019-10-10 10:22:01 +02:00