Add minio module for S3-compatible object storage

Label Studio _really_ prefers using a direct object storage model. Can't
say I blame them, it makes sense given they are running Python.

I had to bump Authentik to not use its default port so that minio could
use its own default port. That seemed safest given that Authentik is
always proxied but minio/S3 may _not_ be. I'm just not sure.
This commit is contained in:
Eli Ribble 2025-10-01 19:25:29 +00:00
parent dbbed7117a
commit dad759c4b3
5 changed files with 57 additions and 3 deletions

View file

@ -26,6 +26,7 @@
element-web.enable = true;
label-studio.enable = true;
librechat.enable = true;
minio.enable = true;
static-websites.enable = true;
synapse.enable = true;
timecardbot.enable = true;