mirror of
https://github.com/bunkerity/bunkerweb
synced 2026-05-24 09:28:37 +00:00
feat: Add new ui template
This commit is contained in:
parent
56ad2eed25
commit
202dcfbadd
1 changed files with 13 additions and 0 deletions
13
src/common/core/templates/templates/ui.json
Normal file
13
src/common/core/templates/templates/ui.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "Basic settings when using the web UI",
|
||||
"settings": {
|
||||
"USE_UI": "yes",
|
||||
"USE_CORS": "yes",
|
||||
"CORS_ALLOW_ORIGIN": "self",
|
||||
"INTERCEPTED_ERROR_CODES": "400 404 405 413 429 500 501 502 503 504",
|
||||
"MAX_CLIENT_SIZE": "50m",
|
||||
"GENERATE_SELF_SIGNED_SSL": "yes",
|
||||
"KEEP_UPSTREAM_HEADERS": "Content-Security-Policy Strict-Transport-Security X-Frame-Options X-Content-Type-Options Referrer-Policy",
|
||||
"REVERSE_PROXY_KEEPALIVE": "yes"
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue