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/
|
href: https://sync-minipc.catmedved.com/
|
||||||
description: Syncthing on minipc
|
description: Syncthing on minipc
|
||||||
icon: syncthing.png
|
icon: syncthing.png
|
||||||
# siteMonitor: http://192.168.1.131:8384/rest/noauth/health
|
siteMonitor: http://host.docker.internal:8384/rest/noauth/health
|
||||||
# statusStyle: 'dot'
|
statusStyle: 'dot'
|
||||||
- Filebrowser:
|
- Filebrowser:
|
||||||
href: https://files-minipc.catmedved.com/
|
href: https://files-minipc.catmedved.com/
|
||||||
description: Files on minipc
|
description: Files on minipc
|
||||||
@@ -84,6 +84,12 @@
|
|||||||
icon: databasus.png
|
icon: databasus.png
|
||||||
siteMonitor: http://databasus:4005
|
siteMonitor: http://databasus:4005
|
||||||
statusStyle: 'dot'
|
statusStyle: 'dot'
|
||||||
|
- Backrest:
|
||||||
|
href: https://backrest.catmedved.com/
|
||||||
|
description: Backrest backup tool
|
||||||
|
icon: backrest.png
|
||||||
|
siteMonitor: http://host.docker.internal:9898
|
||||||
|
statusStyle: 'dot'
|
||||||
- Monitoring:
|
- Monitoring:
|
||||||
href: https://beszel.catmedved.com/
|
href: https://beszel.catmedved.com/
|
||||||
description: Beszel
|
description: Beszel
|
||||||
|
|||||||
@@ -6,6 +6,8 @@ services:
|
|||||||
- caddy_internal
|
- caddy_internal
|
||||||
dns:
|
dns:
|
||||||
- 192.168.1.131 # host pi-hole
|
- 192.168.1.131 # host pi-hole
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
# ports:
|
# ports:
|
||||||
# - "3015:3000"
|
# - "3015:3000"
|
||||||
environment:
|
environment:
|
||||||
|
|||||||
Reference in New Issue
Block a user