Zurücksetzten der Logoutzeit für den

Moin - ich wollte bei pihole in meiner VM eigentlich nur die logoutzeit umstellen - dachte 0 würde gehen und kein automatischen logout für das webinterface bedeuten... :smiley:

Tja falsch gedacht --> wo finde ich denn die entsprechende datei um das wieder in Ordnung zu bringen?

Grüße und Danke!

/etc/pihole/pihole.toml:

[webserver]
  ...
  [webserver.session]
    # Session timeout in seconds. If a session is inactive for more than this time, it will
    # be terminated. Sessions are continuously refreshed by the web interface, preventing
    # sessions from timing out while the web interface is open.
    # This option may also be used to make logins persistent for long times, e.g. 86400
    # seconds (24 hours), 604800 seconds (7 days) or 2592000 seconds (30 days). Note that
    # the total number of concurrent sessions is limited so setting this value too high
    # may result in users being rejected and unable to log in if there are already too
    # many sessions active.
    timeout = 1800

1 Like