Perkeep (née Camlistore) is your personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content.
Go to file
mpl e9e9da4bf8 server/camlistored: use Let's Encrypt http-01 challenge
As the priority is to fix GCE instances, the port for the http-01
challenge is not configurable for now (80) even not on GCE, but it will
be in a follow-up change.

update golang.org/x/crypto/* (for acme) to rev
13931e22f9e72ea58bb73048bc752b48c6d4d4ac
update golang.org/x/sys/* to rev
fff93fa7cd278d84afc205751523809c464168ab (because unix is a dep of
crypto)

remove warning about Let's Encrypt security issue from pkg/deploy/gce

I had to manually exclude vendor/golang.org/x/crypto/acme/jws_test.go
for now because it contains a private key, and git whines about it, and
i could not override it.

Fixes #1033

Change-Id: Ie4f2049e97892dee9ab513300a5f12e64976aec8
2018-01-16 23:43:13 +01:00
.hackfests Add a hackfest entry. Missed a lot of these, but still fun. 2013-12-27 16:16:09 -08:00
app all: convert imports of golang.org/x/net/context to context 2018-01-13 16:37:49 -08:00
bin New build tool. Should even work on Windows, if Go 1.1 is available, without MinGW/msys/etc. 2013-06-11 00:55:17 +02:00
clients clients/web/embed: Move vendor/embed to clients/web/embed and adjust paths 2018-01-09 22:33:03 +00:00
cmd cmd/camput: compact LevelDB on HaveCache setup 2018-01-16 00:46:11 +01:00
config blobserver/encrypt: rewrite encryption to use NaCl and a simpler meta 2017-12-29 14:16:34 -08:00
dev all, testhooks: use sha224 by default, add hook for some tests to use sha-1 2018-01-09 20:03:38 -08:00
doc doc: cross-link compare and prior-art pages 2018-01-09 11:14:00 -08:00
internal internal/httputil: remove unused CertFingerPrints 2018-01-16 00:41:04 +01:00
lib/python all: update copyright holder from Google Inc to The Perkeep Authors 2018-01-03 16:52:49 -08:00
misc all: rename cammount to pk-mount 2018-01-08 09:54:41 -08:00
old Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
pkg server/camlistored: use Let's Encrypt http-01 challenge 2018-01-16 23:43:13 +01:00
server server/camlistored: use Let's Encrypt http-01 challenge 2018-01-16 23:43:13 +01:00
vendor server/camlistored: use Let's Encrypt http-01 challenge 2018-01-16 23:43:13 +01:00
website vendor: upgrade github/russross/blackfriday to v2 2018-01-12 18:11:02 -08:00
.dockerignore Dockerfile: update 2016-03-11 18:05:35 +01:00
.gitignore vendor: fully switch to using the dep vendor tree management tool 2018-01-09 18:27:36 -08:00
.header Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
.travis.yml travis CI: import name is now perkeep.org 2018-01-02 17:11:26 +01:00
AUTHORS C+A: add Michael Morrissey (Individual CLA) 2017-03-26 17:22:07 -04:00
BUILDING Update build instructions wrt Go 1.5 requirement 2015-08-23 16:32:21 +02:00
CONTRIBUTING.md vendor: update contributing docs to mention the upcoming use of the dep tool 2018-01-09 14:24:46 -08:00
CONTRIBUTORS C: add Paul Lindner (Google CLA) 2017-12-05 17:19:05 -08:00
COPYING Add Apache license. 2011-01-27 23:00:13 -08:00
Dockerfile all: rename cammount to pk-mount 2018-01-08 09:54:41 -08:00
Gopkg.lock server/camlistored: use Let's Encrypt http-01 challenge 2018-01-16 23:43:13 +01:00
Gopkg.toml server/camlistored: use Let's Encrypt http-01 challenge 2018-01-16 23:43:13 +01:00
Makefile Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
README all: change github.com/camlistore/camlistore to github.com/perkeep/perkeep 2018-01-05 19:49:59 -08:00
TESTS cond: clean-up and start of tests 2014-01-19 15:06:55 -08:00
TODO all: rename cammount to pk-mount 2018-01-08 09:54:41 -08:00
make.go clients/web/embed: Move vendor/embed to clients/web/embed and adjust paths 2018-01-09 22:33:03 +00:00

README

Perkeep is your personal storage system.

It's a way to store, sync, share, import, model, and back up content.
Keep your stuff for life.

For more, see:

     https://perkeep.org/
     https://perkeep.org/doc/

Other useful files:

     BUILDING       how to compile it ("go run make.go")
     CONTRIBUTING   how to do development and contribute

Mailing lists:

     http://perkeep.org/lists

Bugs and contributing:

     https://github.com/perkeep/perkeep/issues
     https://perkeep.org/doc/contributing