From 1e34b7891f443094723c8813cff1c739988d25f4 Mon Sep 17 00:00:00 2001 From: Tomasz Borychowski Date: Sun, 18 Oct 2020 22:10:24 +0100 Subject: [PATCH] filerun --- apps/cloud/filerun.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/apps/cloud/filerun.md b/apps/cloud/filerun.md index 30b3ab9..9bc90f1 100644 --- a/apps/cloud/filerun.md +++ b/apps/cloud/filerun.md @@ -1,5 +1,9 @@ # FileRun -Mobile apps are just webdav clients. +- Mobile apps are just webdav clients. +- Nice dark theme. +- Doesn't seem to support heic files out-of-the-box nicely +- Sharing as "image gallery" doesn't display videos (only their img thumbs) +- Sharing as "grid" doesn't allow for the nice gallery navigation
@@ -51,3 +55,11 @@ services: - ./data/html:/var/www/html - ./data/user-files:/user-files ``` + +## Running +Create the folders first: +```sh +mkdir /data /data/html /data/user-files +``` + +The default FileRun credentials are: superuser:superuser