Skip to content

issuerail/server

Repository files navigation

server

Build Status codecov Go Report Card License Tag

Introduction

server is the server of issuerail written in Go.

Prerequisites

  • Go >= 1.18.0

Run

version=latest make build
./bin/server --config-file="$PWD"/config/config.yml --listen-url=:9090

Docker

version=latest make docker
docker run -v "$PWD"/config:/tmp ghcr.io/issuerail/server:latest --config-file=/tmp/config.yml --listen-url=:9090

Usage

usage: server --config-file=CONFIG-FILE --listen-url=LISTEN-URL [<flags>]

issuerail server

Flags:
  --help                     Show context-sensitive help (also try --help-long and --help-man).
  --version                  Show application version.
  --config-file=CONFIG-FILE  Config file (.yml)
  --listen-url=LISTEN-URL    Listen URL (host:port)

Settings

server parameters can be set in the directory config.

An example of configuration in config.yml:

apiVersion: v1
kind: server
metadata:
  name: server
spec:

License

Project License can be found here.

Reference

About

Issue server

Resources

License

Stars

Watchers

Forks

Packages

No packages published