add docker configs
This commit is contained in:
parent
8d4e5d1a24
commit
9b8dd017d8
28 changed files with 489 additions and 0 deletions
23
docker/containers/homepage/settings.yaml
Normal file
23
docker/containers/homepage/settings.yaml
Normal file
|
@ -0,0 +1,23 @@
|
|||
---
|
||||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/settings/
|
||||
title: Courtyard
|
||||
color: neutral
|
||||
theme: dark
|
||||
headerStyle: boxed
|
||||
useEqualHeights: true
|
||||
target: _self
|
||||
background:
|
||||
image: /images/castlevania3.png
|
||||
blur: sm # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur
|
||||
saturate: 50 # 0, 50, 100... see https://tailwindcss.com/docs/backdrop-saturate
|
||||
brightness: 50 # 0, 50, 75... see https://tailwindcss.com/docs/backdrop-brightness
|
||||
opacity: 60 # 0-100
|
||||
favicon: /images/moon.png
|
||||
layout:
|
||||
Local Containers:
|
||||
style: row
|
||||
columns: 4
|
||||
VPS Hosted Services:
|
||||
style: row
|
||||
columns: 4
|
Loading…
Add table
Add a link
Reference in a new issue