From 7b6b19a5917a7ca51c51bf5401e217ec194bd86f Mon Sep 17 00:00:00 2001 From: sterbalr Date: Fri, 26 Jan 2018 16:02:51 -0500 Subject: [PATCH] Updated "serve" to Another Computer (markdown) --- "\"serve\"-to-Another-Computer.md" | 3 +++ 1 file changed, 3 insertions(+) diff --git "a/\"serve\"-to-Another-Computer.md" "b/\"serve\"-to-Another-Computer.md" index fc10691..ec270ee 100644 --- "a/\"serve\"-to-Another-Computer.md" +++ "b/\"serve\"-to-Another-Computer.md" @@ -41,3 +41,6 @@ tls self_signed 3. Run `rclone serve http myremote:` or `rclone serve webdav myremote:`. This will create the server hosting your remote, but it will only be accessible from your own computer without encryption or authentication. 4. Run `caddy` from the directory where you put `Caddyfile`. This will relay remote https or webdav requests, to rclone, requiring authentication, then encrypting them. 5. You should now be able to connect over https or webdav, on `myaddress:443` + + +return [[Home]] \ No newline at end of file