parent
26b66192c7
commit
ea903e49cb
|
@ -21,7 +21,7 @@ sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/homebox
|
- https://github.com/truecharts/charts/tree/master/charts/incubator/homebox
|
||||||
- https://github.com/hay-kot/homebox
|
- https://github.com/hay-kot/homebox
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.3
|
version: 1.0.0
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- inventory
|
- inventory
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
|
@ -32,7 +32,7 @@ sources:
|
||||||
- https://hub.docker.com/r/penpotapp/frontend
|
- https://hub.docker.com/r/penpotapp/frontend
|
||||||
- https://hub.docker.com/r/penpotapp/backend
|
- https://hub.docker.com/r/penpotapp/backend
|
||||||
type: application
|
type: application
|
||||||
version: 2.0.1
|
version: 2.0.2
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- media
|
- media
|
||||||
|
|
|
@ -148,25 +148,25 @@ questions:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: smtp_host
|
- variable: host
|
||||||
label: SMTP Host
|
label: SMTP Host
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: smtp_port
|
- variable: port
|
||||||
label: SMTP Port
|
label: SMTP Port
|
||||||
schema:
|
schema:
|
||||||
type: int
|
type: int
|
||||||
required: true
|
required: true
|
||||||
default: 587
|
default: 587
|
||||||
- variable: smtp_user
|
- variable: user
|
||||||
label: SMTP User
|
label: SMTP User
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
required: true
|
required: true
|
||||||
default: ""
|
default: ""
|
||||||
- variable: smtp_pass
|
- variable: pass
|
||||||
label: SMTP Pass
|
label: SMTP Pass
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
|
|
Loading…
Reference in New Issue