Merge pull request #12871 from nextcloud/chore/webauthn-modules

fix(admin): Adjust required and recommended modules
This commit is contained in:
Ferdinand Thiessen
2025-03-21 14:03:56 +01:00
committed by GitHub
2 changed files with 1 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ following commands in a terminal::
sudo apt update && sudo apt upgrade
sudo apt install apache2 mariadb-server libapache2-mod-php php-gd php-mysql \
php-curl php-mbstring php-intl php-gmp php-bcmath php-xml php-imagick php-zip
php-curl php-mbstring php-intl php-gmp php-xml php-imagick php-zip
* This installs the packages for the Nextcloud core system.
If you are planning on running additional apps, keep in mind that they might

View File

@@ -53,8 +53,6 @@ Required for specific apps:
:doc:`../configuration_files/external_storage/smb`)
* PHP module ftp (for FTP storage / external user authentication)
* PHP module imap (for external user authentication)
* PHP module bcmath (for passwordless login)
* PHP module gmp (for passwordless login)
Recommended for specific apps (*optional*):