Skip to content

iwanbk/identityserver

 
 

Repository files navigation

identityserver

Build Status

Documentation

Documentation is hosted on gitbook

install and run locally

Installation

go get github.com/itsyouonline/identityserver

Run

identityserver

To see the available options (like changing the default mongo connectionstring), execute identityserver -h.

Browse to https://dev.itsyou.online:8443

  • dev.itsyou.online is a public DNS entry that points to 127.0.0.1 and ::1

Docker-compose

You can run via Docker-compose. You will get a running identityserver with its own Mongo docker instance.

docker-compose up

then browse to https://dev.itsyou.online:8443 (assuming docker runs on localhost)

Contribute

When you want to contribute to the development, follow the contribution guidelines.

Packages

No packages published

Languages

  • Go 49.8%
  • JavaScript 21.1%
  • HTML 17.8%
  • RAML 5.5%
  • Python 4.3%
  • CSS 1.3%
  • Shell 0.2%