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
Tilman Dilo 92b866d819 server/camlistored: listen for SIGTERM
Systemd by default sends SIGTERM to child processes when shutting down
or restarting a service, which is not handled by camlistored and results
in a hard kill.

This change makes camlistored listen for SIGTERM next to SIGINT to allow
graceful shutdowns. The log message for SIGHUP is adjusted for
consistency.

Change-Id: Ia9be84b0b2284343e1776042fdfc99363110bfb1
2017-07-11 00:07:06 +02:00
.hackfests
app app/scanningcabinet: Show doc's other tags in search results 2017-05-28 10:42:55 -07:00
bin
clients Merge "clients/android: add multiple profiles feature" 2017-06-29 20:20:05 +00:00
cmd pkg/deploy: no self-signed certs, name in camlistore.net 2017-01-13 16:47:04 +01:00
config config: rm gphotos importer 2017-05-09 23:32:31 +02:00
dev pkg/importer: add gphotos, a Google Photos importer 2017-05-08 18:41:34 +02:00
doc website: 2017-05-05 release 2017-05-05 20:25:29 +02:00
internal/chanworker
lib/python
misc misc/docker/server: build with make.go 2017-04-05 02:10:12 +02:00
old Move remaining stuff in third_party/* to vendor/* 2016-04-20 16:49:15 -07:00
pkg Merge "server/camlistored/ui: improve map aspect search and markers" 2017-07-05 23:06:03 +00:00
server server/camlistored: listen for SIGTERM 2017-07-11 00:07:06 +02:00
vendor Merge "server/camlistored/ui: improve map aspect search and markers" 2017-07-05 23:06:03 +00:00
website website: 2017-05-05 release 2017-05-05 20:25:29 +02:00
.dockerignore
.gitignore make.go: ignore generated .js files 2017-06-12 21:20:36 +01:00
.header
.travis.yml vendor: update gopherjs to 1.8-1 2017-02-18 01:06:58 +01:00
AUTHORS C+A: add Michael Morrissey (Individual CLA) 2017-03-26 17:22:07 -04:00
BUILDING
CONTRIBUTING.md website: update CLA instruction 2016-06-24 18:12:42 +02:00
CONTRIBUTORS C: add Will Norris 2017-04-07 01:40:15 +02:00
COPYING
Dockerfile Dockerfile: fix for Go 1.8 2017-02-28 01:39:35 +01:00
Makefile path fixes for third_party move 2016-04-21 12:25:17 -07:00
README rename HACKING to CONTRIBUTING.md 2016-04-27 12:16:29 -07:00
TESTS
TODO
make.go server/camlistored/ui: improve map aspect search and markers 2017-07-06 01:03:03 +02:00

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:

     https://camlistore.org/
     https://camlistore.org/doc/

Other useful files:

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

Mailing lists:

     http://camlistore.org/lists

Bugs and contributing:

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