diff --git a/core/profiles.py b/core/profiles.py index dda68d4..a269cde 100644 --- a/core/profiles.py +++ b/core/profiles.py @@ -78,6 +78,12 @@ class jellyfin_meta: baseurl = "/jellyfin" systemd = "jellyfin" +class librespeed_meta: + name = "librespeed" + pretty_name = "LibreSpeed" + systemd = False + baseurl = "/librespeed" + class lidarr_meta: name = "lidarr" pretty_name = "Lidarr" diff --git a/static/img/apps/librespeed.png b/static/img/apps/librespeed.png new file mode 100644 index 0000000..d8fcac5 Binary files /dev/null and b/static/img/apps/librespeed.png differ