Debian 13 for nextcloud and semaphore

This commit is contained in:
Thorsten Spille
2026-01-17 17:15:54 +00:00
parent 2d55a1b222
commit 1c6ec8f73c
5 changed files with 12 additions and 11 deletions

View File

@@ -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"