You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
webhook-receiver monitors IRC announce channels to get releases as soon as they are available with good filtering
6
6
@@ -72,30 +72,31 @@ N/A
72
72
73
73
## Values
74
74
75
-
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/geek-cookbook/library-charts/tree/main/charts/stable/common)
75
+
**Important**: When deploying an application Helm chart you can add more values from the common library chart [here](https://github.com/geek-cookbook/library-charts/tree/main/charts/stable/common)
76
76
77
77
| Key | Type | Default | Description |
78
78
|-----|------|---------|-------------|
79
-
| config | string |`"# config.toml\n\n# Hostname / IP\n#\n# Default: \"localhost\"\n#\nhost = \"0.0.0.0\"\n\n# Port\n#\n# Default: 7474\n#\nport = 7474\n\n# Base url\n# Set custom baseUrl eg /webhook-receiver/ to serve in subdirectory.\n# Not needed for subdomain, or by accessing with the :port directly.\n#\n# Optional\n#\n#baseUrl = \"/webhook-receiver/\"\n\n# webhook-receiver logs file\n# If not defined, logs to stdout\n#\n# Optional\n#\n#logPath = \"log/webhook-receiver.log\"\n\n# Log level\n#\n# Default: \"DEBUG\"\n#\n# Options: \"ERROR\", \"DEBUG\", \"INFO\", \"WARN\"\n#\nlogLevel = \"INFO\"\n\n# Session secret\n#\nsessionSecret = \"secret-session-key\"\n\n# Custom definitions\n#\n#customDefinitions = \"test/definitions\"\n"`||
79
+
| config | string |`"id: date \nexecute-command: /usr/bin/date\nresponse-message: Online\ninclude-command-output-in-response: true\n"`||
80
80
| env | object | See below | environment variables. See [image docs](https://docs.geek-cookbook.com/our-container-images/configuration/) for more details. |
81
81
| env.TZ | string |`"UTC"`| Set the container timezone |
0 commit comments