From 2fc56d438d596f7f2ef997f57b4e91bc43314ba8 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 10 Jan 2020 14:30:07 +0100 Subject: [PATCH] easier on the eyes --- rtfm/CONFIG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rtfm/CONFIG.md b/rtfm/CONFIG.md index 3ca6b95..85821c0 100644 --- a/rtfm/CONFIG.md +++ b/rtfm/CONFIG.md @@ -33,7 +33,7 @@ If you want data on your external storage to be **encrypted**, you can set the f |ENCRYPTION_KEY | base64 string | The key used to encrypt/decrypt files stored in storage controllers. See [/rtfm/ENCRYPTION.md](/rtfm/ENCRYPTION.md) for setup guide | -## Alternative Folder +### Alternative Folder The ALT_FOLDER option will copy every uploaded file from PictShare to a local path of your choice. This can be used to keep two allow two instances of PictShare to serve the same data. Eg. you can mount a NFS on your server and configure the ALT_FOLDER variable to point to that folder. All images are then stored on the NFS as well as your PictShare server. @@ -42,7 +42,7 @@ The ALT_FOLDER option will copy every uploaded file from PictShare to a local pa | ALT_FOLDER | string | All uploaded files will be copied to this location. This location can be a mounted network share (eg NFS or FTP, etc). If a file is not found in the normal upload direcotry, ALT_FOLDER will be checked. [more info about scaling PictShare](/rtfm/SCALING.md) | -## S3 (compatible) storage +### S3 (compatible) storage You can also store all uploaded files on S3 or S3 compatible storage like [Minio](https://min.io/). This can also be used to scale your PictShare instance and have multiple distributed servers server the same files. @@ -53,7 +53,7 @@ You can also store all uploaded files on S3 or S3 compatible storage like [Minio |S3_SECRET_KEY | string | Secret key for your bucket | |S3_ENDPOINT | URL | Server URL. If you're using S3 compatible software like [Minio](https://min.io/) you can enter the URL here | -## FTP +### FTP Oldschool, insecure and not that fast. But if you use it in combination with [/rtfm/ENCRYPTION.md](Encryption) this could be OK I guess. I don't judge. This probably requires the php-ftp package but on some platforms it's included in the php-common package.