-
Notifications
You must be signed in to change notification settings - Fork 0
/
Module.yaml
27 lines (27 loc) · 2.18 KB
/
Module.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
displayName: 'AES-GCM Decryptor' # Display name for the module that will be displayed in the UI.
moduleName: 'serial-data-decryptor' # Module name that will be used to reference the module, and uniquely identify the module and their versions.
description: 'This module decrypts data encrypted with AES-GCM' # Module description that will be displayed in the UI.
versionName: 'v2.0.0' # Module version name that will be used to reference the module version, and uniquely identify the module version with a common name.
isPublic: true # Boolean value that indicates if the module is Public or Private.
categories: # Array of category that will be used to group the module in the UI.
- 'Decryption'
type: 'Processing' # Module type (Input, Processing, Output) that will be used to group the module in the UI.
image:
name: 'weevenetwork/serial-data-decryptor' # Image name from the docker registry.
tag: 'v2.0.0' # Image tag from the docker registry.
homepage: 'https://hub.docker.com/r/weevenetwork/serial-data-decryptor' # Image homepage from the docker registry.
repository: 'https://github.com/weeve-modules/serial-data-decryptor' # Repository URL to source code.
envs: # Array of environment variables that will be used to configure the module. Also used to show related fields on the UI.
- name: Decryption Key # name of the field to be displayed on the UI.
key: AES_KEY
description: AES key to decrypt cyphertext in base64 format # Description/helper text for the field.
value: '' # Value to be set in the environment variables.
type: 'text' # Type of the field. Possible values are: ['text', 'select', 'boolean', 'date', 'time', 'dateTime-local', 'number', 'multiple', 'CSV', 'file']
ports: []
mounts: []
tags: # Array of tags.
- 'Golang'
- 'Processing'
- 'Decrypt'
- 'Serial-Data'
icon: 'https://icons-020-demo.s3.eu-central-1.amazonaws.com/mi_serial-data-decrypter_process.png' # Icon URL that will be displayed in the UI.