Commit Graph

532 Commits

Author SHA1 Message Date
Javier Ferrer González
69ff0e0877
docs: update complete Docker Compose for Postgres example URL 2024-05-11 01:20:41 +02:00
Deborah
d034686ff1
Merge pull request #2083 from n8n-io/DOC-831-clarify-data-pruning-explanation
Doc 831 Clarify explanation around data pruning and env vars related to external storage
2024-05-08 15:47:16 +01:00
Aya Tanikawa
8d51c268c9 move snippet location 2024-05-08 16:44:17 +02:00
Aya Tanikawa
0a3e6fbb57 add proxy server url to env var list 2024-05-08 14:41:07 +02:00
Aya Tanikawa
04edcfd0c3 add data pruning details 2024-05-08 13:45:03 +02:00
Aya Tanikawa
b29a3439b3 add section on binary data pruning 2024-05-08 11:37:26 +02:00
Aya Tanikawa
82c57dfcac adhere to vale linter 2024-05-08 09:27:20 +02:00
Deborah
33e34217fe
Update binary-data.md 2024-05-07 08:54:35 +01:00
Deborah Barnard
55e871a814 fix title 2024-05-07 08:31:13 +01:00
Deborah Barnard
89fa378203 ai env var fixes 2024-05-07 08:28:23 +01:00
Aya Tanikawa
68347230bc undo change 2024-05-03 14:34:52 +02:00
Aya Tanikawa
6c8b63ed26 change to a note instead of env var description 2024-05-03 14:29:44 +02:00
Aya Tanikawa
b3fc70db7f add explanation to N8N_DEFAULT_BINARY_DATA_MODE 2024-05-03 13:57:43 +02:00
Deborah Barnard
a4aa21b7b6 add ai env vars 2024-05-02 14:54:55 +01:00
Iván Ovejero
156507e8f9
Switch default Postgres user from root to postgres (#2070)
* Switch default Postgres user from `root` to `postgres`

* catch the second mention of it

---------

Co-authored-by: Deborah Barnard <deborah@starfallprojects.co.uk>
2024-05-02 14:54:46 +02:00
Maria
a48e0dccd7 remove duplicate wording 2024-04-19 17:37:23 +02:00
Aya Tanikawa
3a417282f1 move snippet to self-hosting 2024-04-17 22:05:18 +02:00
Deborah
12b96e68a2
Merge branch 'main' into DOC-829-documentation-errors-env-variables 2024-04-17 13:52:29 +01:00
Aya Tanikawa
5e9b83b236 save changes 2024-04-17 14:45:07 +02:00
Aya Tanikawa
52bc43482a fix snippet 2024-04-17 14:40:57 +02:00
Aya Tanikawa
6d48d4a9b3 replace file-based config note with snippet 2024-04-17 14:25:48 +02:00
Deborah
42e3409e26
Apply suggestions from code review 2024-04-15 15:45:48 +01:00
Deborah Barnard
563f4fc316 add steps 2024-04-15 15:38:33 +01:00
Deborah Barnard
1150650a29 add diagram and tidy up the doc a bit 2024-04-15 15:25:40 +01:00
aya
c697fa3b28
Update docs/hosting/configuration/environment-variables/logs.md
Co-authored-by: Deborah <deborah@n8n.io>
2024-04-15 15:36:09 +02:00
aya
9866f7429d
Update docs/hosting/configuration/environment-variables/logs.md
Co-authored-by: Deborah <deborah@n8n.io>
2024-04-15 15:35:43 +02:00
Aya Tanikawa
03fdd6c3b6 disambiguate phrasing around where to clone the repository 2024-04-15 07:49:11 +02:00
aya
cb8839dddc add more explanation around _FILE suffix 2024-04-12 17:04:41 +02:00
aya
1c39aff49b add tip to each env variable page about _FILE extension and link configuration method page 2024-04-12 14:32:48 +02:00
aya
0b72a8d8fb link reference to VUE_APP_URL_BASE_API in description 2024-04-12 14:27:09 +02:00
aya
559c42d47a replace deprecated QUEUE_WORKER_TIMEOUT with N8N_GRACEFUL_SHUTDOWN_TIMEOUT 2024-04-12 14:10:10 +02:00
aya
27e9a4530a fix QUEUE_BULL_REDIS_TIMEOUT_THRESHOLD default unit from seconds
to milliseconds
2024-04-12 12:42:57 +02:00
aya
d81b20fe35 fix typo N8N_LOG_FILE_MAXCOUNT and N8N_LOG_FILE_MAXSIZE 2024-04-12 12:40:13 +02:00
aya
19d8c39475 fix github link to a list of OFFICIAL_RISKY_NODE_TYPES 2024-04-12 12:34:38 +02:00
aya
8a099151c3 fix description N8N_WORKFLOW_TAGS_DISABLED 2024-04-12 12:32:36 +02:00
aya
3b2bc474ee fix description N8N_PUBLIC_API_DISABLED 2024-04-12 12:32:08 +02:00
aya
e8b5e269f6 fix description N8N_BINARY_DATA_STORAGE_PATH 2024-04-12 12:31:31 +02:00
aya
351ada4ac1 add logging reference links 2024-04-12 10:35:47 +02:00
aya
4da8028119 change N8N_LOG_FILE_LOCATION default from file to <n8nFolderPath>/logs/n8n.log 2024-04-11 11:45:56 +02:00
Deborah
a08b9d386c
Merge pull request #2006 from n8n-io/remove-file-flag-for-execute-cli-command
Remove `--file` flag for `execute` CLI command
2024-04-10 14:50:19 +01:00
Deborah Barnard
97bcf16d46 fix merge conflicts 2024-04-10 11:23:55 +01:00
Deborah Barnard
531251e2e8 fix merge conflicts 2024-04-10 11:22:34 +01:00
aya
2e324dcdc7
Update docs/hosting/configuration/environment-variables/index.md
Co-authored-by: Deborah <deborah@n8n.io>
2024-04-10 12:04:45 +02:00
aya
a12b851b35
Update docs/hosting/configuration/environment-variables/index.md
Co-authored-by: Deborah <deborah@n8n.io>
2024-04-10 12:04:34 +02:00
aya
32575528bc add reference links and one line explainer to each env variables page 2024-04-10 12:03:36 +02:00
aya
a26b2ca421
Update docs/hosting/configuration/configuration-examples/index.md
Co-authored-by: Deborah <deborah@n8n.io>
2024-04-10 11:35:14 +02:00
aya
f8a4ab35df
Update docs/hosting/index.md
Co-authored-by: Deborah <deborah@n8n.io>
2024-04-10 11:34:46 +02:00
aya
6dba37a0a9
Update docs/hosting/configuration/environment-variables/logs.md
Co-authored-by: Deborah <deborah@n8n.io>
2024-04-10 09:48:25 +02:00
aya
7c36371fd5
Update docs/hosting/configuration/environment-variables/nodes.md
Co-authored-by: Deborah <deborah@n8n.io>
2024-04-10 09:46:05 +02:00
aya
2c8481976b
Update docs/hosting/configuration/environment-variables/database.md
Co-authored-by: Deborah <deborah@n8n.io>
2024-04-10 09:45:48 +02:00