Browse Source

docs: self hosted -> Open Source

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6467/head
Raju Udava 11 months ago
parent
commit
0591a5797f
  1. 2
      packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation.md
  2. 2
      packages/noco-docs/docs/020.getting-started/050.self-hosted/020.environment-variables.md
  3. 2
      packages/noco-docs/docs/020.getting-started/050.self-hosted/030.upgrading.md
  4. 2
      packages/noco-docs/docs/020.getting-started/050.self-hosted/_category_.json
  5. 2
      packages/noco-docs/docs/030.workspaces/010.workspace-overview.md
  6. 2
      packages/noco-docs/docs/030.workspaces/020.create-workspace.md
  7. 14
      packages/noco-docs/docs/120.collaboration/050.oss-specific-details.md
  8. 10
      packages/noco-docs/docs/140.account-settings/030.oss-specific-details.md

2
packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation.md

@ -1,7 +1,7 @@
---
title: 'Installation'
description: 'Simple installation - takes about three minutes!'
tags: ['Self-Hosted plan']
tags: ['Open Source']
keywords : ['NocoDB installation', 'NocoDB docker installation', 'NocoDB nodejs installation', 'NocoDB quick try', 'NocoDB prerequisites']
---

2
packages/noco-docs/docs/020.getting-started/050.self-hosted/020.environment-variables.md

@ -2,7 +2,7 @@
title: 'Environment Variables'
description: 'Environment Variables for NocoDB!'
hide_table_of_contents: true
tags: ['Self-Hosted plan']
tags: ['Open Source']
keywords : ['NocoDB environment variables', 'NocoDB env variables', 'NocoDB envs', 'NocoDB env']
---

2
packages/noco-docs/docs/020.getting-started/050.self-hosted/030.upgrading.md

@ -1,7 +1,7 @@
---
title: 'Upgrading'
description: 'Upgrading NocoDB : Docker, Node and Homebrew!'
tags: ['Self-Hosted plan']
tags: ['Open Source']
keywords: ['NocoDB upgrade', 'upgrade NocoDB', 'upgrade nocodb']
---

2
packages/noco-docs/docs/020.getting-started/050.self-hosted/_category_.json

@ -1,5 +1,5 @@
{
"label": "On Self-Hosted plan",
"label": "In Open Source",
"collapsible": true,
"collapsed": false
}

2
packages/noco-docs/docs/030.workspaces/010.workspace-overview.md

@ -18,7 +18,7 @@ NocoDB workspaces are a crucial feature for organizing and managing your data ef
In summary, NocoDB workspaces streamline data management and member control, providing the flexibility and oversight necessary for various projects and teams.
:::info
The Self-hosted plan includes a default workspace, and it does not allow the creation of additional workspaces.
The Open Source NocoDB includes a default workspace, and it does not allow the creation of additional workspaces.
:::
### Workspace context menu

2
packages/noco-docs/docs/030.workspaces/020.create-workspace.md

@ -27,7 +27,7 @@ You can invite as many people as you want, and you can create as many tables as
But remember, there can only be one owner, and only the owner can delete the workspace.
:::info
The self-hosted plan includes a default workspace, and it does not allow the creation of additional workspaces.
The Open Source NocoDB includes a default workspace, and it does not allow the creation of additional workspaces.
:::
## Related articles

14
packages/noco-docs/docs/120.collaboration/050.oss-specific-details.md

@ -1,14 +1,14 @@
---
title: 'On Self-Hosted plan'
description: 'This article explains specifics of User management on Self-Hosted plan.'
tags: ['Collaboration', 'Self-Hosted plan', 'User management']
keywords: ['Collaboration', 'Self-Hosted plan', 'User management', 'User permissions', 'User roles']
title: 'In Open Source'
description: 'This article explains specifics of User management in OSS.'
tags: ['Collaboration', 'Open Source', 'User management']
keywords: ['Collaboration', 'Open Source', 'User management', 'User permissions', 'User roles']
---
The Self-hosted plan includes a default workspace, and it does not allow the creation of additional workspaces. And hence, the user management on Self-Hosted plan is different from other plans. This article details the specifics of User management on Self-Hosted plan.
Open source NocoDB includes a default workspace, and it does not allow the creation of additional workspaces. And hence, the user management on Open source is different from Cloud hosted solutions. This article details the specifics of User management on Open source.
## User Management
Self-hosted plan equivalent of a workspace is an organisation. An organisation can have multiple bases. Permissions within NocoDB are divided into two levels: `Organisation level` and `Base level`.
Organisation is an workspace equivalent concept in Open-source NocoDB. An organisation can have multiple bases. Permissions within NocoDB are divided into two levels: `Organisation level` and `Base level`.
### Organisation Level Permissions:
- `Org Level Creator`: Allows users to create new bases and access invited bases.
@ -20,7 +20,7 @@ Self-hosted plan equivalent of a workspace is an organisation. An organisation c
### Base Level Permissions:
The permissions at base level on self-hosted plans are similar to other plans. The base level permissions are summarized below:
The permissions at base level in Open source NocoDB remain same as cloud solutions. The base level permissions are summarized below:
- `Owner`: The user who created the project. A project can have only one owner. The owner persists until the project exists and the role is non-transferable. The owner has access to carry out any operations within the project, including deleting it.
- `Creator`: Has access to carry out any operations within the project except deleting the project and removing the "Owner."

10
packages/noco-docs/docs/140.account-settings/030.oss-specific-details.md

@ -1,11 +1,11 @@
---
title: 'On Self-Hosted plan'
description: 'This article explains Account settings specifics on Self-Hosted plan.'
tags: ['Account settings', 'Self-Hosted plan']
keywords: ['Account settings', 'Self-Hosted plan']
title: 'In Open Source'
description: 'This article explains Account settings specifics in Open source NocoDB.'
tags: ['Account settings', 'Open Source']
keywords: ['Account settings', 'Open Source']
---
Some of the Account settings features are available only on the Self-Hosted plan. This article explains the specifics of Account settings on Self-Hosted plan.
Some of the Account settings features are available only in Open Source NocoDB. This article explains details about such specifics.
## Enable / Disable Signup
Signup without an invitation is disabled by default and can be managed from UI by a super admin.

Loading…
Cancel
Save