Skip to content

Commit c4a073a

Browse files
committed
docs: minor updates related to version 1.2.46
1 parent c28eb99 commit c4a073a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

content/en/v1/admin/config.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,4 +227,7 @@ define('API_AUTHENTICATION_TOKEN', 'My unique API Token');
227227

228228
// TOTP (2FA) issuer name
229229
define('TOTP_ISSUER', 'Kanboard');
230+
231+
// Comma separated list of trusted proxy headers, for example: "HTTP_X_REAL_IP,HTTP_X_FORWARDED_FOR"
232+
define('TRUSTED_PROXY_HEADERS', '');
230233
```

content/en/v1/admin/email.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ define('MAIL_FROM', '[email protected]');
112112

113113
This is useful if your SMTP server does not accept the default address.
114114

115+
### Kanboard URL
116+
117+
You must define explicitly the application URL to generate correct links in the emails otherwise the links will default to `http://localhost/` domain.
118+
115119
## Troubleshooting
116120

117121
If no emails are sent and you are confident that everything is configured correctly:

content/en/v1/admin/requirements.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,12 @@ Kanboard is pre-configured to work with Apache (URL rewriting).
6464

6565
### PHP Versions
6666

67-
- PHP >= 7.4
68-
- PHP 8.x
67+
- PHP >= 8.1
6968

7069
{{< hint type="info" >}}
7170
- Since version 1.2.22, Kanboard requires at least PHP 7.4.
7271
- Since version 1.2.13, Kanboard requires at least PHP 7.2.
73-
- The latest version of PHP is recommended.
72+
- Since version 1.2.46, Kanboard requires at least PHP 8.1. PHP 7.x is end-of-life and no longer supported.
7473
{{</ hint >}}
7574

7675
### Required PHP Extensions

0 commit comments

Comments
 (0)