mirror of
https://github.com/truecharts/charts.git
synced 2026-07-20 22:11:25 -03:00
feat(mealie): move to stable (#10751)
**Description** <!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. --> ⚒️ Fixes # <!--(issue)--> **⚙️ Type of change** - [x] ⚙️ Feature/App addition - [ ] 🪛 Bugfix - [ ] ⚠️ Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] 🔃 Refactor of current code **🧪 How Has This Been Tested?** <!-- Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration --> **📃 Notes:** <!-- Please enter any other relevant information here --> **✔️ Checklist:** - [x] ⚖️ My code follows the style guidelines of this project - [x] 👀 I have performed a self-review of my own code - [ ] #️⃣ I have commented my code, particularly in hard-to-understand areas - [ ] 📄 I have made corresponding changes to the documentation - [x] ⚠️ My changes generate no new warnings - [ ] 🧪 I have added tests to this description that prove my fix is effective or that my feature works - [x] ⬆️ I increased versions for any altered app according to semantic versioning **➕ App addition** If this PR is an app addition please make sure you have done the following. - [ ] 🪞 I have opened a PR on [truecharts/containers](https://github.com/truecharts/containers) adding the container to TrueCharts mirror repo. - [ ] 🖼️ I have added an icon in the Chart's root directory called `icon.png` --- _Please don't blindly check all the boxes. Read them and only check those that apply. Those checkboxes are there for the reviewer to see what is this all about and the status of this PR with a quick glance._
This commit is contained in:
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/authentik
|
||||
- https://github.com/goauthentik/authentik
|
||||
- https://goauthentik.io/docs/
|
||||
version: 13.0.6
|
||||
version: 13.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- authentication
|
||||
|
||||
@@ -61,12 +61,12 @@ Default username is `akadmin` and password is whatever you entered in the initia
|
||||

|
||||
|
||||
- If you want to use subdomain-level access control, select `Forward auth (single application)` and enter the URL you have chosen for your apps' ingress.
|
||||
- The example uses `https://application.mydomain.com/`, make sure your app is reachable and uses a valid certificate beforehand.
|
||||
- You can set HTTP-Basic Authentication Attributes under `Authentication settings` for your service here.
|
||||
- Don't use a `basicAuth` middleware in the apps' ingress settings. Only use this if your app has build in basic auth support.
|
||||
- The example uses `https://application.mydomain.com/`, make sure your app is reachable and uses a valid certificate beforehand.
|
||||
- You can set HTTP-Basic Authentication Attributes under `Authentication settings` for your service here.
|
||||
- Don't use a `basicAuth` middleware in the apps' ingress settings. Only use this if your app has build in basic auth support.
|
||||
- Add the attributes in a `authentik` group, then assign any user you want to be able to access the application to this group.
|
||||
|
||||

|
||||

|
||||
|
||||
- Once done use that new `Provider` you created
|
||||
|
||||
@@ -100,9 +100,9 @@ Once `authentik` is setup and running, you must create a `forwardAuth` inside `T
|
||||
|
||||
The main thing about this screen is to use the internal DNS name for simplicity
|
||||
|
||||
- I have successfully used an `authentik` instance on a difference host together with `external-service` using this URL:
|
||||
- I have successfully used an `authentik` instance on a difference host together with `external-service` using this URL:
|
||||
- `https://authentik-external-service.ix-authentik.svc.cluster.local:9443/outpost.goauthentik.io/auth/traefik`
|
||||
- Use `heavyscript dns -a` to get the internal DNS name for your `authentik` instance in that case.
|
||||
- Use `heavyscript dns -a` to get the internal DNS name for your `authentik` instance in that case.
|
||||
- I suggest using the `https` endpoint and port because it is what worked for me.
|
||||
|
||||
:::
|
||||
|
||||
@@ -18,7 +18,7 @@ name: mealie
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/mealie
|
||||
- https://github.com/hay-kot/mealie
|
||||
version: 16.0.0
|
||||
version: 16.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -270,6 +270,7 @@ questions:
|
||||
description: Mail From Email
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["host", "!=", ""]]
|
||||
required: true
|
||||
default: ""
|
||||
- variable: auth_strategy
|
||||
Reference in New Issue
Block a user