update compose files and containers
This commit is contained in:
parent
e7b91f0ac2
commit
4e99a60ea3
5 changed files with 72 additions and 117 deletions
|
@ -5,21 +5,9 @@
|
|||
pihole:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
qbittorrent-nox:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
jackett:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
flaresolverr:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
speedtest:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
homepage:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
unbound:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
|
@ -53,6 +41,21 @@
|
|||
torrentstack-navidrome-1:
|
||||
host: dockerproxy
|
||||
port: 2375
|
||||
uptime-kuma:
|
||||
host: dockerproxy
|
||||
qbittorrent-nox:
|
||||
host: "{{HOMEPAGE_VAR_qBittorrent_Nox_url}}"
|
||||
port: 2375
|
||||
flaresolverr:
|
||||
host: "{{HOMEPAGE_VAR_Flaresolverr_url}}"
|
||||
port: 2375
|
||||
media-jellyfin-1:
|
||||
host: "{{HOMEPAGE_VAR_Jellyfin_url}}"
|
||||
port: 2375
|
||||
jackett:
|
||||
host: "{{HOMEPAGE_VAR_Jackett_url}}"
|
||||
port: 2375
|
||||
uptime-kuma:
|
||||
host: "{{HOMEPAGE_VAR_Uptime_Kuma_url}}"
|
||||
port: 2375
|
||||
memos:
|
||||
host: "{{HOMEPAGE_VAR_Memos_url}}"
|
||||
port: 2375
|
||||
|
|
|
@ -4,10 +4,11 @@
|
|||
href: https://jellyfin.peterdominguez.art/
|
||||
icon: jellyfin.png
|
||||
description: The Free Software Media System
|
||||
ping: https://jellyfin.peterdominguez.art
|
||||
server: media-jellyfin-1
|
||||
container: media-jellyfin-1
|
||||
widget:
|
||||
type: jellyfin
|
||||
url: http://10.0.0.103:8096
|
||||
url: "{{HOMEPAGE_VAR_Jellyfin_url}}"
|
||||
key: "{{HOMEPAGE_VAR_jellyfin_key}}"
|
||||
enableBlocks: true
|
||||
enableNowPlaying: true
|
||||
|
@ -38,14 +39,14 @@
|
|||
token: "{{HOMEPAGE_VAR_navidrome_token}}"
|
||||
salt: "{{HOMEPAGE_VAR_navidrome_salt}}"
|
||||
- qBittorrent-nox:
|
||||
href: http://10.0.0.121:8080/
|
||||
href: "{{HOMEPAGE_VAR_qBittorrent_Nox_url}}"
|
||||
icon: qbittorrent.png
|
||||
description: WebGUI for the qBittorrent client
|
||||
server: qbittorrent-nox
|
||||
container: qbittorrent-nox
|
||||
widget:
|
||||
type: qbittorrent
|
||||
url: http://10.0.0.121:8080
|
||||
url: "{{HOMEPAGE_VAR_qBittorrent_Nox_url}}"
|
||||
username: "{{HOMEPAGE_VAR_qBittorrent_Nox_username}}"
|
||||
password: "{{HOMEPAGE_VAR_qBittorrent_Nox_password}}"
|
||||
enableLeechProgress: true
|
||||
|
@ -54,25 +55,25 @@
|
|||
|
||||
- Networking:
|
||||
- pihole:
|
||||
href: https://10.0.0.121:6346/admin
|
||||
href: "{{HOMEPAGE_VAR_Pihole_url_admin}}"
|
||||
icon: pi-hole.png
|
||||
description: DNS sinkhole to block ads
|
||||
server: pihole
|
||||
container: pihole
|
||||
widget:
|
||||
type: pihole
|
||||
url: https://10.0.0.121:6346
|
||||
url: "{{HOMEPAGE_VAR_Pihole_url}}"
|
||||
version: 6
|
||||
key: "{{HOMEPAGE_VAR_FTLCONF_webserver_api_password}}"
|
||||
- Speed Test Tracker:
|
||||
href: http://10.0.0.121:9080/
|
||||
href: "{{HOMEPAGE_VAR_Speed_Test_Tracker_url}}"
|
||||
icon: speedtest-tracker.png
|
||||
description: Self-hosted Internet speed monitoring
|
||||
server: speedtest-tracker
|
||||
container: speedtest-tracker
|
||||
widget:
|
||||
type: speedtest
|
||||
url: http://10.0.0.121:9080
|
||||
url: "{{HOMEPAGE_VAR_Speed_Test_Tracker_url}}"
|
||||
version: 2
|
||||
key: "{{HOMEPAGE_VAR_KEY_SPEEDTEST}}"
|
||||
bitratePrecision: 3
|
||||
|
@ -87,7 +88,7 @@
|
|||
url: https://status.peterdominguez.art
|
||||
slug: homeserver
|
||||
- Flaresolverr:
|
||||
href: http://10.0.0.121:8191/
|
||||
href: "{{HOMEPAGE_VAR_Flaresolverr_url}}"
|
||||
icon: flaresolverr.png
|
||||
description: Proxy server to bypass DDoS protection
|
||||
server: flaresolverr
|
||||
|
@ -126,16 +127,13 @@
|
|||
type: gitea
|
||||
url: https://git.peterdominguez.art
|
||||
key: "{{HOMEPAGE_VAR_forgejo_key}}"
|
||||
- Jackett:
|
||||
href: http://10.0.0.121:9117/
|
||||
icon: jackett.png
|
||||
description: Free and open-source maintained indexer
|
||||
server: jackett
|
||||
container: jackett
|
||||
widget:
|
||||
type: jackett
|
||||
url: http://10.0.0.121:9117
|
||||
password: "{{HOMEPAGE_VAR_jackett_password}}"
|
||||
- Memos:
|
||||
href: https://notes.peterdominguez.art
|
||||
icon: memos.png
|
||||
description: Open source, self-hosted notes
|
||||
server: memos
|
||||
container: memos
|
||||
showStats: true
|
||||
- SearXNG:
|
||||
href: https://search.peterdominguez.art/
|
||||
icon: searxng.png
|
||||
|
@ -143,6 +141,16 @@
|
|||
server: searxng
|
||||
container: searxng
|
||||
showStats: true
|
||||
- Jackett:
|
||||
href: "{{HOMEPAGE_VAR_Jackett_url}}"
|
||||
icon: jackett.png
|
||||
description: Free and open-source maintained indexer
|
||||
server: jackett
|
||||
container: jackett
|
||||
widget:
|
||||
type: jackett
|
||||
url: "{{HOMEPAGE_VAR_Jackett_url}}"
|
||||
password: "{{HOMEPAGE_VAR_jackett_password}}"
|
||||
- Hugo:
|
||||
href: https://peterdominguez.art
|
||||
icon: hugo.png
|
||||
|
@ -151,16 +159,9 @@
|
|||
container: torrentstack-lighttpd-1
|
||||
showStats: true
|
||||
- meTube:
|
||||
href: http://10.0.0.121:8081
|
||||
href: "{{HOMEPAGE_VAR_meTube_url}}"
|
||||
icon: metube.png
|
||||
description: Self-hosted YouTube downloader
|
||||
server: metube
|
||||
container: metube
|
||||
showStats: true
|
||||
- Homepage:
|
||||
href: https://home.peterdominguez.art
|
||||
icon: homepage.png
|
||||
description: A modern dashboard for your services
|
||||
server: homepage
|
||||
container: homepage
|
||||
showStats: true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue