sproxy-web: Web interface to sproxy database

[ mit, program, web ] [ Propose Tags ]

Web frontend for managing sproxy. See https://hackage.haskell.org/package/sproxy


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.3.1, 0.4, 0.4.1
Change log ChangeLog.md
Dependencies aeson (>=0.6), base (>=4.8 && <5), blaze-html (>=0.7), blaze-markup (>=0.6), bytestring (>=0.10), configurator (>=0.2), data-default-class, directory, filepath, hflags (>=0.4), http-types (>=0.8), mtl (>=2.1), postgresql-simple (>=0.4), resource-pool (>=0.2), scotty (>=0.10), text (>=0.11), wai, wai-extra (>=2.0), wai-middleware-static (>=0.4), warp (>=3.2) [details]
License MIT
Copyright 2014-2016, Zalora South East Asia Pte. Ltd
Author Alp Mestanogullari <alpmestan@gmail.com>
Maintainer Igor Pashev <pashev.igor@gmail.com>
Category Web
Source repo head: git clone https://github.com/zalora/sproxy-web.git
Uploaded by ip1981 at 2016-06-02T16:03:08Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables sproxy-web
Downloads 1899 total (9 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-24 [all 3 reports]

Readme for sproxy-web-0.3.1

[back to package description]

Sproxy Web

This is a web frontend for Sproxy database.

Requirements

Sproxy Web is written in Haskell with GHC. All required Haskell libraries are listed in sproxy-web.cabal. Use cabal-install to fetch and build all pre-requisites automatically.

Installation

$ git clone https://github.com/zalora/sproxy-web.git
$ cd sproxy-web
$ cabal install

Usage

Type sproxy-web --help to see usage summary:

sproxy-web - Web interface to the sproxy permissions database

  -h         --help, --usage, --version  Display help and version information.
             --undefok                   Whether to fail on unrecognized command line options.
  -c STRING  --config=STRING             config file (default: sproxy-web.config, from module: Config)

The config file must have the following simplistic structure.

db_connection_string = "host=127.0.0.1 port=4534 user=alp dbname=alp password=blah"
port = 8003