mirror of https://github.com/perkeep/perkeep.git
Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
8152d513d9
Tested with: (shell1) host1$ devcam server -all (shell2) host1$ curl -i http://localhost:3179/ui/ HTTP/1.1 200 OK ... (shell1) host2$ wget -qS http://sagan:3179/ui/ -O - HTTP/1.1 401 Unauthorized Www-Authenticate: Basic realm="Any username, password is: pass3179" Content-Type: text/html; charset=utf-8 Content-Length: 33 Date: Wed, 21 Aug 2013 03:07:50 GMT (shell1) host2$ wget -qS http://user:pass3179@sagan:3179/ui/ -O - HTTP/1.1 401 Unauthorized Www-Authenticate: Basic realm="Any username, password is: pass3179" Content-Type: text/html; charset=utf-8 Content-Length: 33 Date: Wed, 21 Aug 2013 03:06:54 GMT HTTP/1.1 200 OK Accept-Ranges: bytes Content-Length: 1213 Content-Type: text/html; charset=utf-8 Last-Modified: Thu, 04 Jul 2013 02:08:28 GMT Vary: Accept Date: Wed, 21 Aug 2013 03:06:54 GMT <!doctype html> ... This should resolve https://code.google.com/p/camlistore/issues/detail?id=204 Change-Id: I68ef2a0d93df56172033c2cbac4170e54d6452be |
||
---|---|---|
.hackfests | ||
bin | ||
clients | ||
cmd | ||
config | ||
dev | ||
doc | ||
lib/python | ||
misc | ||
old | ||
pkg | ||
server | ||
third_party | ||
website | ||
.gitignore | ||
.header | ||
AUTHORS | ||
BUILDING | ||
CONTRIBUTORS | ||
COPYING | ||
HACKING | ||
Makefile | ||
README | ||
TESTS | ||
TODO | ||
dev-camget | ||
dev-cammount | ||
dev-camput | ||
dev-camtool | ||
dev-db | ||
dev-pass-camput | ||
make.go |
README
Camlistore is your personal storage system for life. It's a way to store, sync, share, model and back up content. It stands for "Content-Addressable Multi-Layer Indexed Storage", for lack of a better name. For more, see: http://camlistore.org/ http://camlistore.org/docs/ Other useful files: BUILDING how to compile it ("go run make.go") HACKING how to do development and contribute Mailing lists: http://camlistore.org/lists Bugs and contributing: https://code.google.com/p/camlistore/issues/list http://camlistore.org/docs/contributing