set up new layout and polish up how some services show up
This commit is contained in:
parent
80d24ffca7
commit
6dfc316b8b
3 changed files with 17 additions and 15 deletions
|
@ -47,3 +47,6 @@
|
|||
torrentstack-db-1:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
torrentstack-lighttpd-1:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
description: Self-hosted digital library for many book formats
|
||||
server: kavita
|
||||
container: kavita
|
||||
ping: https://read.peterdominguez.art
|
||||
widget:
|
||||
type: kavita
|
||||
url: https://read.peterdominguez.art
|
||||
|
@ -79,12 +78,14 @@
|
|||
description: Proxy server to bypass DDoS protection
|
||||
server: flaresolverr
|
||||
container: flaresolverr
|
||||
showStats: true
|
||||
- Unbound:
|
||||
href: http://10.0.0.121:5335
|
||||
icon: unbound.png
|
||||
description: Validating, recursive, and caching DNS resolver
|
||||
server: unbound
|
||||
container: unbound
|
||||
showStats: true
|
||||
- Tools:
|
||||
- Nextcloud:
|
||||
href: https://cloud.peterdominguez.art/
|
||||
|
@ -92,7 +93,6 @@
|
|||
description: A safe home for all your data
|
||||
server: torrentstack-app-1
|
||||
container: torrentstack-app-1
|
||||
ping: https://cloud.peterdominguez.art
|
||||
widget:
|
||||
type: nextcloud
|
||||
url: https://cloud.peterdominguez.art
|
||||
|
@ -104,7 +104,6 @@
|
|||
description: A free, self-hostable feed aggregator
|
||||
server: freshrss
|
||||
container: freshrss
|
||||
ping: https://rss.peterdominguez.art
|
||||
widget:
|
||||
type: freshrss
|
||||
url: https://rss.peterdominguez.art
|
||||
|
@ -116,28 +115,28 @@
|
|||
description: A self-hosted lightweight free software forge
|
||||
server: forgejo
|
||||
container: forgejo
|
||||
ping: https://git.peterdominguez.art
|
||||
widget:
|
||||
type: gitea
|
||||
url: https://git.peterdominguez.art
|
||||
key: "{{HOMEPAGE_VAR_forgejo_key}}"
|
||||
- Syncthing:
|
||||
href: http://10.0.0.121:8384
|
||||
icon: syncthing.png
|
||||
description: Open source peer-to-peer file synchronization
|
||||
ping: http://10.0.0.121:8384
|
||||
- SearXNG:
|
||||
href: https://search.peterdominguez.art/
|
||||
icon: searxng.png
|
||||
description: Privacy-respecting, hackable metasearch engine
|
||||
server: searxng
|
||||
container: searxng
|
||||
ping: https://search.peterdominguez.art
|
||||
showStats: true
|
||||
- Syncthing:
|
||||
href: http://10.0.0.121:8384
|
||||
icon: syncthing.png
|
||||
description: Open source peer-to-peer file synchronization
|
||||
ping: http://10.0.0.121:8384
|
||||
- Hugo:
|
||||
href: https://peterdominguez.art
|
||||
icon: hugo.png
|
||||
description: Open-source static site generator
|
||||
ping: https://peterdominguez.art
|
||||
server: torrentstack-lighttpd-1
|
||||
container: torrentstack-lighttpd-1
|
||||
- meTube:
|
||||
href: http://10.0.0.121:8081
|
||||
icon: metube.png
|
||||
|
@ -150,4 +149,3 @@
|
|||
description: A modern dashboard for your services
|
||||
server: homepage
|
||||
container: homepage
|
||||
ping: https://home.peterdominguez.art
|
||||
|
|
|
@ -3,14 +3,14 @@
|
|||
# https://gethomepage.dev/configs/settings/
|
||||
title: Courtyard
|
||||
description: DIE MONSTER, YOU DON'T BELONG IN THIS WORLD!
|
||||
color: neutral
|
||||
theme: dark
|
||||
headerStyle: boxed
|
||||
color: neutral
|
||||
headerStyle: clean
|
||||
useEqualHeights: true
|
||||
target: _self
|
||||
background:
|
||||
image: /images/castlevania3.png
|
||||
blur: sm # sm, "", md, xl... see https://tailwindcss.com/docs/backdrop-blur
|
||||
blur: xs # 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
|
||||
|
@ -25,3 +25,4 @@ layout:
|
|||
Tools:
|
||||
style: row
|
||||
columns: 4
|
||||
statusStyle: dot
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue