From 49c4b43f32cd96701e3a61d55c8f04cac9aa5bee Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 17 Feb 2022 22:37:17 +0100 Subject: [PATCH] website/docs: better explain icon URL behaviour closes #2337 Signed-off-by: Jens Langhammer --- website/docs/core/applications.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/core/applications.md b/website/docs/core/applications.md index 4d4e1ddb9..895c6a76e 100644 --- a/website/docs/core/applications.md +++ b/website/docs/core/applications.md @@ -28,6 +28,11 @@ The following aspects can be configured: Starting with authentik 2022.2, you can use placeholders in the launch url to build them dynamically based on logged in user. For example, you can set the Launch URL to `https://goauthentik.io/%(username)s`, which will be replaced with the currently logged in user's username. - *Icon (URL)*: Optionally configure an Icon for the application + + If the authentik server does not have a volume mounted under `/media`, you'll get a text input. This accepts absolute URLs. If you've mounted single files into the container, you can reference them using `https://authentik.company/media/my-file.png`. + + If there is a mount under `/media`, you'll instead see a field to upload a file. + - *Publisher*: Text shown below the application - *Description*: Subtext shown on the application card below the publisher