Skip to content

Commit e7fedac

Browse files
committed
chore(self-hosting): update landing page
1 parent f0a5226 commit e7fedac

File tree

2 files changed

+16
-11
lines changed

2 files changed

+16
-11
lines changed

content/self-hosting/index.mdx

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,23 @@ title: 'Overview'
33
icon: 'server'
44
---
55

6-
Self-hosting NocoDB allows you to run NocoDB on your own server, giving you full control over your data and infrastructure.
6+
Self-hosting NocoDB gives you complete control over your data, infrastructure, and customizations—empowering you to tailor the platform to your exact needs.
77

8-
## Key Features
8+
## Deployment Guidance
99

10-
- **Full Control**: Run NocoDB on your own server
11-
- **Customization**: Customize NocoDB to fit your specific needs
12-
- **Security**: Run NocoDB on your own server
10+
* **New to self-hosting?** Use [Upstall](./self-hosting/upstall) for a quick and simplified setup experience.
11+
* **Just exploring?** Try NocoDB with the [Docker](./self-hosting/docker) or [Nix](./self-hosting/nix) setup for easy local testing.
12+
* **Production-ready deployment?** We recommend using [Docker Compose](./self-hosting/docker-compose), or [NixOS](./self-hosting/nixos)
13+
> Be sure to read the [Configuring NocoDB](./self-hosting/configuring-nocodb) section to ensure your instance is secure and optimized
1314
14-
## Getting Started
15+
## Key Benefits
1516

16-
To self-host NocoDB, follow these steps:
17+
* **Total Ownership**: Deploy NocoDB on your own infrastructure to retain full control over your data.
18+
* **Complete Customization**: Modify and extend NocoDB to match your unique requirements.
19+
* **Enhanced Security**: Keep everything in your own environment, behind your firewalls and security policies.
1720

18-
1. Install NocoDB on your server
19-
2. Configure NocoDB to fit your specific needs
20-
3. Run NocoDB on your server
21+
## Get Started in 3 Steps
22+
23+
1. **Install**: Set up NocoDB on your preferred server or cloud environment.
24+
2. **Configure**: Adjust settings, connect databases, and apply any custom features you need.
25+
3. **Run**: Launch NocoDB and manage your projects with confidence—your way.

lib/iconMap.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import Facebook from '@/components/icons/Facebook';
2727
import Linkedin from '@/components/icons/Linkedin';
2828
import Extension from '@/components/icons/Extension';
2929
import { Cog, BookHeart, Server } from 'lucide-react'
30-
import { SiNginx, SiApache, SiTraefikproxy, SiCloudron, SiRailway, SiDigitalocean, SiRender, SiKubernetes, SiUbuntu, SiNixos, SiDocker, SiShell, SiCloudways } from '@icons-pack/react-simple-icons';
30+
import { SiNginx, SiApache, SiTraefikproxy, SiCloudron, SiRailway, SiDigitalocean, SiRender, SiKubernetes, SiUbuntu, SiNixos, SiDocker, SiCloudways } from '@icons-pack/react-simple-icons';
3131

3232

3333
const iconMap = {

0 commit comments

Comments
 (0)