Conversation
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-integrations canceled.
|
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #17535 +/- ##
==========================================
+ Coverage 93.03% 93.15% +0.11%
==========================================
Files 911 928 +17
Lines 49848 50615 +767
==========================================
+ Hits 46376 47148 +772
+ Misses 3472 3467 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
todo: events |
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space> wip wip wip argh rmdir wip wip wip
…en refactor stuff before tests. but THE MEDIA RENDER NOW
| 1. Log in to authentik as an administrator and open the authentik Admin interface. | ||
| 2. Navigate to **Customization** > **Files**. | ||
|
|
||
| Here you can upload a new file, delete a file, and search for a file that you already uploaded. |
There was a problem hiding this comment.
this doesn't really fit with the rest of the doc
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
website/docs/customize/files.md
Outdated
|
|
||
| Image files are used in authentik to add a logo to new applications that you add, or to a new source, and for defining the ["branded" look](../sys-mgmt/brands.md#branding-settings) of the authentik interface, with your company's logo and title, a favicon, or a background image for the flows. | ||
|
|
||
| authentik provides a central place for storing all such files, the `authentik/data/media/public` directory. By default, these files are stored in authentik's PostgreSQL database. |
There was a problem hiding this comment.
| authentik provides a central place for storing all such files, the `authentik/data/media/public` directory. By default, these files are stored in authentik's PostgreSQL database. | |
| authentik provides a central place for storing all such files. By default files are stored on disk, but S3 storage can also be configured.``` |
There was a problem hiding this comment.
Unless there is a very good reason not to, I'd like to specify the directory. It helped me a lot to know where to look for images. Thoughts @rissson ?
There was a problem hiding this comment.
It's a configurable option. So let's link to that option if you want. (AUTHENTIK_STORAGE__FILE__PATH)
Signed-off-by: Marc 'risson' Schmitt <marc.schmitt@risson.space>
tanberry
left a comment
There was a problem hiding this comment.
Great feature, @dominic-r and @rissson !!
website/docs/customize/files.md
Outdated
|
|
||
| Image files are used in authentik to add a logo to new applications that you add, or to a new source, and for defining the ["branded" look](../sys-mgmt/brands.md#branding-settings) of the authentik interface, with your company's logo and title, a favicon, or a background image for the flows. | ||
|
|
||
| authentik provides a central place for storing all such files, the `authentik/data/media/public` directory. By default, these files are stored in authentik's PostgreSQL database. |
There was a problem hiding this comment.
Unless there is a very good reason not to, I'd like to specify the directory. It helped me a lot to know where to look for images. Thoughts @rissson ?
Fixes: c30d1a4 ("files: rework (goauthentik#17535)") Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
Fixes: c30d1a4 ("files: rework (goauthentik#17535)") Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com>
…20156 to version-2026.2) (#20378) website/docs: correct reference to overriden S3 variable (#20156) docs: correct reference to overriden S3 variable Fixes: c30d1a4 ("files: rework (#17535)") Signed-off-by: Georg Pfuetzenreuter <georg.pfuetzenreuter@suse.com> Co-authored-by: Georg <georg@lysergic.dev>
TODO: