From 260707ccebf33cdf8ece2e9ce12e063ac150e311 Mon Sep 17 00:00:00 2001 From: Adam0 Date: Tue, 28 Jul 2026 17:53:23 -0400 Subject: [PATCH] Add Rimgo privacy frontend --- assets/icons/rimgo.svg | 1 + assets/user.css | 5 +++++ config/home.yml | 6 ++++++ 3 files changed, 12 insertions(+) create mode 100644 assets/icons/rimgo.svg diff --git a/assets/icons/rimgo.svg b/assets/icons/rimgo.svg new file mode 100644 index 0000000..4353978 --- /dev/null +++ b/assets/icons/rimgo.svg @@ -0,0 +1 @@ + diff --git a/assets/user.css b/assets/user.css index c5b8ec0..2f199d4 100644 --- a/assets/user.css +++ b/assets/user.css @@ -46,6 +46,7 @@ [href^="https://seerr."], [href^="https://anonymous-overflow."], [href^="https://breezewiki."], + [href^="https://rimgo."], [href^="https://vaultwarden."]:not([href$="/admin"]), [href^="https://gotify."], [href^="https://authentik."], @@ -197,6 +198,10 @@ --service-tooltip: "Cleaner Fandom wiki viewer with reduced tracking."; } +.monitor-site:has(a[href^="https://rimgo."]) { + --service-tooltip: "Privacy-friendly alternative frontend for Imgur."; +} + .monitor-site:has(a[href^="https://atuin."]) { --service-tooltip: "Encrypted shell history sync with searchable command history."; } diff --git a/config/home.yml b/config/home.yml index 47db0c8..3e75bb8 100644 --- a/config/home.yml +++ b/config/home.yml @@ -32,6 +32,12 @@ basic-auth: username: glance password: ${AUTHENTIK_PASSWORD} + - title: Rimgo + url: https://rimgo.${GROUND_DOMAIN} + icon: /assets/icons/rimgo.svg + basic-auth: + username: glance + password: ${AUTHENTIK_PASSWORD} - type: monitor cache: 8m -- 2.51.2