Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2022-08-01 20:34:22 +00:00
parent 14dba37b19
commit bbb08bb215
12 changed files with 42 additions and 15 deletions

View File

@ -1,11 +0,0 @@
# Changelog
## [kitchenowl-0.0.1]kitchenowl-0.0.1 (2022-07-30)
### Feat
- add kitchenowl ([#3353](https://github.com/truecharts/apps/issues/3353))

View File

@ -0,0 +1,22 @@
# Changelog
## [kitchenowl-0.0.2](https://github.com/truecharts/apps/compare/kitchenowl-0.0.1...kitchenowl-0.0.2) (2022-08-01)
### Chore
- Auto-update chart README [skip ci]
### Fix
- Specify FRONT_URL env var ([#3371](https://github.com/truecharts/apps/issues/3371))
## [kitchenowl-0.0.1]kitchenowl-0.0.1 (2022-07-30)
### Feat
- add kitchenowl ([#3353](https://github.com/truecharts/apps/issues/3353))

View File

@ -3,4 +3,4 @@ dependencies:
repository: https://library-charts.truecharts.org
version: 10.4.8
digest: sha256:57e44481adb7fd605739fb266e38ae0c04f147ec6de12d4423545322e1461bad
generated: "2022-07-30T13:21:00.02420438Z"
generated: "2022-08-01T20:28:58.209986564Z"

View File

@ -19,9 +19,10 @@ maintainers:
url: https://truecharts.org
name: kitchenowl
sources:
- https://github.com/truecharts/charts/tree/master/charts/incubator/kitchenowl
- https://tombursch.github.io/kitchenowl
type: application
version: 0.0.1
version: 0.0.2
annotations:
truecharts.org/catagories: |
- utilities

View File

@ -1,6 +1,6 @@
# kitchenowl
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: beta](https://img.shields.io/badge/AppVersion-beta-informational?style=flat-square)
![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: beta](https://img.shields.io/badge/AppVersion-beta-informational?style=flat-square)
KitchenOwl is a smart self-hosted grocery list and recipe manager.
@ -13,6 +13,7 @@ For more information, please click here: [kitchenowl](https://truecharts.org/doc
## Source Code
* <https://github.com/truecharts/charts/tree/master/charts/incubator/kitchenowl>
* <https://tombursch.github.io/kitchenowl>
## Requirements

View File

@ -1,6 +1,6 @@
KitchenOwl is a smart self-hosted grocery list and recipe manager.
This App is supplied by TrueCharts, for more information visit the manual: https://truecharts.org/charts/incubator/kitchenowl
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/docs/charts/incubator/kitchenowl](https://truecharts.org/docs/charts/incubator/kitchenowl)
---

View File

@ -168,6 +168,20 @@ questions:
label: "Value"
schema:
type: string
- variable: env
group: "Container Configuration"
label: "Image Environment"
schema:
additional_attrs: true
type: dict
attrs:
- variable: FRONT_URL
label: "FRONT_URL"
description: "The url the instance will be accessed. eg. http://192.168.1.100:10246 or https://kitchen.mydomain.com"
schema:
type: string
required: true
default: ""
- variable: TZ
label: "Timezone"
group: "Container Configuration"