Open4
Synology DS223にminioをインストールしたい会

GitリポジトリとしてはForgejoをインストールしたけど、通常のblob storeも欲しいので。
minioはS3互換のストレージサーバーで、go製。

Docker imageの入手
例のごとく su
して、
ash-4.4# docker pull quay.io/minio/minio:latest
latest: Pulling from minio/minio
4395c2c0f485: Pull complete
127431959327: Pull complete
fa05d6bb860b: Pull complete
add1ad23df35: Pull complete
7444f1f7e6af: Pull complete
7e430e251ce1: Pull complete
56a694a943c7: Pull complete
eba9d64a197e: Pull complete
29d6916f0c5e: Pull complete
Digest: sha256:d249d1fb6966de4d8ad26c04754b545205ff15a62e4fd19ebd0f26fa5baacbc0
Status: Downloaded newer image for quay.io/minio/minio:latest
quay.io/minio/minio:latest

コンテナの作成
これも /data
にストレージを置けば良いようだ。Conventionなのかな。適当に設定して起動すれは問題なくadmin consoleにアクセスできた。

認証の設定がムズそう
これをどうやってOktaに落とし込めば。。
ちなみにKeycloakのための専用の仕組みがあり、これを使うとtokenを使うたびにユーザの存在確認ができるらしい。(これが無い場合は、tokenがexpireしないとユーザーのアクセス権が消えないことになる)