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
Brad Fitzpatrick 45f873a1c8 app/...: fix staticcheck warnings
Signed-off-by: Brad Fitzpatrick <brad@danga.com>
2024-01-14 12:53:42 -08:00
.github/workflows .github/workflows: run tests on the right branch 2024-01-13 17:12:42 -08:00
.hackfests Add a hackfest entry. Missed a lot of these, but still fun. 2013-12-27 16:16:09 -08:00
app app/...: fix staticcheck warnings 2024-01-14 12:53:42 -08:00
clients test: replace usage of GoPackagePath with PkSourceRoot 2024-01-14 09:45:59 -08:00
cmd Remove legacy +build comments; use go:build only 2023-12-31 09:18:39 -08:00
config encrypt: use age encryption 2022-03-04 08:07:01 -08:00
deps app/publisher, make.go: remove publisher/GopherJS support 2023-12-31 13:17:08 -08:00
dev test: replace usage of GoPackagePath with PkSourceRoot 2024-01-14 09:45:59 -08:00
doc doc: add forgotten Tailscale listen docs from earlier 2024-01-12 10:48:30 -08:00
internal test: replace usage of GoPackagePath with PkSourceRoot 2024-01-14 09:45:59 -08:00
misc test: replace usage of GoPackagePath with PkSourceRoot 2024-01-14 09:45:59 -08:00
pkg all: use (*testing.T).Cleanup, simplify test helper signatures 2024-01-14 11:49:39 -08:00
server all: fix or disable staticcheck deprecations 2024-01-13 16:50:09 -08:00
website chip away at some staticcheck warnings 2024-01-13 15:57:55 -08:00
.dockerignore docker: use .dockerignore to simplify Dockerfile 2022-06-17 07:35:57 -07:00
.gitignore app/publisher, make.go: remove publisher/GopherJS support 2023-12-31 13:17:08 -08:00
.header Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
AUTHORS C+A: add Ian Denhardt (Individual CLA) 2019-04-30 20:23:22 -04:00
BUILDING all: bump required Go version from Go 1.16 to Go 1.19 2022-12-31 22:45:40 -08:00
CONTRIBUTING.md CONTRIBUTING: we don't vendor code anymore 2021-02-07 17:44:41 -05:00
CONTRIBUTORS C+A: add Ian Denhardt (Individual CLA) 2019-04-30 20:23:22 -04:00
COPYING Add Apache license. 2011-01-27 23:00:13 -08:00
Dockerfile docker: use distroless base image to reduce size 2022-06-17 07:35:57 -07:00
Dockerfile.website website: move to Fly 2024-01-03 21:02:01 -08:00
Makefile chip away at some staticcheck warnings 2024-01-13 15:57:55 -08:00
README.md README.md: remove a Google link 2024-01-11 13:55:45 -08:00
TESTS all: rename remaining occurrences of camput 2018-04-21 16:20:24 -07:00
TODO perkeepd, serverinit, gce: opaque-ify serverinit.Config, trim camlistored.go 2018-05-13 15:50:10 -07:00
VERSION Add a VERSION file to the master branch. 2018-05-02 13:51:47 -07:00
fly.toml website: move to Fly 2024-01-03 21:02:01 -08:00
go.mod website/pk-web: remove GCE+mailgun support 2024-01-03 19:35:38 -08:00
go.sum website/pk-web: remove GCE+mailgun support 2024-01-03 19:35:38 -08:00
make.go Remove CamliNetIP, camnetdns, gpgchallenge 2024-01-02 13:33:57 -08:00
staticcheck.conf chip away at some staticcheck warnings 2024-01-13 15:57:55 -08:00

README.md

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

Other useful files

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

Perkeep Resources

Continuous Integration

Linux Test Status Windows Test Status