diff --git a/ix-dev/community/linkding/app.yaml b/ix-dev/community/linkding/app.yaml index 2f11564262..f334d68baa 100644 --- a/ix-dev/community/linkding/app.yaml +++ b/ix-dev/community/linkding/app.yaml @@ -33,4 +33,4 @@ sources: - https://hub.docker.com/r/sissbruecker/linkding/ title: Linkding train: community -version: 1.1.3 +version: 1.1.4 diff --git a/ix-dev/community/linkding/questions.yaml b/ix-dev/community/linkding/questions.yaml index b5eede5ca0..712976b899 100644 --- a/ix-dev/community/linkding/questions.yaml +++ b/ix-dev/community/linkding/questions.yaml @@ -7,6 +7,8 @@ groups: description: Configure Network for Linkding - name: Storage Configuration description: Configure Storage for Linkding + - name: Labels Configuration + description: Configure Labels for Linkding - name: Resources Configuration description: Configure Resources for Linkding @@ -496,6 +498,44 @@ 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 + required: true + - 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: linkding + description: linkding + - value: postgres + description: postgres - variable: resources label: "" group: Resources Configuration diff --git a/ix-dev/community/palworld/app.yaml b/ix-dev/community/palworld/app.yaml index 10ee213e31..d5db870d63 100644 --- a/ix-dev/community/palworld/app.yaml +++ b/ix-dev/community/palworld/app.yaml @@ -47,4 +47,4 @@ sources: - https://github.com/ich777/docker-steamcmd-server/tree/palworld title: Palworld train: community -version: 1.1.1 +version: 1.1.2 diff --git a/ix-dev/community/palworld/questions.yaml b/ix-dev/community/palworld/questions.yaml index 99ccce3e41..1c127cd371 100644 --- a/ix-dev/community/palworld/questions.yaml +++ b/ix-dev/community/palworld/questions.yaml @@ -7,6 +7,8 @@ groups: description: Configure Network for Palworld - name: Storage Configuration description: Configure Storage for Palworld + - name: Labels Configuration + description: Configure Labels for Palworld - name: Resources Configuration description: Configure Resources for Palworld @@ -553,6 +555,42 @@ 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 + required: true + - 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: palworld + description: palworld - variable: resources label: "" group: Resources Configuration