[FEATURE_REQUEST] config.yaml basicAuthUser Default Setting Recommendation #1415

This commit is contained in:
Cohee
2023-11-29 14:05:19 +02:00
parent 307f0d88c3
commit 1ce009b84e
2 changed files with 4 additions and 4 deletions

View File

@@ -12,8 +12,8 @@ whitelist:
basicAuthMode: false basicAuthMode: false
# Basic authentication credentials # Basic authentication credentials
basicAuthUser: basicAuthUser:
username: user username: "user"
password: password password: "password"
# Enables CORS proxy middleware # Enables CORS proxy middleware
enableCorsProxy: false enableCorsProxy: false
# Disable security checks - NOT RECOMMENDED # Disable security checks - NOT RECOMMENDED

View File

@@ -8,7 +8,7 @@
<meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="darkreader-lock"> <meta name="darkreader-lock">
<meta name="robots" content="noindex, nofollow" /> <meta name="robots" content="noindex, nofollow" />
<link rel="manifest" href="/manifest.json"> <link rel="manifest" crossorigin="use-credentials" href="manifest.json">
<link href="webfonts/NotoSans/stylesheet.css" rel="stylesheet"> <link href="webfonts/NotoSans/stylesheet.css" rel="stylesheet">
<!-- fontawesome webfonts--> <!-- fontawesome webfonts-->
<link href="css/fontawesome.css" rel="stylesheet"> <link href="css/fontawesome.css" rel="stylesheet">
@@ -4898,4 +4898,4 @@
</script> </script>
</body> </body>
</html> </html>