• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

hoodiehq / hoodie-server / 910
77%
next: 82%

Build:
Build:
LAST BUILD BRANCH: master
DEFAULT BRANCH: next
Ran 04 Sep 2015 12:15PM UTC
Jobs 4
Files 29
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
910

push

travis-ci

boennemann
feat: make hoodie-server a library with one unified config

BREAKING CHANGE: Before this change hoodie-server shipped its own CLI start
script and it was reading configuration from multiple places all at once.
With this refactoring hoodie-server does no longer have these CLI
responsibilites. The top level hoodie module can now require `hoodie-server`
and pass in one unified config opbject.

Available options:

path: Project path (optional) Default: process.cwd()
loglevel: (optional) Default: 'warn'

port: Port-number to run the Hoodie App on (optional)
bindAddress': Address that Hoodie binds to (optional) Default: 127.0.0.1
www: WWW path (optional) Default: path.join(options.path, 'www')

adminPort: Port-number to run the admin-dashboard on (optional)
adminPassword: Password for the admin-dashboard (required on first run)

dbPort: Port-number to run the PouchDB Server on (optional)
inMemory: Whether to start the PouchDB Server in memory (optional) Default: false
dbPassword: Password to use for the PouchDB Server "_hoodie" admin user (optional)
dbUrl: If provided does not start PouchDB Server and uses external CouchDB. Has to contain credentials. (optional)
data: Data path (optional) Default: path.join(options.path, 'data')

* * *

This commit was sponsored by The Hoodie Firm.
You can hire The Hoodie Firm:

http://go.hood.ie/thehoodiefirm

931 of 1206 relevant lines covered (77.2%)

61.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 910.1 04 Sep 2015 12:15PM UTC 0
77.2
Travis Job 910.1
2 910.2 04 Sep 2015 12:16PM UTC 0
77.2
Travis Job 910.2
3 910.3 04 Sep 2015 12:16PM UTC 0
77.2
Travis Job 910.3
4 910.4 04 Sep 2015 12:15PM UTC 0
77.2
Travis Job 910.4
Source Files on build 910
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #910
  • 75fef516 on github
  • Prev Build on refactor-config (#909)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc