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

43 Topics 559 Posts
  • 0 Votes
    13 Posts
    505 Views
    scookeS

    @jdaviescoates Check out my answer to your other question about the Keys! Basically, Minio views Access Key/Secret Key as the same as User/Password, so by clicking to the User section in Minio you can reset the Secret Key.... but it's called "Password" in this Dashboard! Not too intuitive. Then, use your self-hosted VaultWarden or Joplin to save your newly reset Access Key/Password!

  • Changed credentials does not work for login

    7
    1 Votes
    7 Posts
    342 Views
    girishG

    @timconsidine said in Changed credentials does not work for login:

    But isn't /app/data potentially reachable from internet?

    /app/data is just the part of the file system that the app can write to. It is only reachable via the Cloudron dashboard.

  • 0 Votes
    3 Posts
    750 Views
    AlexisEspinosaGayossoA

    @girish Thanks a lot for this. Yes I will ask there then.

  • Minio Backup not working

    Moved Solved
    16
    0 Votes
    16 Posts
    2k Views
    girishG

    The upstream answer is good to know that minio won't work on FUSE.

  • etcd for minio

    Moved
    8
    0 Votes
    8 Posts
    1k Views
    ?

    @girish
    Thanks girish

  • Possibly breaking changes in next package

    9
    0 Votes
    9 Posts
    422 Views
    MooCloud_MattM

    @girish said in Possibly breaking changes in next package:

    two endpoints

    maybe we can add support for multiple http port in the manifest?
    so one subdomain go to a port for S3 and the other for the console.

    EDIT:
    Just see that you post my same conclusion on the minio git discussion

  • Minio LDAP Integration

    16
    3 Votes
    16 Posts
    3k Views
    BrutalBirdieB

    https://docs.min.io/minio/baremetal/security/ad-ldap-external-identity-management/configure-ad-ldap-external-identity-management.html#minio-authenticate-using-ad-ldap-generic

    I am currently checking whats going on with LDAP and the new console.

    https://git.cloudron.io/cloudron/minio-app/-/merge_requests/2

  • So what am I doing wrong?

    7
    0 Votes
    7 Posts
    363 Views
    P

    @brutalbirdie said in So what am I doing wrong?:

    First of all, PLEASE DON'T USE PICTURES / SCREENSHOTS FOR LOGS!
    This makes the information inaccessible to some users (for example blind ones) and also it's a pain to read.
    Simply copy the output press the Code Button

    And put your copy-paste here.

    @privsec simply said, you are using the shell incorrectly as pointed out by @fbartels

    Also as @robi pointed out just read the docs.

    You try to access minio-credentials which does not exist in the context as for example cp | rm | mv.
    For example you can check if mv does exist by doing this:

    /app/code# which mv /usr/bin/mv

    And the shell tells you mv is located in /usr/bin/mv, when you try this with minio-credentials you will get this

    /app/code# which minio-credentials /app/code#

    aka no result. So minio-credentials does not exist as executable in the system paths context.

    minio-credentials is a binary file in /app/code/minio-credentials which IS executable but the relative or full path is needed.

    So if you would have followed the doc and copy-pasted

    /app/code/minio-credentials set NEWACCESSKEY NEWSECRETKEY

    it would have worked.

    I never thought of accessibility issues, thanks for pointing that out. Ill adapt.

    Ok, I will try that, thanks all.

  • This topic is deleted!

    1
    0 Votes
    1 Posts
    1 Views
    No one has replied
  • App Specific Password

    Solved
    3
    0 Votes
    3 Posts
    169 Views
    T

    @fbartels ok that makes total sense, thanks!

  • 150% CPU from Minio after recent upgrade

    Moved Solved
    5
    0 Votes
    5 Posts
    1k Views
    robiR

    @girish wow, thank you for figuring that out.

    Strangeness of the most High.

  • 0 Votes
    10 Posts
    621 Views
    robiR

    @timconsidine intuition FTW 😉

  • 1 Votes
    3 Posts
    190 Views
    C

    @girish
    Thanks for clarifying. I think I was just looking in the wrong place / expecting this to workm differently. No, I am not aware of a UI for this in non-Cloudron instances, though this would be nice to have of course.

  • Security update

    Solved
    2
    0 Votes
    2 Posts
    129 Views
    nebulonN

    Thanks for the heads up. The new package is out now.

  • Cloudron Backup Rsync Dupes?

    Solved
    6
    1 Votes
    6 Posts
    290 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
    304 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
    13
    0 Votes
    13 Posts
    2k 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
    268 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
    262 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
    298 Views
    W

    @girish Thank you, awesome replies!