Git Product home page Git Product logo

Comments (7)

rzrbld avatar rzrbld commented on July 4, 2024 1

@Niggl1999 since version of minio that you have is too old, modern minio libs don't support it. so you have two ways to solve that:

  • if it possible - you can try to update minio, since than you be able to use latest adminio or minio console besides new minio features like: tags, quotas and new policies
  • if you can't update you still able to use rzrbld/adminio-ui:release-0.63 and rzrbld/adminio-api:release-0.4 images with your current minio version

from adminio-api.

rzrbld avatar rzrbld commented on July 4, 2024

Hi, can you please provide how you run it?

  • as binary file
  • as docker
  • in k8s

do you specify all environment variables?
please note - you need an admin login and password to run adminio, not just any bucket key and secret.

from adminio-api.

nicolaiort avatar nicolaiort commented on July 4, 2024

Hey, i have similar problem:
When trying to access any endpoint is get the message in the console and the api response:

Failed to parse server response: invalid character '<' looking for beginning of value.

Behavior of all pages in adminio-ui:

  • buckets: seems to work
  • users: Just shows one entry named "error" and I can't create a new one
  • policies: Just shows one entry named "error" and I can't create a new one
  • groups: Shows the loading animation for all eternity
  • server: Blank page

About my setup:

  • adminio-ui and adminio-api run via docker
  • I'm using the "latest" tag of both images

My docker-compose.yml (slightly censored)

version: '3'
services:
  adminio:
    image: rzrbld/adminio-ui:latest
    environment:
      API_BASE_URL: "http://localhost:8080"
      ADMINIO_MULTI_BACKEND: "false"
      NGX_ROOT_PATH: "/"
    ports:
      - "80:80"
  api:
    image: rzrbld/adminio-api:latest
    environment:
      MINIO_ACCESS: workingAdminAccess
      MINIO_SECRET: mySecretSecret
      MINIO_HOST_PORT: s3.my.domain
      ADMINIO_HOST_PORT: 0.0.0.0:8080
      MINIO_SSL: "true"
    ports:
      - "8080:8080"

Im happy to provide more information, if you need it.
And thanks for developing this project, been looking for something like this :)

from adminio-api.

rzrbld avatar rzrbld commented on July 4, 2024

@Niggl1999 hi, thanks)

  • what version of minio do you use?
  • is "workingAdminAccess" and "mySecretSecret" - it is a admin credentials? or it's a custom user with kind of "diagnostics" policy?

actually minio team build up their own web ui - https://github.com/minio/console

from adminio-api.

nicolaiort avatar nicolaiort commented on July 4, 2024
  • I run Minio version "RELEASE.2019-10-12T01-39-57z" in a FreeNAS 11.3 jail, although this is gonna change in 1-2 weeks when I migrate my minio to a debian+docker based setup
  • The credentials are admin credentials

The console project by minio themselves looks promising, but I'm still interested in running at least adminio-api in my test environment, i like it's simplicity and RESTfull approach.

from adminio-api.

rzrbld avatar rzrbld commented on July 4, 2024

@Niggl1999 thanks, i just checked and seems that version is not supported, i try to fix that in the next one - two days

from adminio-api.

nicolaiort avatar nicolaiort commented on July 4, 2024

Thank you very much, then i'll give it another go in 1-2 weeks :)

from adminio-api.

Related Issues (9)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.