TrueChartsClone/charts/stable/twofauth
TrueCharts Bot 1db613f18e
chore(deps): update container image 2fauth/2fauth to v5.2.0@e0de91d by renovate (#22609)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [2fauth/2fauth](https://togithub.com/Bubka/2FAuth) | minor | `5.1.1`
-> `5.2.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>Bubka/2FAuth (2fauth/2fauth)</summary>

###
[`v5.2.0`](https://togithub.com/Bubka/2FAuth/blob/HEAD/changelog.md#520---2024-05-29)

[Compare
Source](https://togithub.com/Bubka/2FAuth/compare/v5.1.1...v5.2.0)

2FAuth v5.2 offers a new notification feature. Each user can now decide
whether they want to receive an email after a successful login from a
new device, or after a failed login.

For now, both notifications are **disabled** by default. Why this choice
when this feature increases security? Because if the email configuration
of your 2FAuth instance is not set up correctly, such login attempts
will take a while (until all email sending attempts have failed).

If you never set up email sending on your instance, do it. It is the
only way to recover your account, whether you use a password or a
passkey to authenticate. To help you in this task, all required
environment variables are described
[here](https://docs.2fauth.app/getting-started/configuration/#email-setting).
Since v5.1, administrators also have access to a test email button to
validate the email configuration from the UI.

Notifications will be enabled by default in a future version.

Last but not least :

⚠️ This version drops PHP 8.1 support ⚠️

##### Added

- When
[installed](https://developer.mozilla.org/en-US/docs/Web/Progressive_web_apps/Guides/Installing),
2FAuth now offers shortcuts to common actions.
- User authentication logs (See user management pages in the admin
area).
- Two user preferences to control the notifications sent when
authentication events occur.
- A user preference to set the timezone applied to dates and times
displayed in the app.

##### New env vars

- `APP_TIMEZONE`: The timezone applied to dates and times recorded to
database
([doc](https://docs.2fauth.app/getting-started/configuration/#app_timezone)).
- `AUTHENTICATION_LOG_RETENTION`: The authentication log retention time,
in days
([doc](https://docs.2fauth.app/getting-started/configuration/#authentication_log_retention)).
- `PROXY_HEADER_FOR_IP`: Name of the HTTP header sent by a reverse proxy
to pass the original visitor IP address.
([doc](https://docs.2fauth.app/getting-started/configuration/#proxy_header_for_ip)).

##### Changed

-   `MAIL_DRIVER` env var renamed to `MAIL_MAILER`.\
This is not a breaking change as the former name is still supported.
This is just to stick to Laravel defaults.
- NGINX server now also listens to ipv6 in Docker image
([#&#8203;336](https://togithub.com/Bubka/2FAuth/issues/336)).

##### Fixed

- [issue #&#8203;192](https://togithub.com/Bubka/2FAuth/issues/192)
`DB_DATABASE` path not respected by entrypoint script
- [issue #&#8203;244](https://togithub.com/Bubka/2FAuth/issues/244)
gauth qr code can't be imported
- [issue #&#8203;255](https://togithub.com/Bubka/2FAuth/issues/255) Only
one Webauthn Device functioning
- [issue #&#8203;295](https://togithub.com/Bubka/2FAuth/issues/295) Add
support for PHP 8.3
- [issue #&#8203;331](https://togithub.com/Bubka/2FAuth/issues/311) Last
admin can demote to user, leaving the instance administratorless

##### API \[1.4.0]

- `/api/v1/users/{id}/authentications` GET path added
([doc](https://docs.2fauth.app/resources/rapidoc.html#get-/api/v1/users/-id-/authentications)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zODEuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM4MS44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImF1dG9tZXJnZSIsInVwZGF0ZS9kb2NrZXIvZ2VuZXJhbC9ub24tbWFqb3IiXX0=-->
2024-05-29 20:31:32 +02:00
..
ci
templates
.helmignore
CHANGELOG.md
Chart.yaml chore(deps): update container image 2fauth/2fauth to v5.2.0@e0de91d by renovate (#22609) 2024-05-29 20:31:32 +02:00
README.md
icon-small.webp
icon.webp
values.yaml chore(deps): update container image 2fauth/2fauth to v5.2.0@e0de91d by renovate (#22609) 2024-05-29 20:31:32 +02:00

README.md

title
README

General Info

TrueCharts can be installed as both normal Helm Charts or as TrueNAS SCALE Apps. Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible

For more information about this Chart, please check the docs on the TrueCharts website

This chart is not maintained by the upstream project and any issues with the chart should be raised here

Installation

Helm-Chart installation

To install TrueCharts Helm charts using Helm, you can use our OCI Repository.

helm install mychart oci://tccr.io/truecharts/CHARTNAME

For more information on how to install TrueCharts Helm charts, checkout the instructions on the website: https://truecharts.org/helm/

TrueNAS SCALE Apps

For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the quick-start guides for TrueNAS SCALE.

Chart Specific Guides and information

All our charts have dedicated documentation pages. The documentation for this chart can be found here: https://truecharts.org/charts/stable/twofauth

Configuration Options

Please note: For TrueNAS SCALE, only options available in the GUI are supported. Hence most of these docs do not apply to TrueNAS SCALE

To view the chart specific options, please view Values.yaml included in the chart. The most recent version of which, is available here: https://github.com/truecharts/charts/charts/stable/twofauth/values.yaml

All our Charts use a shared "common" library chart that contains most of the templating and options. For the complete overview of all available options, please checkout the documentation for them on the website: https://truecharts.org/common/

For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml

Support


Sponsor TrueCharts

TrueCharts can only exist due to the incredible effort of our staff. Please consider making a donation or contributing back to the project any way you can!

All Rights Reserved - The TrueCharts Project