mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:15:58 +00:00
Merge pull request #9656 from nocodb/chore/3rd-party
docs: move providers to other installation methods
This commit is contained in:
11
README.md
11
README.md
@@ -89,11 +89,6 @@ Auto-upstall does the following : 🕊
|
||||
- 🔒 Automatically setups SSL and also renews it. Needs a domain or subdomain as input while installation.
|
||||
> install.nocodb.com/noco.sh script can be found [here in our github](https://raw.githubusercontent.com/nocodb/nocodb/develop/docker-compose/1_Auto_Upstall/noco.sh)
|
||||
|
||||
## One-Click Deployment
|
||||
|
||||
[](https://repocloud.io/details/?app_id=100)
|
||||
|
||||
|
||||
|
||||
## Other Methods
|
||||
|
||||
@@ -111,11 +106,7 @@ Auto-upstall does the following : 🕊
|
||||
|
||||
> When running locally access nocodb by visiting: [http://localhost:8080/dashboard](http://localhost:8080/dashboard)
|
||||
|
||||
## Self-Hosting NocoDB
|
||||
|
||||
### Elestio
|
||||
|
||||
[](https://elest.io/open-source/nocodb)
|
||||
For more installation methods, please refer to [our docs](https://docs.nocodb.com/category/installation)
|
||||
|
||||
# Screenshots
|
||||

|
||||
|
||||
@@ -83,12 +83,16 @@ Cloudron provides an easy way to install and manage NocoDB.
|
||||
|
||||
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)
|
||||
|
||||
|
||||
## Sealos
|
||||
|
||||
1. Open the NocoDB template by clicking on the following button:
|
||||
_[](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dnocodb)_
|
||||
|
||||
[](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dnocodb)
|
||||
2. Follow the on-screen instructions to configure and deploy your NocoDB instance.
|
||||
## Elestio
|
||||
|
||||
_[](https://elest.io/open-source/nocodb)_
|
||||
|
||||
## RepoCloud
|
||||
|
||||
_[](https://repocloud.io/details/?app_id=100)_
|
||||
|
||||
|
||||
@@ -194,7 +194,7 @@ const config = {
|
||||
},
|
||||
imageZoom: {
|
||||
// CSS selector to apply the plugin to, defaults to '.markdown img'
|
||||
selector: ".markdown img",
|
||||
selector: '.markdown :not(em) > * > img',
|
||||
// Optional medium-zoom options
|
||||
// see: https://www.npmjs.com/package/medium-zoom#options
|
||||
options: {
|
||||
|
||||
@@ -34,7 +34,7 @@
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
.markdown img {
|
||||
.markdown :not(em) > * > img {
|
||||
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
|
||||
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.75);
|
||||
|
||||
Reference in New Issue
Block a user