SOLVED Is there a guide for setting up official MinIO app?

bboy8012

Cadet
Joined
May 22, 2018
Messages
9
Hi All,

I thought it was self explanerotry setting up Minio in APPS, but to me it seems it's not. I don't know if I missed a step but I can get the app to start, and the new Console login page for MinIO but I can't login to it. Am I doing something idiotic and not catching it. Also the logs of the container don't show any errors on it. Thanks

minio-logon-edited.png

error:
minio-logon-error-edited.png
 

Attachments

  • minio-logon.PNG
    minio-logon.PNG
    166.7 KB · Views: 241

bboy8012

Cadet
Joined
May 22, 2018
Messages
9
Update, so I can get it working without a certificate. So I need to figure out the certificate portion of it.
 

bboy8012

Cadet
Joined
May 22, 2018
Messages
9
Figured out my issue had to do with the cert, and domain name in the container setup.
 

rust

Cadet
Joined
Apr 10, 2022
Messages
1
Was pulling my hair out trying to get this to work with SSL (using the same Let's Encrypt wildcard from the server). I experienced the same timeout error as @bboy8012
This is my first time using truenas but I've got experience of k3s so I did a bit of a hack to get it to work.
This will need to be applied after each upgrade.

Code:
sudo k3s kubectl -n ix-minio patch deployment minio -p "{\"spec\": {\"template\": {\"spec\": {\"hostNetwork\": true}}}}"


Hopefully someone can improve on this solution.
 

zuntaruk

Cadet
Joined
Oct 24, 2020
Messages
5
@rust, thanks for sharing! That did indeed help my installation work as well.

I went ahead and created a ticket for them to see if we can get them to take a look at just fixing the app itself :).

Fingers crossed!

edit: hit enter too early, adding rest of message.
 
Top