From 1873f57ae249d1feb1324fcd5e0ad14075782a4b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ebbe=20Ba=C3=9F?= Date: Thu, 16 Jul 2026 13:36:14 +0200 Subject: [PATCH] changed version to php 8.3 --- .../nextcloud_full_deployment/vars/shared_vars.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml index 1e50700..a4650b1 100644 --- a/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml +++ b/playbooks/linux/ubuntu-server/nextcloud_full_deployment/vars/shared_vars.yml @@ -20,7 +20,7 @@ nc_admin_user: "admin" nc_admin_password: "Start2026!" # It is recommended to check what the php requirements are for the Nextcloud version you want to install. The default is set to 8.5, which is the recommended version as of July 2026. -nc_php_version: "8.5" +nc_php_version: "8.3" # TLS certificate paths (self-signed, generated by this playbook) nc_ssl_cert: "/etc/ssl/certs/nextcloud-selfsigned.crt"