Improvement on web server (#215)
This commit is contained in:
@@ -44,6 +44,7 @@ inputs:
|
||||
type: array
|
||||
format: comma-separated
|
||||
default: ""
|
||||
example: octonaut, automater, explorer
|
||||
|
||||
# List of unlocked achievements to display
|
||||
# Names must be given in lower case, without rank adjective
|
||||
@@ -52,4 +53,5 @@ inputs:
|
||||
description: Unlocked achievements to display
|
||||
type: array
|
||||
format: comma-separated
|
||||
default: ""
|
||||
default: ""
|
||||
example: octonaut, automater, explorer
|
||||
@@ -17,6 +17,7 @@ inputs:
|
||||
description: Base reference
|
||||
type: string
|
||||
default: ""
|
||||
example: commit, tag or branch
|
||||
|
||||
# Head reference (commit, tag, branch, etc.)
|
||||
plugin_contributors_head:
|
||||
|
||||
@@ -57,6 +57,7 @@ inputs:
|
||||
type: array
|
||||
format: comma-separated
|
||||
default: ""
|
||||
example: octocat, hubot
|
||||
|
||||
# Add specified users to GitHub sponsors ("sponsors" must be specified in "plugin_people_types")
|
||||
# This is useful to list sponsors from unsupported GitHub sponsors sources
|
||||
@@ -65,6 +66,7 @@ inputs:
|
||||
type: array
|
||||
format: comma-separated
|
||||
default: ""
|
||||
example: octocat, hubot
|
||||
|
||||
# Use GitHub identicons instead of users' avatar (for privacy purposes)
|
||||
plugin_people_identicons:
|
||||
|
||||
@@ -19,6 +19,7 @@ inputs:
|
||||
description: RSS feed source
|
||||
type: string
|
||||
default: ""
|
||||
example: https://news.ycombinator.com/rss
|
||||
|
||||
# Number of items to display
|
||||
# Set to 0 to disable limitations
|
||||
|
||||
@@ -25,6 +25,7 @@ inputs:
|
||||
description: Company stock symbol
|
||||
type: string
|
||||
default: ""
|
||||
example: MSFT
|
||||
|
||||
# Time range to display (relative to current date)
|
||||
plugin_stock_duration:
|
||||
|
||||
Reference in New Issue
Block a user