Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content

Minio

50 Topics 663 Posts
  • Security update

    Solved security
    2
    0 Votes
    2 Posts
    247 Views
    nebulonN
    Thanks for the heads up. The new package is out now.
  • Cloudron Backup Rsync Dupes?

    Solved
    6
    1 Votes
    6 Posts
    1k Views
    doodlemania2D
    @girish ooooo - so each backup stands on its own. That makes sense from a recovery perspective. I suspect it'd be a groovie feature to add though for Nextclouders and Jellyfin types so they know they have one good backup. In my case, disable backups of Jellyfin and back up and goin.
  • Minio not Use /app/data

    6
    1 Votes
    6 Posts
    1k Views
    doodlemania2D
    @girish It's no problem - just a tad bit of overhead and I use the S3 for other backups anyways. Yeah, the volumes work great - in my instance it looks like this: -External hard drive via USB3 hooked to physical box -Hard drive volume created on physical box with an 8 TB VHDX on there. -8TB VHDX passed through to Cloudron VM -Cloudron VM mounts it as an xfs target -Pass mount (the /mnt requirement tripped me up but is smart to require it) to Cloudron -Mount volume into Minio container (/media/backuptarget) -Reconfigure minio to default to /media/backuptarget instead of /app/data/data BOOM (The last bit is why minio CLI's fuss cause /app/data/data is hardcoded in a few places).
  • How to use Volumes in Minio?

    Solved minio volumes
    13
    0 Votes
    13 Posts
    4k Views
    imc67I
    @nebulon for me it is no issue anymore because of the Volumes. In this Minio app I don't share the Volume with other apps and it's not backed up just like I want. Hopefully in future releases, like @girish wrote, when they will be backed up there will also be an option to never backup specific Volumes?
  • Minio credentials script error

    Solved
    3
    0 Votes
    3 Posts
    704 Views
    avatar1024A
    @girish weird, "./" was the first thing I tried when it didn't on its own but there again it threw me an error about command not found and minio-credentials not being a folder. I resorted to trying bash in case I got it wrong and that's the only time it at least tried to run something (but ran into those errors). But have just done it again and it worked fine, I must have done something wrong the first time. Sorry for reporting a non issue and thanks for getting back
  • ==> Changing ownership on every restart

    Solved
    12
    0 Votes
    12 Posts
    2k Views
    luckowL
    taken from https://my.example.org/#/system /dev/sda4 mounted at /home This ext4 disk contains: ...
  • Hosting Stuff on Minio

    Moved Solved
    5
    0 Votes
    5 Posts
    956 Views
    W
    @girish Thank you, awesome replies!
  • Small glitch in the first time setup instructions

    Solved
    2
    2 Votes
    2 Posts
    318 Views
    nebulonN
    Fixed in https://git.cloudron.io/cloudron/minio-app/-/commit/6eb1e7b4b9bbb3f8a2c1e44ac6d78b232ed79162
  • Number of users

    2
    0 Votes
    2 Posts
    445 Views
    girishG
    AFAIK, there is no such limitation. Indeed, I am able to add as many users as I want: girish@benton:~/tmp$ ./mc admin user add minio newuser newuser123 Added user `newuser` successfully. girish@benton:~/tmp$ ./mc admin user add minio newuser1 newuser123 Added user `newuser1` successfully. girish@benton:~/tmp$ ./mc admin user add minio newuser2 newuser123 Added user `newuser2` successfully. girish@benton:~/tmp$ ./mc admin user add minio newuser3 newuser123 Added user `newuser3` successfully. girish@benton:~/tmp$ ./mc admin user add minio newuser4 newuser123 Added user `newuser4` successfully. girish@benton:~/tmp$ ./mc admin user add minio newuser5 newuser123 Added user `newuser5` successfully. girish@benton:~/tmp$ ./mc admin user add minio newuser6 newuser123 Added user `newuser6` successfully. girish@benton:~/tmp$ ./mc admin user add minio newuser7 newuser123 Added user `newuser7` successfully. Then: girish@benton:~/tmp$ ./mc admin user list minio enabled newuser1 enabled newuser2 enabled newuser3 enabled newuser4 enabled newuser5 enabled newuser6 enabled newuser7 enabled newuser
  • Minio Client

    Moved Solved
    7
    0 Votes
    7 Posts
    2k Views
    girishG
    @RoboMod Sure, sorry for the no response. From the logs in the other post, the error is Message: Connection timed out after 300000ms HTTP Code: TimeoutError. Maybe the server becomes unreachable because of some network error? Is that possible in your setup?