Skip to content

Commit

Permalink
add info about available config.inc.php flags
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Kaufmann <[email protected]>
  • Loading branch information
d00p committed Jan 27, 2024
1 parent 20d51e8 commit 6935d8f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions admin-guide/settings/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ To overwrite the options in this file, rename/copy it and adjust as needed:
cd /var/www/html/froxlor
cp lib/config.example.inc.php lib/config.inc.php
```

### Available configuration flags

| Flag | Description | Default value |
|--------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------|
| `enable_webupdate` | enable/disable the possibility to update froxlor from within the web-interface, recommended value for debian/ubuntu package users is false to rely on apt and not have version mixup. This is also useful for providers that manage the servers but give admin access to froxlor to handle updates the way the providers does it (e.g. automation, etc.) | false |
| `disable_otp_security_check` | settings that have a major impact on the system or which values are used to be executed with high privileges on the system require the admin-user to have set up and enabled OTP for the corresponding account to change these values. To disable this extra security validation, set the value of this to true. | false |

0 comments on commit 6935d8f

Please sign in to comment.