fix(incubator): some cleanup (#3586)

* fix(arksurvival): cleanup

* cleanup

* update questions

* chore(incubator): some cleanup

* remove enabled true from main services

* bump all incubator

* lint

* empty lines

* emtpy line
This commit is contained in:
Stavros Kois
2022-08-27 02:12:33 +03:00
committed by GitHub
parent 2f9afd61b2
commit 9056d3c8f7
921 changed files with 3536 additions and 3420 deletions
+8 -8
View File
@@ -20,49 +20,49 @@ questions:
type: dict
attrs:
- variable: PASTEY_RESTRICT_PASTING
label: 'PASTEY_RESTRICT_PASTING'
label: "PASTEY_RESTRICT_PASTING"
description: "Enabledisable restricting of pasting to whitelisted users."
schema:
type: string
default: "False"
- variable: PASTEY_RESTRICT_RAW_PASTING
label: 'PASTEY_RESTRICT_RAW_PASTING'
label: "PASTEY_RESTRICT_RAW_PASTING"
description: "Enabledisable restricting of pasting via raw to whitelisted users."
schema:
type: string
default: "True"
- variable: PASTEY_RATE_LIMIT
label: 'PASTEY_RATE_LIMIT'
label: "PASTEY_RATE_LIMIT"
description: "Rate limit for pasting, for non-whitelisted users."
schema:
type: string
default: "5/hour"
- variable: PASTEY_RECENT_PASTES
label: 'PASTEY_RECENT_PASTES'
label: "PASTEY_RECENT_PASTES"
description: "Number of recent pastes to show on the home page."
schema:
type: string
default: "10"
- variable: PASTEY_BEHIND_PROXY
label: 'PASTEY_BEHIND_PROXY'
label: "PASTEY_BEHIND_PROXY"
description: "Inform Pastey if it is behind a reverse proxy (nginx, etc.). If this is the case, it will rely on HTTP headers X-Real-IP or X-Forwarded-For. NOTE Make sure your proxy config sets these values."
schema:
type: string
default: "False"
- variable: PASTEY_USE_WHITELIST
label: 'PASTEY_USE_WHITELIST'
label: "PASTEY_USE_WHITELIST"
description: "Enabledisable whitelisting for admin tasks (view recent, delete, config)."
schema:
type: string
default: "True"
- variable: PASTEY_WHITELIST_CIDR
label: 'PASTEY_WHITELIST_CIDR'
label: "PASTEY_WHITELIST_CIDR"
description: "List of whitelisted IP addresses or networks (in CIDR format)."
schema:
type: string
default: "127.0.0.1/32,10.0.0.0/8,172.16.0.0/12,192.168.0.0/16"
- variable: PASTEY_GUESS_THRESHOLD
label: 'PASTEY_GUESS_THRESHOLD'
label: "PASTEY_GUESS_THRESHOLD"
description: "Threshold for automatic language detection guesses. If a result is below this value, it is treated as Plaintext."
schema:
type: string