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:
parent
dbbed7117a
commit
dad759c4b3
5 changed files with 57 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue