feat: Add nextcloud and immich api integration
All checks were successful
Build Docker / BuildImage (push) Successful in 2m32s
Check Code Quality / RuffCheck (push) Successful in 2m38s

This commit is contained in:
2026-03-16 22:24:33 +11:00
parent d2db66d527
commit 5db23f0cd0
8 changed files with 211 additions and 3 deletions

View File

@@ -39,11 +39,13 @@ a:hover {
flex-direction: column;
align-items: center;
gap: 10px;
text-decoration: none;
}
.service-card:hover {
transform: translateY(-5px);
background-color: #333;
text-decoration: none;
}
.service-icon {
@@ -66,6 +68,13 @@ a:hover {
margin: 0;
}
.service-note {
font-size: 0.9em;
color: #555;
margin: 0;
}
.section-title {
text-align: center;
margin-top: 40px;