mirror of https://github.com/perkeep/perkeep.git
2d30988009
These were all part of an earlier effort to let it be easy for people to easily deploy their own Perkeep servers and get them on the internet. The idea was that we'd run a small DNS server which would map from GPG public keys to their rented cloud IPs which users would prove to us with the gpgchallenge stuff. The recently added Tailscale support (see |
||
---|---|---|
.. | ||
ui | ||
.gitignore | ||
README | ||
logging.go | ||
perkeepd.go | ||
perkeepd_unix.go |
README
This is the main Perkeep server. See also: - The storage interface is in <root>/pkg/blobserver - The storage implementations are under that e.g. <root>/pkg/blobserver/localdisk - The HTTP handlers are implemented in <root>/pkg/blobserver/handlers - The UI code is in <root>/server/perkeepd/ui