Merge pull request #9656 from nocodb/chore/3rd-party

docs: move providers to other installation methods
This commit is contained in:
navi
2024-10-17 19:54:37 +01:00
committed by GitHub
4 changed files with 10 additions and 15 deletions

View File

@@ -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
[![Deploy on RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploy.png)](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
[![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/nocodb)
For more installation methods, please refer to [our docs](https://docs.nocodb.com/category/installation)
# Screenshots
![2](https://github.com/nocodb/nocodb/assets/86527202/a127c05e-2121-4af2-a342-128e0e2d0291)

View File

@@ -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:
_[![Deploy on Sealos](https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dnocodb)_
[![Deploy on Sealos](https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-template%3FtemplateName%3Dnocodb)
2. Follow the on-screen instructions to configure and deploy your NocoDB instance.
## Elestio
_[![Deploy on Elestio](https://elest.io/images/logos/deploy-to-elestio-btn.png)](https://elest.io/open-source/nocodb)_
## RepoCloud
_[![Deploy on RepoCloud](https://d16t0pc4846x52.cloudfront.net/deploy.png)](https://repocloud.io/details/?app_id=100)_

View File

@@ -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: {

View File

@@ -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);