github.com/kuoss/venti@v0.2.20/README.md (about)

     1  # venti
     2  Metrics and logs data visualizer
     3  
     4  [![release](https://github.com/kuoss/venti/actions/workflows/release.yml/badge.svg)](https://github.com/kuoss/venti/actions)
     5  [![pull-request](https://github.com/kuoss/venti/actions/workflows/pull-request.yml/badge.svg)](https://github.com/kuoss/venti/actions)
     6  [![Coverage Status](https://coveralls.io/repos/github/kuoss/venti/badge.svg?branch=main)](https://coveralls.io/github/kuoss/venti?branch=main)
     7  [![codecov](https://codecov.io/gh/kuoss/venti/branch/main/graph/badge.svg?token=EXPE6OS8HJ)](https://codecov.io/gh/kuoss/venti)
     8  [![GitHub license](https://img.shields.io/github/license/kuoss/venti.svg)](https://github.com/kuoss/venti/blob/main/LICENSE)
     9  [![GitHub stars](https://img.shields.io/github/stars/kuoss/venti.svg)](https://github.com/kuoss/venti/stargazers)
    10  [![contribuiton welcome](https://img.shields.io/badge/contributions-welcome-orange.svg)](https://github.com/kuoss/venti/blob/main/CONTRIBUTING.md)
    11  [![Go Report Card](https://goreportcard.com/badge/github.com/kuoss/venti)](https://goreportcard.com/report/github.com/kuoss/venti)
    12  
    13  # users
    14  
    15  ```
    16  $ sudo apt-get install apache2-utils
    17  $ htpasswd -nbBC 12 testuser topsecret
    18  testuser:$2y$12$LbMigrXXYhtJcQ0kwI5Wue1uYzF20idYdWECtl3P79Ack.GhwnDOO
    19  ```
    20  ```
    21  # /app/etc/users.yml
    22  users:
    23  ...
    24  - username: testuser
    25    hash: $2y$12$LbMigrXXYhtJcQ0kwI5Wue1uYzF20idYdWECtl3P79Ack.GhwnDOO
    26    isAdmin: false
    27  ```
    28  
    29  ## Contributors
    30  
    31  <a href="https://github.com/kuoss/venti/graphs/contributors">
    32    <img src="https://contributors-img.web.app/image?repo=kuoss/venti" />
    33  </a>