Skip to content

Commit

Permalink
flaresoverr: add label section
Browse files Browse the repository at this point in the history
  • Loading branch information
stavros-k committed Nov 1, 2024
1 parent 279653a commit 32feca0
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ix-dev/community/flaresolverr/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ sources:
- https://github.com/FlareSolverr/FlareSolverr
title: FlareSolverr
train: community
version: 1.0.1
version: 1.0.2
37 changes: 37 additions & 0 deletions ix-dev/community/flaresolverr/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ groups:
description: Configure Network for FlareSolverr
- name: Storage Configuration
description: Configure Storage for FlareSolverr
- name: Labels Configuration
description: Configure Labels for FlareSolverr
- name: Resources Configuration
description: Configure Resources for FlareSolverr

Expand Down Expand Up @@ -298,6 +300,41 @@ questions:
description: The domain to use for the SMB share.
schema:
type: string
- variable: labels
label: ""
group: Labels Configuration
schema:
type: list
default: []
items:
- variable: label
label: Label
schema:
type: dict
attrs:
- variable: key
label: Key
schema:
type: string
required: true
- variable: value
label: Value
schema:
type: string
- variable: containers
label: Containers
description: Containers where the label should be applied
schema:
type: list
items:
- variable: container
label: Container
schema:
type: string
required: true
enum:
- value: flaresolverr

- variable: resources
label: ""
group: Resources Configuration
Expand Down

0 comments on commit 32feca0

Please sign in to comment.