enable https with caddy root ca

This commit is contained in:
Florian Zirker 2025-03-14 13:45:01 +01:00
parent fc86424caa
commit e2666bdfad
4 changed files with 167 additions and 41 deletions

13
proxy/web/default.css Normal file
View file

@ -0,0 +1,13 @@
:root {
max-width: 80ch;
padding: 3em 1em;
margin: auto;
font-size: 1.25em;
font-family: Arial, Helvetica, sans-serif;
}
footer {
position: absolute;
bottom: 0;
height: 50px;
}