From 6fcba9ff0373d2a814f7abef381079f9a3015514 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 13 Feb 2025 14:45:32 +0100 Subject: [PATCH] add pretix icon --- .env.sample | 4 ++-- icons/pretix.svg | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 icons/pretix.svg diff --git a/.env.sample b/.env.sample index f7b279f..9f44063 100644 --- a/.env.sample +++ b/.env.sample @@ -130,5 +130,5 @@ COPY_ASSETS="$COPY_ASSETS icon.png|app:/web/dist/assets/icons/" # SECRET_HEDGEDOC_SECRET_VERSION=v1 # APP_ICONS="$APP_ICONS hedgedoc:~/.abra/recipes/authentik/icons/hedgedoc.png" -# APPLICATIONS='{"Calendar": "https://nextcloud.example.com/apps/calendar/", "BBB": "https://nextcloud.example.com/apps/bbb/"}' -# EXTRA_ICONS={"Calendar": "~/.abra/recipes/authentik/icons/calendar.svg", "BBB": "~/.abra/recipes/authentik/icons/bbb.png"} +# APPLICATIONS='{"Calendar": "https://nextcloud.example.com/apps/calendar/", "BBB": "https://nextcloud.example.com/apps/bbb/", "Pretix": "https://pretix.example.com/control/"}' +# EXTRA_ICONS={"Calendar": "~/.abra/recipes/authentik/icons/calendar.svg", "BBB": "~/.abra/recipes/authentik/icons/bbb.png", "Pretix": "~/.abra/recipes/authentik/icons/pretix.svg"} diff --git a/icons/pretix.svg b/icons/pretix.svg new file mode 100644 index 0000000..3ca850b --- /dev/null +++ b/icons/pretix.svg @@ -0,0 +1 @@ + \ No newline at end of file