update compose file and homepage configs
This commit is contained in:
parent
4c1b99f45c
commit
d6e1648c1a
5 changed files with 180 additions and 34 deletions
|
@ -3,38 +3,47 @@
|
|||
# https://gethomepage.dev/configs/docker/
|
||||
|
||||
pihole:
|
||||
host: 10.0.0.121
|
||||
port: 6346:443
|
||||
socket: /var/run/docker.sock
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
qbittorrent-nox:
|
||||
host: 10.0.0.121
|
||||
port: 8080
|
||||
socket: /var/run/docker.sock
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
jackett:
|
||||
host: 10.0.0.121
|
||||
port: 9117
|
||||
socket: /var/run/docker.sock
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
flaresolverr:
|
||||
host: 10.0.0.121
|
||||
port: 8191
|
||||
socket: /var/run/docker.sock
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
speedtest:
|
||||
host: 10.0.0.121
|
||||
port: 7639
|
||||
socket: /var/run/docker.sock
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
homepage:
|
||||
host: 10.0.0.121
|
||||
port: 3000
|
||||
socket: /var/run/docker.sock
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
unbound:
|
||||
host: 10.0.0.121
|
||||
port: 5335
|
||||
socket: /var/run/docker.sock
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
metube:
|
||||
host: 10.0.0.121
|
||||
port: 8081
|
||||
socket: /var/run/docker.sock
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
speedtest-tracker:
|
||||
host: 10.0.0.121
|
||||
port: 9080
|
||||
socket: /var/run/docker.sock
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
kavita:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
searxng:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
forgejo:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
freshrss:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
torrentstack-app-1:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
torrentstack-db-1:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
- Media:
|
||||
- Jellyfin:
|
||||
href: http://10.0.0.103:8096/
|
||||
href: https://jellyfin.peterdominguez.art/
|
||||
icon: jellyfin.png
|
||||
description: The Free Software Media System
|
||||
ping: https://jellyfin.peterdominguez.art
|
||||
|
@ -18,6 +18,8 @@
|
|||
href: https://read.peterdominguez.art/
|
||||
icon: kavita.png
|
||||
description: Self-hosted digital library for many book formats
|
||||
server: kavita
|
||||
container: kavita
|
||||
ping: https://read.peterdominguez.art
|
||||
widget:
|
||||
type: kavita
|
||||
|
@ -88,6 +90,8 @@
|
|||
href: https://cloud.peterdominguez.art/
|
||||
icon: nextcloud.png
|
||||
description: A safe home for all your data
|
||||
server: torrentstack-app-1
|
||||
container: torrentstack-app-1
|
||||
ping: https://cloud.peterdominguez.art
|
||||
widget:
|
||||
type: nextcloud
|
||||
|
@ -98,6 +102,8 @@
|
|||
href: https://rss.peterdominguez.art/
|
||||
icon: freshrss.png
|
||||
description: A free, self-hostable feed aggregator
|
||||
server: freshrss
|
||||
container: freshrss
|
||||
ping: https://rss.peterdominguez.art
|
||||
widget:
|
||||
type: freshrss
|
||||
|
@ -108,6 +114,8 @@
|
|||
href: https://git.peterdominguez.art/
|
||||
icon: forgejo.png
|
||||
description: A self-hosted lightweight free software forge
|
||||
server: forgejo
|
||||
container: forgejo
|
||||
ping: https://git.peterdominguez.art
|
||||
widget:
|
||||
type: gitea
|
||||
|
@ -122,6 +130,8 @@
|
|||
href: https://search.peterdominguez.art/
|
||||
icon: searxng.png
|
||||
description: Privacy-respecting, hackable metasearch engine
|
||||
server: searxng
|
||||
container: searxng
|
||||
ping: https://search.peterdominguez.art
|
||||
- Hugo:
|
||||
href: https://peterdominguez.art
|
||||
|
@ -135,8 +145,9 @@
|
|||
server: metube
|
||||
container: metube
|
||||
- Homepage:
|
||||
href: http://10.0.0.121:3000
|
||||
href: https://home.peterdominguez.art
|
||||
icon: homepage.png
|
||||
description: A modern dashboard for your services
|
||||
server: homepage
|
||||
container: homepage
|
||||
ping: https://home.peterdominguez.art
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
# For configuration options and examples, please see:
|
||||
# https://gethomepage.dev/configs/settings/
|
||||
title: Courtyard
|
||||
description: DIE MONSTER, YOU DON'T BELONG IN THIS WORLD!
|
||||
color: neutral
|
||||
theme: dark
|
||||
headerStyle: boxed
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue