Offsite card -> S3 status dashboard; Garage card renamed Garage UI (with File Browser)

This commit is contained in:
2026-09-05 08:53:56 +10:00
parent ae135138e1
commit 584320b999

View File

@@ -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 ---------------------------------------------------