Commit Graph

78 Commits

Author SHA1 Message Date
gaurav23v
cb3fb6b6a3 docs: add NC_NON_ATTACHED_FIELD_SIZE env var documentation 2025-04-01 20:43:37 +05:30
Pranav C
bc5eacdbd6 docs: super admin credential update environment details 2025-02-21 12:32:41 +00:00
sinanmohd
3fd5145ae4 chore(noco-docs): init nix docs 2025-01-30 16:34:07 +05:30
Pranav C
b1b56ff1e9 revert: bring back missing env
Bring back missing env which got deleted accidentally while syncing

Signed-off-by: Pranav C <pranavxc@gmail.com>
2025-01-22 21:40:26 +05:30
Pranav C
dc03dbf11b chore: missing changes from ee
Signed-off-by: Pranav C <pranavxc@gmail.com>
2025-01-22 12:28:01 +05:30
Salim B
c68d08e727 Merge branch 'develop' into patch-1 2024-11-29 12:16:51 +01:00
navi
ce476466ca Merge pull request #9656 from nocodb/chore/3rd-party
docs: move providers to other installation methods
2024-10-17 19:54:37 +01:00
mertmit
450087ca9a docs: move providers to other installation methods
Signed-off-by: mertmit <mertmit99@gmail.com>
2024-10-14 11:48:19 +03:00
Kacper
ae7b58c1e7 style: 020.environment-variables.md file formatting 2024-10-12 08:33:48 +02:00
Kacper
f27e9d92a1 feat: IAM role access 2024-10-12 08:31:02 +02:00
Pranav C
76600d4178 refactor: env name refactoring 2024-10-08 06:29:29 +00:00
Pranav C
caafdf699f refactor: change env name 2024-10-06 07:21:36 +00:00
Pranav C
58ea2db4b9 refactor: review comments 2024-10-06 07:21:34 +00:00
Pranav C
5742fb0838 feat: docs, action for deployment and other corrections 2024-10-06 07:21:34 +00:00
Pranav C
61b2562f2e feat: Postgres base as schema (#9591)
* refactor:  introduce `NC_DISABLE_BASE_AS_PG_SCHEMA`

* refactor: change env name and create db if not exist

* refactor: review comments

* chore: add npmignore file

Signed-off-by: Pranav C <pranavxc@gmail.com>

---------

Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-10-06 01:05:48 +03:00
nathanbegbie
79e9b7c849 [docs] fix docker compose path for installation 2024-09-28 20:45:10 +03:00
Pranav C
bdd6942359 feat: Decide base creation behaviour on app load based on permission (#9530)
* feat: decide default base creation behaviour on app load based on permission

* refactor: change the order of init

* docs: update env docs

* feat: add minimal db support for pg

* fix: import statement correction

* fix: add migration to migration list

* fix: pass schema name on baseModelSql instance creation

* refactor: move isMeta logic to CE version

* refactor: accept schema name as argument in pgclient

* refactor: getBaseModelSql method

* refactor: migrate pgClient methods to CE

* refactor: include minimal db schema in data queries

* docs: detailed docs about minimal db

* chore: lint

* refactor: coderabbit review comments

* fix: move table operation methods

* refactor: migrate methods to CE

* refactor: migrate relationCreate to CE

* refactor: review comments

* docs: improvements

* refactor: cleanup import statements
2024-09-25 12:42:26 +05:30
Lisa VC
f7d33a5a62 docs: embed Tutorial Videos in documentation (#9460)
* add tutorial videos

* fixed error
2024-09-15 20:19:27 +05:30
navi
db5444a3e1 Auto upstall docs (#9448)
* docs : update auto-upstall docs

* docs : update auto-upstall docs
2024-09-09 09:23:29 +05:30
Naveen MR
564a207c1a update : refactor auto-upstall and installation methods 2024-09-05 00:46:36 +05:30
DarkPhoenix2704
124a1f8402 fix: update url 2024-09-04 13:42:13 +05:30
Anbarasu
03c9d14285 Update packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-install.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-04 10:06:33 +05:30
Anbarasu
ca8e8156ec Update packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/010.auto-install.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-04 10:03:54 +05:30
DarkPhoenix2704
1b92bd1975 fix: broken links 2024-09-04 10:02:21 +05:30
Naveen MR
1eafae4158 update : refactor auto-upstall and installation methods 2024-09-03 20:27:55 +01:00
Anbarasu
529a1d3828 Update packages/noco-docs/docs/020.getting-started/050.self-hosted/010.installation/100.other-installations.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2024-09-03 21:30:49 +05:30
DarkPhoenix2704
645c2d6775 chore: updated installation docs 2024-09-03 21:12:00 +05:30
Pranav C
25dbcd30dd docs: all invalid path corrections 2024-09-02 05:44:24 +00:00
navi
cac31ca456 Merge pull request #7925 from fanux/patch-1
Add one click deploy on sealos
2024-08-30 18:09:11 +01:00
Ramesh Mane
34579ecdec Nc Feature: Redirect URL (#9276)
* feat(nc-gui): add redirect url input in form

* fix(nc-gui): small changes

* feat(nc-gui): redirect url prefill support

* fix(nc-gui): hide submit another form, and after 5 s option if redirect_link is enabled

* fix(nc-gui): minor changes

* fix(nc-gui): add redirect url input validation & ee only

* fix(nc-gui): clear form issue

* fix(nc-gui): tooltip alignment issue

* fix(nc-gui): shared form redirect url issue

* chore(nc-gui): lint

* fix(nc-gui): reduce form & field section form size

* fix(nc-gui): update email me at text from form view

* fix(nc-gui): enable redirect url in oss also

* fix(nc-gui): add support for redirect url in shared form

* fix(nc-gui): redirect issue if record_id is missing

* fix(nc-gui): reload issue

* chore(nc-gui): lint

* docs: update for redirect URL

* fix(nc-gui): review changes

* fix(nc-gui): make helper text even lighter

* chore: help text adjustments

* docs: image for redirect url

---------

Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-08-20 22:23:07 +05:30
navi
3add153c96 Env variable update (#9283)
* chore : updating env variables description

* chore : updating env variables description
2024-08-18 11:17:28 +05:30
Salim B
3013360324 docs: move NC_ATTACHMENT_EXPIRE_SECONDS to storage block (#9222)
* docs: move `NC_ATTACHMENT_EXPIRE_SECONDS` to storage block

* docs: minor tweak
2024-08-14 15:43:45 +05:30
Mert E.
bcc9bc5f9b feat: attachment references (#9215)
* feat: attachment migration

Signed-off-by: mertmit <mertmit99@gmail.com>

* fix: check for SQLite3

Signed-off-by: DarkPhoenix2704 <anbarasun123@gmail.com>

* fix: skip text index for mysql

Signed-off-by: mertmit <mertmit99@gmail.com>

---------

Signed-off-by: mertmit <mertmit99@gmail.com>
Signed-off-by: DarkPhoenix2704 <anbarasun123@gmail.com>
Co-authored-by: DarkPhoenix2704 <anbarasun123@gmail.com>
2024-08-14 12:05:03 +03:00
Salim B
dc4048c516 Update 020.environment-variables.md
docs: mention that `NC_S3_ENDPOINT` takes precedence over `NC_S3_REGION`
2024-08-13 18:28:10 +02:00
Anbarasu
828c4b8e04 feat: configure S3 acl from envs (#9192)
* feat: configure S3 acl from envs

* fix: s3 cloud acl
2024-08-09 13:25:32 +03:00
Pranav C
d4f76d348a fix: Miscellaneous bugs (#9149)
* feat: support pretty print in webhook json

* fix: on renaming table update default view name as well

* fix: show default view name alias as 'Default view'

* fix:  chunk loading error handling

* fix: global error boundary handling improvements

* fix: typo correction

* chore: sentry integration

* refactor: destroy the toast message after reload

* chore: add missing dependencies

Signed-off-by: Pranav C <pranavxc@gmail.com>

* chore: sentry error reporting

Signed-off-by: Pranav C <pranavxc@gmail.com>

* refactor: improved error toast message

Signed-off-by: Pranav C <pranavxc@gmail.com>

* refactor: timeout correction

Signed-off-by: Pranav C <pranavxc@gmail.com>

---------

Signed-off-by: Pranav C <pranavxc@gmail.com>
Co-authored-by: Raju Udava <86527202+dstala@users.noreply.github.com>
2024-08-07 12:39:57 +05:30
Jakob Gillich
e3657c2c42 feat: add S3 endpoint input (#8886)
* feat: add S3 endpoint input

* fix: generate signed urls for non-aws attachments
2024-07-22 10:20:30 +03:00
Anbarasu
a09c8a4087 fix: enable toc in docs (#8983) 2024-07-11 10:39:37 +05:30
navi
e95eb204d3 chore : Group the env variables and remove the ones that are not nece… (#8977)
* chore : Group the env variables and remove the ones that are not necessary.

* chore : Group the env variables and remove the ones that are not necessary.

* chore : Group the env variables and remove the ones that are not necessary.
2024-07-10 11:59:21 +05:30
navi
9a1fddc755 chore : simplify self-hosting - default to postgres/sqlite (#8788) 2024-06-18 20:44:00 +05:30
Naveen MR
f1be35c8a8 chore : simplify self-hosting - default to postgres/sqlite 2024-06-18 10:05:06 +01:00
Naveen MR
e627111d30 chore : simplify self-hosting - default to postgres/sqlite 2024-06-18 10:02:44 +01:00
Naveen MR
5ae6b3e687 chore : simplify self-hosting - default to postgres/sqlite 2024-06-18 09:58:40 +01:00
Naveen MR
fdd6ab93fa chore : simplify self-hosting - default to postgres/sqlite 2024-06-18 09:55:26 +01:00
Salim B
12d7a81f31 docs: describe NC_DISABLE_EMAIL_AUTH (#8662)
* docs: describe `NC_DISABLE_EMAIL_AUTH`

* docs: better arrange env vars
2024-06-06 20:57:32 +05:30
Pranav C
171ddf2cab docs: improve environment documentation
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-05-31 01:25:28 +05:30
Salim B
f3e6c888c3 docs: tweak env var documentation 2024-05-24 17:31:48 +02:00
Pranav C
f441403aba fix: add support to deprecated env variables
Signed-off-by: Pranav C <pranavxc@gmail.com>
2024-05-23 23:08:02 +05:30
Salim B
0ea94d65aa feat: support Litestream age encryption (#8526)
* feat: support Litestream age encryption

* fix: correct Litestream S3 env vars to match doc

* fix: add backwards compatibility for renamed env vars
2024-05-22 07:48:26 +03:00
Salim B
1e14b5ab46 Merge branch 'litestream-config' of github.com:salim-b/nocodb into litestream-config 2024-05-16 17:55:31 +02:00