Commit released Helm Chart and docs for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
@@ -124,7 +124,7 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: "firstname"
|
default: "firstname"
|
||||||
valid_chars: ^([^<>]{2})([^<>]*)$
|
valid_chars: ^([^<>]{2})([^<>]*)$
|
||||||
- variable: SPOTWEB_LASTNAME
|
- variable: SPOTWEB_LASTNAME
|
||||||
label: "Admin last name"
|
label: "Admin last name"
|
||||||
description: "Last name of the admin user."
|
description: "Last name of the admin user."
|
||||||
@@ -132,7 +132,7 @@ questions:
|
|||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: "lastname"
|
default: "lastname"
|
||||||
valid_chars: ^([^<>]{2})([^<>]*)$
|
valid_chars: ^([^<>]{2})([^<>]*)$
|
||||||
- variable: SPOTWEB_MAIL
|
- variable: SPOTWEB_MAIL
|
||||||
label: "Admin mail adres"
|
label: "Admin mail adres"
|
||||||
description: "Email adres to configure for the provided admin user."
|
description: "Email adres to configure for the provided admin user."
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="fireflyiii-13.1.11"></a>
|
||||||
|
### [fireflyiii-13.1.11](https://github.com/truecharts/apps/compare/fireflyiii-13.1.10...fireflyiii-13.1.11) (2022-01-07)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* internal links use targetPort ([#1658](https://github.com/truecharts/apps/issues/1658))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="fireflyiii-13.1.10"></a>
|
<a name="fireflyiii-13.1.10"></a>
|
||||||
### [fireflyiii-13.1.10](https://github.com/truecharts/apps/compare/fireflyiii-13.1.9...fireflyiii-13.1.10) (2022-01-04)
|
### [fireflyiii-13.1.10](https://github.com/truecharts/apps/compare/fireflyiii-13.1.9...fireflyiii-13.1.10) (2022-01-04)
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
@@ -3,7 +3,7 @@
|
|||||||
## Admin Username
|
## Admin Username
|
||||||
|
|
||||||
Usernames for an administrator in spotweb have some restrictions.
|
Usernames for an administrator in spotweb have some restrictions.
|
||||||
|
|
||||||
* Following words are not allowed:
|
* Following words are not allowed:
|
||||||
* god
|
* god
|
||||||
* mod
|
* mod
|
||||||
@@ -23,7 +23,7 @@ Usernames for an administrator in spotweb have some restrictions.
|
|||||||
## Admin Firstname and Lastname
|
## Admin Firstname and Lastname
|
||||||
|
|
||||||
The firstname and lastname in spotweb have some restrictions.
|
The firstname and lastname in spotweb have some restrictions.
|
||||||
|
|
||||||
* Following characters are not allowed:
|
* Following characters are not allowed:
|
||||||
* <
|
* <
|
||||||
* \>
|
* \>
|
||||||
@@ -34,7 +34,7 @@ The firstname and lastname in spotweb have some restrictions.
|
|||||||
## Admin Email
|
## Admin Email
|
||||||
|
|
||||||
The email addres is validated in spotweb using the built-in `_FILTER_VALIDATE_EMAIL`.
|
The email addres is validated in spotweb using the built-in `_FILTER_VALIDATE_EMAIL`.
|
||||||
|
|
||||||
* Regex used to validate the email (you can try live [here](https://regex101.com/r/yEmCoL/1)):
|
* Regex used to validate the email (you can try live [here](https://regex101.com/r/yEmCoL/1)):
|
||||||
```^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$```
|
```^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$```
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,15 @@
|
|||||||
# Changelog<br>
|
# Changelog<br>
|
||||||
|
|
||||||
|
|
||||||
|
<a name="fireflyiii-13.1.11"></a>
|
||||||
|
### [fireflyiii-13.1.11](https://github.com/truecharts/apps/compare/fireflyiii-13.1.10...fireflyiii-13.1.11) (2022-01-07)
|
||||||
|
|
||||||
|
#### Fix
|
||||||
|
|
||||||
|
* internal links use targetPort ([#1658](https://github.com/truecharts/apps/issues/1658))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<a name="fireflyiii-13.1.10"></a>
|
<a name="fireflyiii-13.1.10"></a>
|
||||||
### [fireflyiii-13.1.10](https://github.com/truecharts/apps/compare/fireflyiii-13.1.9...fireflyiii-13.1.10) (2022-01-04)
|
### [fireflyiii-13.1.10](https://github.com/truecharts/apps/compare/fireflyiii-13.1.9...fireflyiii-13.1.10) (2022-01-04)
|
||||||
|
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
+40
-1
@@ -9125,6 +9125,45 @@ entries:
|
|||||||
- https://github.com/truecharts/apps/releases/download/filezilla-2.0.21/filezilla-2.0.21.tgz
|
- https://github.com/truecharts/apps/releases/download/filezilla-2.0.21/filezilla-2.0.21.tgz
|
||||||
version: 2.0.21
|
version: 2.0.21
|
||||||
fireflyiii:
|
fireflyiii:
|
||||||
|
- annotations:
|
||||||
|
truecharts.org/SCALE-support: "true"
|
||||||
|
truecharts.org/catagories: |
|
||||||
|
- finacial
|
||||||
|
truecharts.org/grade: U
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: 5.6.5
|
||||||
|
created: "2022-01-07T18:34:13.655951618Z"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 8.10.2
|
||||||
|
- condition: postgresql.enabled
|
||||||
|
name: postgresql
|
||||||
|
repository: https://truecharts.org/
|
||||||
|
version: 6.0.43
|
||||||
|
- condition: redis.enabled
|
||||||
|
name: redis
|
||||||
|
repository: https://truecharts.org
|
||||||
|
version: 1.0.48
|
||||||
|
description: A free and open source personal finance manager
|
||||||
|
digest: bd3eda5926cb008ba7ad289cc27ed0346df98a6c6c09f262941af406d6e4164e
|
||||||
|
home: https://github.com/firefly-iii/firefly-iii/
|
||||||
|
icon: https://truecharts.org/_static/img/appicons/fireflyiii-icon.png
|
||||||
|
keywords:
|
||||||
|
- fireflyiii
|
||||||
|
- finacial
|
||||||
|
kubeVersion: '>=1.16.0-0'
|
||||||
|
maintainers:
|
||||||
|
- email: info@truecharts.org
|
||||||
|
name: TrueCharts
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: fireflyiii
|
||||||
|
sources:
|
||||||
|
- https://github.com/firefly-iii/firefly-iii/
|
||||||
|
type: application
|
||||||
|
urls:
|
||||||
|
- https://github.com/truecharts/apps/releases/download/fireflyiii-13.1.11/fireflyiii-13.1.11.tgz
|
||||||
|
version: 13.1.11
|
||||||
- annotations:
|
- annotations:
|
||||||
truecharts.org/SCALE-support: "true"
|
truecharts.org/SCALE-support: "true"
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
@@ -44273,4 +44312,4 @@ entries:
|
|||||||
urls:
|
urls:
|
||||||
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
- https://github.com/truecharts/apps/releases/download/zwavejs2mqtt-9.0.24/zwavejs2mqtt-9.0.24.tgz
|
||||||
version: 9.0.24
|
version: 9.0.24
|
||||||
generated: "2022-01-04T20:49:25.712843488Z"
|
generated: "2022-01-07T18:34:13.65856721Z"
|
||||||
|
|||||||
Reference in New Issue
Block a user