Files
truecharts/charts/stable/twofauth
TrueCharts Bot cb9a1b1493 chore(helm): update image docker.io/2fauth/2fauth 5.3.2 → 5.4.3 (#29522)
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [docker.io/2fauth/2fauth](https://redirect.github.com/Bubka/2FAuth) |
minor | `9a922d5` -> `a4ca559` |

---

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

Add the preset `:preserveSemverRanges` to your config if you don't want
to pin your dependencies.

---

### Release Notes

<details>
<summary>Bubka/2FAuth (docker.io/2fauth/2fauth)</summary>

###
[`v5.4.3`](https://redirect.github.com/Bubka/2FAuth/blob/HEAD/changelog.md#543---2024-11-27)

[Compare
Source](https://redirect.github.com/Bubka/2FAuth/compare/v5.4.2...v5.4.3)

##### Fixed

- [issue
#&#8203;408](https://redirect.github.com/Bubka/2FAuth/issues/408)
Deleted icon is back after saving from the advanced form
- [issue
#&#8203;417](https://redirect.github.com/Bubka/2FAuth/issues/417) Login
page does not load after v5.4.1 update
- [issue
#&#8203;418](https://redirect.github.com/Bubka/2FAuth/issues/418)
Opening of the footer menu submits the advanced form
- [issue
#&#8203;420](https://redirect.github.com/Bubka/2FAuth/issues/420) QR
codes are cropped on small screens
- [issue
#&#8203;421](https://redirect.github.com/Bubka/2FAuth/issues/421) Freeze
when switching to Manage mode
- [issue
#&#8203;423](https://redirect.github.com/Bubka/2FAuth/issues/423) Icon
for accounts without an icon doesn't exist

##### Changed

- CSS styles are no longer loaded from tailwindcss.com in the `/up` view

###
[`v5.4.2`](https://redirect.github.com/Bubka/2FAuth/blob/HEAD/changelog.md#542---2024-11-18)

[Compare
Source](https://redirect.github.com/Bubka/2FAuth/compare/v5.4.1...v5.4.2)

##### Changed

- CSP has been turned off (for now) since it breaks the app under Google
Chrome.
([#&#8203;417](https://redirect.github.com/Bubka/2FAuth/issues/417))

###
[`v5.4.1`](https://redirect.github.com/Bubka/2FAuth/blob/HEAD/changelog.md#541---2024-11-17)

[Compare
Source](https://redirect.github.com/Bubka/2FAuth/compare/v5.4.0...v5.4.1)

##### Security release

-   Fix XSS & SSRF vulnerabilities (thx to the XBOW team).
- Content Security Policy is now available and enable by default. CSP
helps to prevent or minimize the risk of certain types of security
threats.\
If CSP is already enable on your server, you can set the
`CONTENT_SECURITY_POLICY` environment variable to `false` to disable it
at 2FAuth level.

###
[`v5.4.0`](https://redirect.github.com/Bubka/2FAuth/blob/HEAD/changelog.md#540---2024-11-08)

[Compare
Source](https://redirect.github.com/Bubka/2FAuth/compare/v5.3.2...v5.4.0)

##### Changed

- The links in the footer (Settings, \[Admin,] Sign out) have been
replaced by the email address of the logged in user. Clicking on this
email shows a navigation menu containing the links that were previously
visible in the footer. The former display is still available if you
don't like the new one, just uncheck the new *Show email in footer* user
option in Settings.
([#&#8203;404](https://redirect.github.com/Bubka/2FAuth/issues/404))

##### Added

- Administrators can now configure 2FAuth to register 2FA icons in the
database (see the new *Store icons to database* setting in the admin
panel). When enabled, existing icons in the local file system are
automatically registered in the database. These files are retained and
then used for caching purposes only. 2FAuth will automatically re-create
cache files if they are missing, so you only have to consider the
database when backing up your instance. When disabled, 2FAuth will check
that all registered icons in the database have a corresponding local
file before flushing out the db icons table.
([#&#8203;364](https://redirect.github.com/Bubka/2FAuth/issues/364)).
- The ability to export 2FA accounts as a list of otpauth URIs
([#&#8203;386](https://redirect.github.com/Bubka/2FAuth/issues/386)).

##### Fixed

- Part of the content of some pages (such as the error page) could be
hidden by the footer on small screens.

##### API \[1.6.0]

- New `otpauth` query parameter for the GET operation of path
`/api/v1/twofaccounts/export` to force data export as otpauth URIs
instead of the 2FAuth json format.

</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://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xNDIuNyIsInVwZGF0ZWRJblZlciI6IjM5Ljg0LjEiLCJ0YXJnZXRCcmFuY2giOiJtYXN0ZXIiLCJsYWJlbHMiOlsiYXV0b21lcmdlIiwicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
2024-12-29 16:10:42 +00:00
..

title
title
README

General Info

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/twofauth

For more information on how to install TrueCharts Helm charts, checkout the instructions on the website

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

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/public/blob/master/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 common docs on our website

For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/public/blob/master/charts/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