DiouxX
DiouxX
Hello, I tried to deploy GLPI with docker-compose and I don't have the error that you encounter. ``` docker-compose -f docker-compose-glpi.yml logs -f glpi glpi | TIMEZONE is unset glpi...
It's strange. Your deploy with docker-compose don't have the URL to download GLPI. ``` basename: missing operand wget: missing URL ``` And I have not this issue and behavior with...
Hello, It is not necessary to upgrade GLPI image. By default, during a new installation, it is the last version of GLPI which is downloaded. Currently it is the version...
For HTTPS, it's delegated to your reverse proxy. This can be done with [Traefik](https://doc.traefik.io/traefik/), [acme-companion](https://github.com/nginx-proxy/acme-companion) or others
Hello, I'm using the latest docker image and I'm not getting this error. What version of GLPI are you using? Have you tried updating GLPI?
I use the latest version of GLPI  with the latest docker image that uses the PHP 8.3.4 and I don't get your error ` php -version PHP 8.3.4 (cli)...
You can use your GLPI volume on your host to update with the archive in the "classic" way : 1. Download tarball : wget https://github.com/glpi-project/glpi/releases/download/10.0.14/glpi-10.0.14.tgz 2. Extract tarball : tar...
Maybe, you can use the GLPI agent (https://github.com/glpi-project/glpi-agent) instead of the fusioninventory agent
The problem is due to the plugins you are using which are not up to date and do not support the latest version of GLPI.
PHP 7.4 is end of life and no longer maintained. It's best if the plugins you use are updated to be compatible with PHP 8.3. I can try to make...