You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always make sure to reference the latest available NocoDB Cloudron image from [Docker Hub](https://hub.docker.com/r/nocodb/cloudron).
85
-
86
-
## Custom Domains and Aliases
87
-
88
-
To serve NocoDB on a different domain:
89
-
90
-
1. Go to the **Cloudron Dashboard**.
91
-
2. Open your NocoDB app settings.
92
-
3. Click **Location → Add alias**.
93
-
4. Enter your preferred domain or subdomain (must match the domain configured in NocoDB if used internally).
94
-
5. Cloudron will automatically provision an SSL certificate.
95
-
96
-
Wildcard domains are supported but may need additional configuration for SSL to function correctly.
43
+
***System Requirements**: Make sure your Cloudron server has enough resources (at least 1 vCPU and 1 GB RAM for testing, 2 GB+ recommended for production).
44
+
***Backups**: Take advantage of Cloudron’s built-in backup options to safeguard your NocoDB data.
45
+
***Maintenance**: Regularly update both NocoDB and Cloudron to stay current with security patches and new features.
description: 'Installing NocoDB on other platforms'
4
3
tags: ['Open Source']
5
-
keywords : ['NocoDB installation', 'NocoDB Digital Ocean installation', 'NocoDB prerequisites']
4
+
keywords : ['NocoDB installation']
6
5
---
7
6
8
-
This guide covers installation methods for NocoDB on various platforms including Cloudron, CapRover, Railway, FreeBSD/FreeNAS/TrueNAS Jail, and SealOs.
7
+
This guide covers installation methods for NocoDB on various platforms including, CapRover, FreeBSD/FreeNAS/TrueNAS Jail, and SealOs.
9
8
10
-
### Cloudron
9
+
##CapRover
11
10
12
-
Cloudron provides an easy way to install and manage NocoDB.
5. Railway will automatically deploy your NocoDB instance.
74
-
75
-
#### Important Notes
76
-
- Make sure to configure environment variables for database connections if needed.
77
-
- Set up persistent storage for your NocoDB data.
78
-
- Regularly update your NocoDB instance for the latest features and security patches.
79
-
80
-
### FreeBSD/FreeNAS/TrueNAS Jail Installation
33
+
## FreeBSD/FreeNAS/TrueNAS Jail Installation
81
34
82
35
For detailed instructions on installing NocoDB on FreeBSD, FreeNAS, or TrueNAS Jail, please refer to the [guide](https://gist.github.com/Zamana/e9281d736f9e9ce5882c6f4b140a590e) provided by [C. R. Zamana.](https://github.com/Zamana)
83
36
84
37
85
-
###Sealos
38
+
## Sealos
86
39
87
40
[](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dnocodb)
88
41
89
-
###Elestio
42
+
## Elestio
90
43
91
44
[](https://elest.io/open-source/nocodb)
92
45
93
-
###RepoCloud
46
+
## RepoCloud
94
47
95
48
[](https://repocloud.io/details/?app_id=100)
Copy file name to clipboardExpand all lines: content/self-hosting/installation/railway.mdx
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,11 @@ To run NocoDB reliably:
36
36
* Upgrade to the **Hobby plan** or higher.
37
37
* Plans with at least **1 GB RAM** are recommended for stable performance.
38
38
39
+
## Important Notes
40
+
- Make sure to configure environment variables for database connections if needed.
41
+
- Set up persistent storage or S3 for your NocoDB data.
42
+
- Regularly update your NocoDB instance for the latest features and security patches.
43
+
39
44
## You're Live 🎉
40
45
41
46
That’s it! NocoDB should now be running on Railway. You can begin creating APIs from your database, importing spreadsheets, or managing data collaboratively.
0 commit comments