feat: Adds pocket id authentication to caddy, adds server management article.
All checks were successful
CI / release (push) Successful in 6m31s

This commit is contained in:
2025-04-11 08:26:51 -04:00
parent f43a191908
commit b986fe41c3
14 changed files with 295 additions and 144 deletions

View File

@@ -170,15 +170,15 @@ td {
}
table {
@apply mb-8;
@apply py-8 mb-6;
}
table td {
@apply px-6;
@apply px-6 py-2;
}
.container {
@apply px-10;
@apply py-20;
}
.container img {
@@ -193,3 +193,7 @@ blockquote {
blockquote p {
@apply px-6 pt-6 text-blue-600 font-semibold;
}
pre {
@apply mb-6;
}