Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rzrbld committed Mar 26, 2020
1 parent fcfdfa8 commit 500b0ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ Here is a Web UI for this API - [adminio-ui](https://github.com/rzrbld/adminio-u

### Run full stack demo
obtain [docker-compose.yml](https://raw.githubusercontent.com/rzrbld/adminio-ui/master/docker-compose.yml) from [adminio-ui](https://github.com/rzrbld/adminio-ui) repository. And run it:
`` docker-compose -f docker-compose.yml up ``
`docker-compose -f docker-compose.yml up`

it will bring up:

- minio server on 9000 port
- adminio API on 8080 port
- adminio UI on 80 port

after that you can go to `` http://localhost `` and try out
after that you can go to `http://localhost` and try out

### Run with docker
```
Expand All @@ -34,7 +34,7 @@ docker run -d \
### Run manually
- [start](https://docs.min.io/) minio server
- set env variables
- compile and run ./main form `src` folder
- go to `src` folder and compile with `go build main.go`, then run `./main` binary

### Config Env variables
| Variable | Description | Default |
Expand All @@ -56,8 +56,8 @@ docker run -d \
| `ADMINIO_COOKIE_BLOCK_KEY` | block key for session cookies. AES only supports key sizes of 16, 24 or 32 bytes | bnfYuphzxPhJMR823YNezH83fuHuddFC |
| `ADMINIO_COOKIE_NAME` | name for the session cookie | adminiosessionid |
| `ADMINIO_AUDIT_LOG_ENABLE` | enable audit log, mae sense if oauth is enabled, othervise set to false | false |
| `ADMINIO_METRICS_ENABLE` | enable default iris\golang metrics and bucket sizes metric on /metric/ uri path | false |
| `ADMINIO_PROBES_ENABLE` | enable liveness and readiness probes for k8s installations | false |
| `ADMINIO_METRICS_ENABLE` | enable default iris/golang metrics and bucket sizes metric on `/metric/` uri path | false |
| `ADMINIO_PROBES_ENABLE` | enable liveness and readiness probes for k8s at `/ready/` and `/live/` uri path installations | false |

### List of supported oauth providers

Expand Down

0 comments on commit 500b0ec

Please sign in to comment.