Browse Source

docs: move providers to other installation methods

Signed-off-by: mertmit <mertmit99@gmail.com>
pull/9656/head
mertmit 1 month ago
parent
commit
450087ca9a
  1. 11
      README.md
  2. 10
      packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/100.other-installations.md
  3. 2
      packages/noco-docs/docusaurus.config.js
  4. 2
      packages/noco-docs/src/css/custom.scss

11
README.md

@ -91,11 +91,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
@ -113,11 +108,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)

10
packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/100.other-installations.md

@ -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)_
## Elestio
[![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.
_[![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)_

2
packages/noco-docs/docusaurus.config.js

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

2
packages/noco-docs/src/css/custom.scss

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

Loading…
Cancel
Save