docker-glpi icon indicating copy to clipboard operation
docker-glpi copied to clipboard

Docker image running GLPI

Results 10 docker-glpi issues
Sort by recently updated
recently updated
newest added

Resolved: https://github.com/Wolvverine/docker-glpi/pull/19/commits/34406be5e08d10ca0d36ac28e6b1abe621ddcd0a

All steps to resolve are here, in Xenial are problems: https://github.com/Wolvverine/docker-glpi/commit/96292f90629af7bdd2ed7f621586ea79d37e415c

Some changes for /root/opt/scripts/cronwrapper.py: ``` #!/bin/sh python3 /usr/local/bin/cronwrapper.py ``` and add executable right on: /root/opt/scripts/cronwrapper.py /usr/local/bin/cronwrapper.py

https://github.com/Wolvverine/docker-glpi/blob/master/Dockerfile_nginx-72 https://github.com/Wolvverine/docker-glpi/blob/master/Dockerfile_nginx-74

``` # Timeout for keep-alive connections. Server will close connections after # this time. keepalive_timeout 600; proxy_connect_timeout 600; proxy_send_timeout 600; proxy_read_timeout 600; fastcgi_send_timeout 600; fastcgi_read_timeout 600; ```

If environment PHPFPM_DECORATE_WORKERS_OUTPUT variable do not exist, will be KeyError. ``` {% if env('PHPFPM_DECORATE_WORKERS_OUTPUT') %} decorate_workers_output={{ env('PHPFPM_DECORATE_WORKERS_OUTPUT') }} {% endif %} ```

..extracting plugin '/tmp/karastock.tar' ..#ERROR# unknown extension for karastock.tar. Please open an issue or make a PR to https://github.com/Turgon37/docker-glpi patch: for TGZ https://github.com/Wolvverine/docker-glpi/commit/45dbf52b6ba6c62e1b430d972ef25225956185aa for TAR https://github.com/Wolvverine/docker-glpi/commit/7dfe7e2d691dd7d640c0d958fe8b1df1bb5cba32

enhancement

If mariadb container have another time/timezone then example here /front/crontask.php will be last run time from mariaDB. https://glpi-install.readthedocs.io/en/develop/timezones.html short workaround: ocker exec -it mariadb /bin/sh -c "export TZ='Europe/Warsaw'" docker exec...

waiting_customer

Look here: https://github.com/Wolvverine/docker-glpi/commit/5a1aa23801b142ff5a45484392c15638f3b87c76