From 2c0b2b2e79518b54dbd2ed4ae93919f7fc379221 Mon Sep 17 00:00:00 2001 From: Andrei Marcu Date: Thu, 14 Mar 2019 10:58:17 -0700 Subject: [PATCH] README reordering --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bd1d9eb..3b46bb6 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,12 @@ allowhotlink = true - ```-nologs``` -- (optionally) disable request logs in stdout - ```-force-random-filename``` -- (optionally) force the use of random filenames +#### Require API Keys for uploads +- ```-authfile path/to/authfile``` -- (optionally) require authorization for upload/delete by providing a newline-separated file of scrypted auth keys +- ```-remoteauthfile path/to/remoteauthfile``` -- (optionally) require authorization for remote uploads by providing a newline-separated file of scrypted auth keys + +A helper utility ```linx-genkey``` is provided which hashes keys to the format required in the auth files. + #### Storage backends The following storage backends are available: @@ -73,12 +79,6 @@ The following storage backends are available: #### Use with fastcgi - ```-fastcgi``` -- serve through fastcgi -#### Require API Keys for uploads -- ```-authfile path/to/authfile``` -- (optionally) require authorization for upload/delete by providing a newline-separated file of scrypted auth keys -- ```-remoteauthfile path/to/remoteauthfile``` -- (optionally) require authorization for remote uploads by providing a newline-separated file of scrypted auth keys - -A helper utility ```linx-genkey``` is provided which hashes keys to the format required in the auth files. - Cleaning up expired files -------------------------