Michał Panasiewicz
Michał Panasiewicz
It is not possible to add fields in Asset created with the Generic Object plugin. Only for some dropdowns: Models, Types, Category.
It is possible to add additional fields in this tab/form of Asset ? The possibility was in some version: https://github.com/pluginsGLPI/fields/issues/148
### Code of Conduct - [X] I agree to follow this project's Code of Conduct ### Is there an existing issue for this? - [X] I have searched the existing...
If there are several subkeys generated for SSH (different algorithms) - the exported public key is only the last one. No possibility to add other key servers.
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 %} ```