Project

General

Profile

Actions

Task #2591

closed

Bug #2449: New Keep server can write

Review 2449-keep-flags

Added by Tim Pierce about 10 years ago. Updated about 10 years ago.

Status:
Closed
Priority:
Normal
Assigned To:
Misha Zatsman

Description

Review for issue #2463: add command line flags support to Keep

This branch adds -listen and -volume flags to Keep:

  • -listen specifies the interface on which to listen for requests. Examples:
    • -listen=127.0.0.1:4949
    • -listen=:25107 (listen on port 25107 on all interfaces)
  • -volumes specifies a list of directories to use as keep volumes. Example:
    • -volumes=/var/keep01,/var/keep02,/var/keep03/subdir
    • If -volumes is empty or is not present, Keep will select volumes by looking at currently mounted filesystems for /keep top-level directories.

git diff master...2449-keep-flags

Actions

Also available in: Atom PDF