mirror of
https://github.com/MAGICGrants/truenas-apps.git
synced 2026-01-09 20:47:58 -05:00
apps: remove required: false and set redis pass as required to baserow (#2337)
This commit is contained in:
@@ -39,4 +39,4 @@ sources:
|
||||
- https://github.com/authelia/authelia
|
||||
title: Authelia
|
||||
train: community
|
||||
version: 1.0.14
|
||||
version: 1.0.15
|
||||
|
||||
@@ -114,7 +114,6 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: "/"
|
||||
required: false
|
||||
valid_chars: "^\/.*$"
|
||||
valid_chars_error: "The path must start with /"
|
||||
show_if: [["use_dummy_config", "=", false]]
|
||||
|
||||
@@ -43,4 +43,4 @@ sources:
|
||||
- https://gitlab.com/baserow/baserow
|
||||
title: Baserow
|
||||
train: community
|
||||
version: 1.0.3
|
||||
version: 1.0.4
|
||||
|
||||
@@ -57,7 +57,7 @@ questions:
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
required: false
|
||||
required: true
|
||||
private: true
|
||||
- variable: secret_key
|
||||
label: Secret Key
|
||||
|
||||
@@ -42,4 +42,4 @@ sources:
|
||||
- https://github.com/mrlt8/docker-wyze-bridge
|
||||
title: Wyze Bridge
|
||||
train: community
|
||||
version: 1.0.5
|
||||
version: 1.0.6
|
||||
|
||||
@@ -38,7 +38,6 @@ questions:
|
||||
description: The Wyze Bridge UI username.
|
||||
schema:
|
||||
type: string
|
||||
required: false
|
||||
default: wbadmin
|
||||
show_if: [["wb_auth", "=", true]]
|
||||
- variable: wb_password
|
||||
@@ -46,7 +45,6 @@ questions:
|
||||
description: The Wyze Bridge UI password.
|
||||
schema:
|
||||
type: string
|
||||
required: false
|
||||
default: wbadmin
|
||||
show_if: [["wb_auth", "=", true]]
|
||||
- variable: enable_audio
|
||||
@@ -225,7 +223,6 @@ questions:
|
||||
description: Set this to the host IP to enable a WebRTC stream on port 8889
|
||||
schema:
|
||||
type: ipaddr
|
||||
required: false
|
||||
default: ""
|
||||
show_if: [["enable_webrtc", "=", true]]
|
||||
- variable: webrtc_port
|
||||
|
||||
@@ -20,4 +20,4 @@ screenshots: []
|
||||
sources: []
|
||||
title: iX App
|
||||
train: stable
|
||||
version: 1.1.14
|
||||
version: 1.1.15
|
||||
|
||||
@@ -27,7 +27,6 @@ questions:
|
||||
You can use markdown here. This have no effect on the application.
|
||||
schema:
|
||||
type: text
|
||||
required: false
|
||||
|
||||
# Image Configuration
|
||||
- variable: image
|
||||
|
||||
Reference in New Issue
Block a user