Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions admin_guide/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://nodejs.org/en/about/previous-releases#looking-for-the-latest-release-of-a-version-branch>`__ version branch)

- Using `nodesource <https://github.com/nodesource/distributions?tab=readme-ov-file#installation-instructions-deb>`__ is recommended
- Using `NVM <https://nodejs.org/en/download>`__ is recommended

- Docker engine (if using Docker, see :ref:`Install with Docker <admin_docker_install>`)

Expand All @@ -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

Expand All @@ -72,7 +73,7 @@ Switch to the latest published tag

.. code:: bash

git checkout 2025.9.0
git checkout 2025.12.0

Dependencies
""""""""""""
Expand Down
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 ---------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 4 additions & 0 deletions user_guide/share_and_access.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 <teams>` isn't fitting for the use case.

To create a shared folder in the CryptDrive:

- ``+ New`` > |cptools shared-folder| **Shared folder**.
Expand Down