Backrest: add homepage link. Use host.docker.internal in homepage to connect to host services
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user