feat: welcome message

This commit is contained in:
2025-09-27 12:47:38 +01:00
parent f8962d7819
commit 587bbbd12c
3 changed files with 4 additions and 0 deletions
+1
View File
@@ -33,6 +33,7 @@ www.64815139.xyz {
root * /var/www/dashboard
encode gzip
file_server
templates
}
log {
+1
View File
@@ -10,6 +10,7 @@
<body>
<main class="container">
<h1>Hello {{.Req.Header.Get "Remote-User"}}</h1>
<ul class="app-grid">
<li class="app-item">
<a href="https://immich.64815139.xyz" target="_blank">
+2
View File
@@ -22,6 +22,8 @@ body {
height: 100%;
margin: 0 auto;
display: flex;
flex-direction: column;
row-gap: 2rem;
align-items: center;
justify-content: center;
}