Daniel

Results 160 comments of Daniel

Thanks for reporting, the `Last check` field was missing on some pages for passive services. We have fixed this :)

You can, how ever in my case, vis uses the `regular` font by default which is not available for all Font Awesome icons. So some icons are working combined with...

As @ibering suggested, the recommended and documented solution is to use an reverse proxy to change for this. The docs provide example for Nginx and Apache2: https://docs.openitcockpit.io/en/additional/behind-reverse-proxy/

Hi @ademismaili, you can adjust the memory_limit in the following file (replace 8.1 with the installed PHP version on your system): ``` /etc/php/8.1/fpm/conf.d/oitc.php.ini ``` Increase the value for `memory_limit =...

Hallo @kbilev vielen Dank für deinen Pull Request. Dieses Feature ist bereits verfügbar, allerdings fehlt beim "Edit" eines Benutzers das entsprechende Häkchen. Ob das ein Fehler oder gewollt ist, muss...

Ab openITCOCKPIT 5 können Benutzer auch nachträglich über das Frontend zu oAuth Benutzern erklärt werden: ![grafik](https://github.com/user-attachments/assets/d37b174c-07d5-4559-a03d-a505261aa867) Das deaktivieren der `oAuth Checkbox` ist aktuell nicht möglich, dies wird aber noch kommen....

Hi @kbilev another workaround would be to disable the redirect with a SQL query like so: ```SQL UPDATE systemsettings SET `value` = 0 WHERE `key` = "FRONTEND.SSO.FORCE_USER_TO_LOGINPAGE"; ``` Hope this...

While I was going to implement the query string parameter, I noticed some issue. The login template itself does not contain any form information, when the SSO redirect is enabled....

Hi @protob that's awesome! Not sure how to assign you to this but I have added a `Currently in progress` section to the description and also created a new Issue...

With the next version, it will be possible to enable Kiosk mode on all pages by passing the query parameter `?kiosk`.