* downgrades deb12
* fixes
* Update inventree.sh
* fix format
* Update Debian version to 12 in omv and technitiumdns configs
Changed the Debian version from 13 to 12 in both omv.json and technitiumdns.json to reflect the correct OS version for these configurations.
Bump default container OS version from Debian 12 to 13 across multiple LXC setup scripts. Refactor update_script functions for consistency, improve messaging, and standardize apt usage. Update Kimai install and update scripts to use setup_php, setup_composer, and fetch_and_deploy_gh_release helpers, and switch from MySQL to MariaDB. Update Kometa to use Python 3.13. Minor improvements to backup, cleanup, and service management steps in several scripts.
* Jellyfin: ensure libjemalloc used
* Enhance Jellyfin update script with libjemalloc checks
Added checks for libjemalloc2 installation and symlink creation before updating Jellyfin.
* Change apt-get to apt for installing libjemalloc2
* Increase default disk size from 8GB to 16GB
* Increase HDD size for Jellyfin configuration
Updated HDD size from 8GB to 16GB in jellyfin.json.
* Bump L to N-Scripts to Debian 13 (Trixie)
* refactor
* Add apt clean command to cleanup process
* Add apt clean command to cleanup process
---------
Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
- Ensure VectorChord upgrades only run if there is also an Immich update
- Ensure pgvector is up-to-date before updating VectorChord
- Move postgresql service restart before extension update commands
- Add reindex commands to update process
- Attempt to address superfluous sharp compilation
* Update glpi-install.sh
Updated PHP 8.2 to PHP 8.4;
Adjusted the database configuration for GLPI 11.0.1 and I hope this configuration will be the same for future GLPI versions.
* Update glpi-install.sh
Added setup_mariadb
* Update glpi-install.sh
* Update glpi-install.sh
---------
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>