[feature] Add warning about trusted-proxies to make config easier

This commit is contained in:
tobi 2025-01-23 14:44:31 +01:00
commit 70dddb08d9
9 changed files with 209 additions and 9 deletions

View file

@ -42,7 +42,26 @@
padding: 1.5rem;
gap: 1rem;
a {
.trusted-proxies-rec {
color: $info-fg;
background: $info-bg;
max-width: fit-content;
padding-left: 1rem;
padding-right: 1rem;
border-radius: $br;
text-align: center;
align-self: center;
code {
background: $info-bg;
}
a {
color: $info-fg;
}
}
& > a {
display: flex;
flex-wrap: wrap;
gap: 1rem;