From 33cd94a14166d89f776ddded015f7b85722d6851 Mon Sep 17 00:00:00 2001 From: ed Date: Mon, 6 Sep 2021 08:36:18 +0200 Subject: [PATCH] update TOC --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1a3ddcd4..b7401a4d 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,8 @@ turn your phone or raspi into a portable file server with resumable uploads/down * [up2k](#up2k) - quick outline of the up2k protocol, see [uploading](#uploading) for the web-client * [why chunk-hashes](#why-chunk-hashes) - a single sha512 would be better, right? * [performance](#performance) - defaults are usually fine - expect `8 GiB/s` download, `1 GiB/s` upload +* [security](#security) - some notes on hardening + * [gotchas](#gotchas) - behavior that might be unexpected * [dependencies](#dependencies) - mandatory deps * [optional dependencies](#optional-dependencies) - install these to enable bonus features * [install recommended deps](#install-recommended-deps)