Backrest: add homepage link. Use host.docker.internal in homepage to connect to host services

This commit is contained in:
v.karaychentsev
2026-02-20 16:53:47 +03:00
parent 2bf6cba869
commit 7cbbae6c87
2 changed files with 10 additions and 2 deletions

View File

@@ -51,8 +51,8 @@
href: https://sync-minipc.catmedved.com/
description: Syncthing on minipc
icon: syncthing.png
# siteMonitor: http://192.168.1.131:8384/rest/noauth/health
# statusStyle: 'dot'
siteMonitor: http://host.docker.internal:8384/rest/noauth/health
statusStyle: 'dot'
- Filebrowser:
href: https://files-minipc.catmedved.com/
description: Files on minipc
@@ -84,6 +84,12 @@
icon: databasus.png
siteMonitor: http://databasus:4005
statusStyle: 'dot'
- Backrest:
href: https://backrest.catmedved.com/
description: Backrest backup tool
icon: backrest.png
siteMonitor: http://host.docker.internal:9898
statusStyle: 'dot'
- Monitoring:
href: https://beszel.catmedved.com/
description: Beszel

View File

@@ -6,6 +6,8 @@ services:
- caddy_internal
dns:
- 192.168.1.131 # host pi-hole
extra_hosts:
- "host.docker.internal:host-gateway"
# ports:
# - "3015:3000"
environment: