diff --git a/admin_guide/installation.rst b/admin_guide/installation.rst index 5e75adb9..48634c21 100644 --- a/admin_guide/installation.rst +++ b/admin_guide/installation.rst @@ -37,9 +37,9 @@ Before starting the installation, ensure the following software is installed: - Git -- Node.js with NPM included (we use the official NodeJs LTS release) +- Node.js with NPM included (we use the `Active LTS `__ version branch) - - Using `nodesource `__ is recommended + - Using `NVM `__ is recommended - Docker engine (if using Docker, see :ref:`Install with Docker `) @@ -54,13 +54,14 @@ Recommended ~~~~~~~~~~~ .. note:: + The development team recommends creating a dedicated user to install and run CryptPad in production rather than using the root user. Clone the CryptPad repository .. code:: bash - git clone -b 2025.9.0 --depth 1 https://github.com/cryptpad/cryptpad.git cryptpad + git clone -b 2025.12.0 --depth 1 https://github.com/cryptpad/cryptpad.git cryptpad Move to the newly cloned repository @@ -72,7 +73,7 @@ Switch to the latest published tag .. code:: bash - git checkout 2025.9.0 + git checkout 2025.12.0 Dependencies """""""""""" diff --git a/conf.py b/conf.py index 2a50a9d2..e70df7ca 100644 --- a/conf.py +++ b/conf.py @@ -28,7 +28,7 @@ author = 'CryptPad Team' # The full version, including alpha/beta/rc tags -release = '2025.9.0' +release = '2025.12.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index ed0f88ce..388348e3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,6 @@ dependencies = [ "Jinja2<4.0.0,>=3.1.4", ] name = "documentation" -version = "2025.9.0" +version = "2025.12.0" description = "CryptPad official documentation" readme = "README.md" diff --git a/user_guide/share_and_access.rst b/user_guide/share_and_access.rst index 6c441443..16d8ddbd 100644 --- a/user_guide/share_and_access.rst +++ b/user_guide/share_and_access.rst @@ -115,6 +115,10 @@ Shared folders Shared folders are made for sharing a set of documents at once. +.. warning:: + + Shared folders are impacting the storage quota of everyone who has them in their drive. Hence, it's usage should be limited and ideally used only in last resort, when a :ref:`team ` isn't fitting for the use case. + To create a shared folder in the CryptDrive: - ``+ New`` > |cptools shared-folder| **Shared folder**.