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

46 Topics 611 Posts
  • Minio - Package Updates

    Pinned
    272
    0 Votes
    272 Posts
    59k Views
    Package UpdatesP

    [3.16.0]

    Update Minio to RELEASE.2024-11-07T00-52-20Z Full Changelog Update README.md by @​allanrogerr in https://github.com/minio/minio/pull/20599 Remove expires field from list objects metadata by @​donatello in https://github.com/minio/minio/pull/20600 add tests for ILM transition and healing (#​166) by @​harshavardhana in https://github.com/minio/minio/pull/20601 Update console package to v1.7.3 by @​cesnietor in https://github.com/minio/minio/pull/20606 Bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @​dependabot in https://github.com/minio/minio/pull/20611 Fix msgUnPath crash by @​klauspost in https://github.com/minio/minio/pull/20614 docs: remove redundant prometheus metric by @​erfantkerfan in https://github.com/minio/minio/pull/20618 decompress audit log properly before sending to remote target by @​ramondeklein in https://github.com/minio/minio/pull/20619 @​erfantkerfan made their first contribution in https://github.com/minio/minio/pull/20618
  • minio SSE-C (encryption) requires TLS (minio running on 443)

    Moved
    3
    0 Votes
    3 Posts
    47 Views
    potemkin_aiP

    Guess it is impossible - that makes sense, though to ask, just in case. Thank you!

  • 0 Votes
    3 Posts
    91 Views
    scookeS

    Hitting the task cancel button usually results in a hung app (for any app which has had similar issues in the past). I suppose that is "success", but then it takes forever to get it running again. That normally requires me to just reboot the server (ypically from the Cloudron dashboard, but sometimes I do it from the cli in a ssh session to the server. Sometimes the app never restarts and I restore from a backup. BUT, in this case, I don't even have a backup since it has never completed.

    Sadly, I've restarted everything on the server in question, so helpful logs. The Minio is running, and I managed to update it --without a backup, and that seems to be working as my MAIN Cloudron is backing up to it (I just updated Matrix on it).

  • What do you use it for and why?

    8
    1 Votes
    8 Posts
    554 Views
    T

    @Recliner2042 Or even two remote servers. One compute VPS and one storage VPS, for example.

  • minio and Hetzner Storage Box

    18
    1 Votes
    18 Posts
    3k Views
    girishG

    @taowang peertube stores files in the filesystem (by default). If you check the configuration file (https://docs.cloudron.io/apps/peertube/#customization) , you can see the paths. Change the paths to that of the your mount.

    The S3 stuff comes into picture only if you configure peertube to use "object storage" (i.e remote storage, I think in peertube lingo)

  • Mino on Cloudron serving files using IPFS

    4
    1 Votes
    4 Posts
    296 Views
    L

    @girish said in Mino on Cloudron serving files using IPFS:

    @LoudLemur do you mean the 6th slide? I think this involves installing ipfs on the server (which is not part of minio).

    I see. Since installing additional software onto the operating system is a no-no for Cloudron, this would therefore not be ok.

  • Latest update leads to a lot of crashes when using GUI

    4
    0 Votes
    4 Posts
    296 Views
    girishG

    With the latest update which brings up the memory limit to min 2GB, things look better in my instance.

  • Can't Login Using Default Password

    Solved
    15
    0 Votes
    15 Posts
    3k Views
    I

    @nebulon Yes, some of the apps are not compatible with Cloudflare. Maybe Cloudflare users have to test it. Thank you for the support Cloudron team! 🙂

  • 0 Votes
    4 Posts
    395 Views
    jdaviescoatesJ

    @jdaviescoates said in Help getting Cloudron Minio working with WordPress backup plugins (BackWPup or UpdraftPlus):

    But that does leave me wondering: is minio really able to do path style buckets and not virtual host style? Because I was under the impression that path-style is the old way 🤔

    It seems it should be possible to get Minio to accept virtual host style buckets by adding MINIO_DOMAIN=minio.example.net to env.sh - so out of interest I tried that, but it still doesn't work.

    @staff are you able to get Cloudron Minio to work with virtual host style buckets?

  • Amazing app to help with backups and saving space!

    28
    8 Votes
    28 Posts
    2k Views
    jdaviescoatesJ

    @scooke said in Amazing app to help with backups and saving space!:

    Here is a bit more info:
    For the Minio buckets to work with Mastodon, Peertube, XBackBone, and another restic-based backup solution I set up, you MUST enter new A records for the bucket and domain of your Minio setup. I don't know how it will work on Cloudron, but for my installed-by-hand Minio instance on my KS-1, I had buckets like peertube-bucket, restic-backup, mastodon-bucket, etc. My Minio instance domain is https://minio.example.com. So, I needed to make (new) A records like:

    A minio.example.com ip123
    A peertube-bucket.minio.example.com ip123
    A restic-backup.minio.example.com ip123
    A mastodon-bucket.minio.example.com ip123

    After those were active, I then had to rerun sudo certbot certonly --standalone -d minio.example.com -d peertube-bucket.minio.example.com -d restic-backup.minio.example.com -d mastodon-bucket.minio.example.com -d and then copy the two new certs into the proper place (I imagine the Cloudron-based Minio will do all this automatically?)(Certbot calls this "Expanding" the certificate, and I actually added Expanded the two certs three times, rerunning the certbot certonly --standalone with all previous domains, plus whichever was the new one. It didn't work to make a new separate cert, even with it's own A Record, for, for example, resti-backup.minio.example.com plus the original minio,example.com cert. Again, I don't understand completely, but access to Minio depended on there being ONE cert with as many additional domains as necessary within it.) I tried to just use a wildcard entry for the certbot (*.minio.example.com) but it didn't work.

    I'm trying to use a Cloudron hosted instance of Minio to back-up some non-Cloudron hosted instances of WordPress that I help manage, and I think it's not working because of this issue.

    I think perhaps the Cloudron Minio app needs to have the domain alias feature added like the WordPress (Developer) App has for use with multi-sites, so that when we have set our Minio API url to minio-api.example.coop and create a bucket called bucket-name we can also add an alias bucket-name.minio-api.example.coop.

  • Minio Bucket on External Mount

    8
    0 Votes
    8 Posts
    723 Views
    scookeS

    The only way Minio operates with externals is if it is being used as a mirror, or, "bucket replication". Even then, the destination of the replicated bucket has to also be on a Minio system. Your best approach is to install ONE Minio system, externally, and then setup Cloudron to backup (and backup it's backups) to THAT external Minio.

  • Minio backup app policy

    7
    1 Votes
    7 Posts
    571 Views
    girishG

    @timconsidine I have been backing up to scaleway on NL region ~10 days or so and haven't hit any issues. I will switch to Paris and see.

  • Minio as Backup - Timeout/Slowdown

    Moved
    20
    0 Votes
    20 Posts
    4k Views
    girishG

    @Gaurav https://docs.cloudron.io/apps/#memory-limit

  • Multiple servers, one pool

    5
    1 Votes
    5 Posts
    685 Views
    robiR

    @cyberfreakde join their Slack and ask there.

  • Minio and 2f authentication...

    Moved
    3
    0 Votes
    3 Posts
    395 Views
    DanTheManD

    @girish Thanks for your response.
    I'll report this on Github...

  • Minio CORS error: MissingAllowOriginHeader

    Moved
    6
    0 Votes
    6 Posts
    2k Views
    girishG

    @Lanhild I am afraid I need more information to help. What did you try? Did you try s3cmd and get same error? Can you paste the error output?

  • Minio package 3.x

    1
    5 Votes
    1 Posts
    218 Views
    No one has replied
  • Latest update seems to have broken my minio

    7
    1 Votes
    7 Posts
    3k Views
    girishG

    Unfortunately, it seems they removed the previous fs backend entirely and there is no automatic migration.

    I guess we have to make a new package. Their migration guide is at https://min.io/docs/minio/linux/operations/install-deploy-manage/migrate-fs-gateway.html

  • 0 Votes
    3 Posts
    2k Views
    girishG

    @felixbmmm said in MinIO: Infinite loading when previewing or downloading file:

    I ran MinIO's docker image then access its browser console

    Just to double check, are you even using Cloudron ? This is the forum for the minio package on Cloudron (and not for the upstream docker image). Upstream questions should be posted at https://github.com/minio/minio/discussions

  • s3fs mounting minio bucket

    3
    0 Votes
    3 Posts
    794 Views
    A

    @girish Thank you