diff --git a/ix-dev/community/flaresolverr/app.yaml b/ix-dev/community/flaresolverr/app.yaml index 03d63f11be..31514f5799 100644 --- a/ix-dev/community/flaresolverr/app.yaml +++ b/ix-dev/community/flaresolverr/app.yaml @@ -27,4 +27,4 @@ sources: - https://github.com/FlareSolverr/FlareSolverr title: FlareSolverr train: community -version: 1.0.1 +version: 1.0.2 diff --git a/ix-dev/community/flaresolverr/questions.yaml b/ix-dev/community/flaresolverr/questions.yaml index 3f145ba039..6a8ae88e89 100644 --- a/ix-dev/community/flaresolverr/questions.yaml +++ b/ix-dev/community/flaresolverr/questions.yaml @@ -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 @@ -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