Skip to content

Conversation

@TiTidom-RC
Copy link
Contributor

@TiTidom-RC TiTidom-RC commented Dec 21, 2025

Description

Adapt the install scripts and certain core functions to ensure Jeedom can be installed on Debian 13.

Include the same for Docker files.

Suggested changelog entry

All changes are detailed in the _trixie_migrationcheck.md and _trixie_retrocheck.md files. These files are located at the root of the repository.

In summary, here are the key changes :

Replaced Debian Packages :

  • ntp → chrony
  • ntpdate → removed (included in chrony)
  • locate → plocate (modern version with alternative)
  • espeak + mbrola → espeak-ng
  • libcurl3-gnutls → libcurl4 (for Debian 13+)

Removed Debian packages :

  • telnet
  • apt-transport-https (inluded by default since Debian 10)
  • cutycapt
  • dos2unix (replaced by "sed")
  • libav-tools (replaced by "ffmpeg")
  • software-properties-common (Ubuntu package, not available in Debian)

Migrate to PHP-FPM :

  • proxy_fcgi
  • setenvif

Update MariaDB parameters :

Removed parameters (deprecated) :

  • query_cache_type, query_cache_size, query_cache_limit, query_cache_min_res_unit (query cache no more available)
  • innodb_large_prefix (active by default)

Support for custom fork repository (for the install script) :

Add "-r" parameter (R like repository) in install's script :

sudo ./install.sh -r owner/repo -v branche

Updated all references from 'apt' to 'apt-get', adding options to handle conflicts and interactions with shell.

PS : This code is based on the 4.5.2 branch, including commits up to the morning of 12/19/2025

Related issues/external references

Fixes #

Types of changes

  • Bug fix (non-breaking change which fixes)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
    • This change is only breaking for integrators, not for external standards or end-users.
  • Documentation improvement

PR checklist

zoic21 and others added 30 commits June 17, 2025 12:29
Fix 500 error on delete of some device
Update code to be able to install on Debian 13
@TiTidom-RC
Copy link
Contributor Author

Je ferme ce PR pour en ouvrir un plus "propre" basé directement sur la branche trixie officielle (et non 4.5.2), afin de faciliter la relecture.

@TiTidom-RC TiTidom-RC closed this Jan 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants