fix
This commit is contained in:
@@ -127,6 +127,11 @@ options:
|
||||
examples:
|
||||
- your-company.com
|
||||
type: string
|
||||
enable_registration:
|
||||
default: true
|
||||
examples:
|
||||
- true
|
||||
type: boolean
|
||||
images:
|
||||
default:
|
||||
back:
|
||||
@@ -360,6 +365,11 @@ options:
|
||||
examples:
|
||||
- letsencrypt-prod
|
||||
type: string
|
||||
language:
|
||||
default: fr
|
||||
examples:
|
||||
- fr
|
||||
type: string
|
||||
postgres:
|
||||
default:
|
||||
replicas: 1
|
||||
@@ -494,6 +504,26 @@ options:
|
||||
examples:
|
||||
- taiga
|
||||
type: string
|
||||
timezone:
|
||||
default: Europe/Paris
|
||||
examples:
|
||||
- Europe/Paris
|
||||
type: string
|
||||
webhook:
|
||||
default:
|
||||
allow_private_addr: true
|
||||
allow_redirect: true
|
||||
examples:
|
||||
- allow_private_addr: true
|
||||
allow_redirect: true
|
||||
properties:
|
||||
allow_private_addr:
|
||||
default: true
|
||||
type: boolean
|
||||
allow_redirect:
|
||||
default: true
|
||||
type: boolean
|
||||
type: object
|
||||
dependencies:
|
||||
- dist: null
|
||||
category: dbo
|
||||
|
||||
Reference in New Issue
Block a user