mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
example landing page
This commit is contained in:
@@ -1,7 +1,29 @@
|
||||
# Hosting n8n
|
||||
|
||||
This section provides information on self-hosting n8n:
|
||||
This section provides information on self-hosting n8n.
|
||||
|
||||
* Guidance on [installing](/hosting/installation/) n8n using Docker or npm.
|
||||
* [Server setup guides](/hosting/server-setups/) for popular platforms.
|
||||
* Details of how to [configure](/hosting/configuration/), [secure](/hosting/security/), and [scale](/hosting/scaling/) your n8n instance.
|
||||
<div class="grid cards" markdown>
|
||||
|
||||
- __Installation and server setups__
|
||||
|
||||
Install n8n on any platform using npm or Docker. Or follow our guides to popular hosting platforms.
|
||||
|
||||
[:octicons-arrow-right-24: Installation guides](/hosting/installation/)
|
||||
|
||||
- __Configuration__
|
||||
|
||||
Learn how to configure n8n with environment variables.
|
||||
|
||||
[:octicons-arrow-right-24: Configuration](/hosting/configuration/)
|
||||
|
||||
- __User management__
|
||||
|
||||
Configure your n8n instance to support multiple users.
|
||||
|
||||
[:octicons-arrow-right-24: Configuration](/hosting/user-management/)
|
||||
|
||||
- __Scaling__
|
||||
|
||||
Manage data, modes, and processes to keep n8n running smoothly at scale.
|
||||
|
||||
[:octicons-arrow-right-24: Scaling](/hosting/scaling/)
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
[build]
|
||||
command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@8.5.10-insiders-4.26.6 && mkdocs build"
|
||||
command = "pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git@8.5.6-insiders-4.25.4 && mkdocs build"
|
||||
publish = "site"
|
||||
|
||||
Reference in New Issue
Block a user