Skip to content

Commit

Permalink
linkding/palworld: add labels section (#1110)
Browse files Browse the repository at this point in the history
* linkding/palworld: add labels section

* add group
  • Loading branch information
stavros-k authored Dec 5, 2024
1 parent 1ab819b commit 22c8af8
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ix-dev/community/linkding/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ sources:
- https://hub.docker.com/r/sissbruecker/linkding/
title: Linkding
train: community
version: 1.1.3
version: 1.1.4
40 changes: 40 additions & 0 deletions ix-dev/community/linkding/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion ix-dev/community/palworld/app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
38 changes: 38 additions & 0 deletions ix-dev/community/palworld/questions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 22c8af8

Please sign in to comment.