perkeep/pkg
Brad Fitzpatrick 0caf36bc9c Remove CamliNetIP, camnetdns, gpgchallenge
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 43f34e5cc5, #1668) makes
most of this redundant.

Also I'd stopped running this infrastructure ages ago and removed the
launcher code recently in b5823a65b9 (and disabled it in
c9f78d02ad). So this was all basically dead code.

Signed-off-by: Brad Fitzpatrick <brad@danga.com>
2024-01-02 13:33:57 -08:00
..
app camlistore.org -> perkeep.org 2022-12-31 20:44:52 -08:00
auth auth, webserver, serverinit: add Tailscale tsnet support 2024-01-02 12:58:44 -08:00
blob all: replace deprecated io/ioutil with io and os (#1647) 2023-01-23 10:25:14 -08:00
blobserver Remove legacy +build comments; use go:build only 2023-12-31 09:18:39 -08:00
buildinfo camlistore.org -> perkeep.org 2022-12-31 20:44:52 -08:00
cacher all: replace deprecated io/ioutil with io and os (#1647) 2023-01-23 10:25:14 -08:00
camerrors Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
camlegal all: more renaming of Camlistore to Perkeep 2018-01-30 03:02:56 -08:00
client app/publisher, make.go: remove publisher/GopherJS support 2023-12-31 13:17:08 -08:00
cmdmain Remove legacy +build comments; use go:build only 2023-12-31 09:18:39 -08:00
constants all: more renaming of Camlistore to Perkeep 2018-01-30 03:02:56 -08:00
conv Rename import paths from camlistore.org to perkeep.org. 2018-01-01 16:03:34 -08:00
env app/publisher, make.go: remove publisher/GopherJS support 2023-12-31 13:17:08 -08:00
fs cmd/pk-mount, pkg/fs: drop macOS FUSE support, update bazil.org/fuse 2023-12-30 15:40:51 -08:00
gc make codebase go-vet-clean (#1379) 2021-07-26 21:19:53 -04:00
importer all: refactor to net/http statuses instead of ints 2023-01-24 08:39:29 -08:00
index all: replace deprecated io/ioutil with io and os (#1647) 2023-01-23 10:25:14 -08:00
jsonsign Remove legacy Google AppEngine alternate implementations 2023-12-31 08:50:03 -08:00
kvutil deps: use modernc.org/kv and bump modernc.org/fileutil to latest master to fix arm64 runtime errors (#1600) 2022-04-01 08:51:26 -04:00
publish all: more renaming of Camlistore to Perkeep 2018-01-30 03:02:56 -08:00
schema Remove legacy +build comments; use go:build only 2023-12-31 09:18:39 -08:00
search all: refactor to net/http statuses instead of ints 2023-01-24 08:39:29 -08:00
server clients/web/embed/closure: use modern go:embed instead of old bespoke make.go hack 2023-12-31 12:15:42 -08:00
serverinit Remove CamliNetIP, camnetdns, gpgchallenge 2024-01-02 13:33:57 -08:00
sorted all: replace deprecated io/ioutil with io and os (#1647) 2023-01-23 10:25:14 -08:00
test app/publisher, make.go: remove publisher/GopherJS support 2023-12-31 13:17:08 -08:00
types Remove CamliNetIP, camnetdns, gpgchallenge 2024-01-02 13:33:57 -08:00
webserver auth, webserver, serverinit: add Tailscale tsnet support 2024-01-02 12:58:44 -08:00
.gitignore