feat: Add new ui template

This commit is contained in:
Théophile Diot 2024-08-29 16:51:10 +02:00
parent 56ad2eed25
commit 202dcfbadd
No known key found for this signature in database
GPG key ID: FA995104A0BA376A

View 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"
}
}