mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2026-04-18 21:16:06 +00:00
Debian 13 for nextcloud and semaphore
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
# This file contains the project constants on service level
|
||||
|
||||
# Debian Version, which will be installed
|
||||
LXC_TEMPLATE_VERSION="debian-12-standard"
|
||||
LXC_TEMPLATE_VERSION="debian-13-standard"
|
||||
|
||||
# Create sharefs mountpoint
|
||||
LXC_MP=1
|
||||
@@ -33,7 +33,7 @@ NEXTCLOUD_VERSION="latest"
|
||||
NEXTCLOUD_PHP_VERSION="8.3"
|
||||
|
||||
# Defines the postgresql version to install
|
||||
POSTGRES_VERSION=16
|
||||
POSTGRES_VERSION=18
|
||||
|
||||
# Defines the IP from the SQL server
|
||||
NEXTCLOUD_DB_IP="127.0.0.1"
|
||||
|
||||
@@ -549,7 +549,7 @@ echo "=> Modifying Nginx config for Nextcloud ..."
|
||||
mod_nginx
|
||||
|
||||
echo "=> Installing PHP $NEXTCLOUD_PHP_VERSION ..."
|
||||
inst_php
|
||||
inst_php {fpm,gd,curl,pgsql,xml,zip,intl,mbstring,bz2,ldap,apcu,bcmath,gmp,imagick,igbinary,mysql,redis,smbclient,sqlite3,cli,common,opcache,readline} $NEXTCLOUD_PHP_VERSION
|
||||
echo "=> Modifying PHP config for Nextcloud ..."
|
||||
mod_php
|
||||
|
||||
|
||||
Reference in New Issue
Block a user