2024-07-12 15:01:52 +02:00
|
|
|
|
---
|
|
|
|
|
# Boolean variable that adjust the Cockpit config when it's being served via
|
|
|
|
|
# reverse proxy (adjusts the origin, so that the Cockpit doesn't drop sessions,
|
|
|
|
|
# and checks for SSL/TLS connections)
|
2024-07-12 21:19:42 +02:00
|
|
|
|
cockpit_has_reverse_proxy: false
|
2024-12-14 20:53:24 +01:00
|
|
|
|
|
|
|
|
|
# Boolean variable that denotes whether to install dependencies for 2FA auth
|
|
|
|
|
# to Cockpit (Google Authenticator and QR encoding utilities for enrolling the
|
|
|
|
|
# OTP), also installs the rule to the ‹pam.d› so that the 2FA is required for
|
|
|
|
|
# logging in to the Cockpit.
|
|
|
|
|
cockpit_2fa: false
|