From 584320b999027ee047c4e13750bf9723280580e3 Mon Sep 17 00:00:00 2001 From: Sam Rolfe Date: Sat, 5 Sep 2026 08:53:56 +1000 Subject: [PATCH] Offsite card -> S3 status dashboard; Garage card renamed Garage UI (with File Browser) --- portal/tools.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/portal/tools.py b/portal/tools.py index 88f241c..6b0b3a9 100644 --- a/portal/tools.py +++ b/portal/tools.py @@ -191,8 +191,8 @@ def _cat() -> list[Tool]: "Scan, OCR & archive documents", "https://paperless.lab.audasmedia.com.au", login=True), Tool("filebrowser", "File Browser", "storage", "File management web UI", "https://filebrowser.lab.audasmedia.com.au", login=True), - Tool("garage", "Garage S3", "storage", - "Object storage (buckets)", "http://192.168.20.13:3902", + Tool("garage", "Garage UI", "storage", + "Object storage browser (with File Browser)", "http://192.168.20.13:3902", login=True, lan=True, admin=True), Tool("pingvin", "Pingvin Share", "storage", "Share files & notes", "https://pingvin.lab.audasmedia.com.au", login=True), @@ -200,8 +200,8 @@ def _cat() -> list[Tool]: "Backups & restore", "https://kopia.home.lab", login=True, lan=True, admin=True), Tool("backrest", "Backrest", "storage", "Restic backup UI", "https://restic.home.lab", login=True, lan=True, admin=True), - Tool("offsite", "Offsite Backup", "storage", - "Amazon S3 offsite backup management", "https://offsite.lab.audasmedia.com.au", + Tool("offsite", "Offsite S3 Backup", "storage", + "AWS S3 backup dashboard (what's happening)", "https://offsite.lab.audasmedia.com.au/status.html", login=True, admin=True), # ---- Development ---------------------------------------------------