feat: welcome message
This commit is contained in:
@@ -33,6 +33,7 @@ www.64815139.xyz {
|
||||
root * /var/www/dashboard
|
||||
encode gzip
|
||||
file_server
|
||||
templates
|
||||
}
|
||||
|
||||
log {
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -22,6 +22,8 @@ body {
|
||||
height: 100%;
|
||||
margin: 0 auto;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
row-gap: 2rem;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user