From a0f96449468584855d78bc6b746c6a733806605c Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 11:43:01 +0200 Subject: [PATCH 01/13] Added workspace From 1f59d11b84ee2bd0472ab0674e0d968858e6055f Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 11:47:45 +0200 Subject: [PATCH 02/13] Test --- version/Version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/Version.go b/version/Version.go index c6fbd63..c6b35fb 100644 --- a/version/Version.go +++ b/version/Version.go @@ -5,7 +5,7 @@ import ( "strings" ) -const VERSION = "1.0.2" +const VERSION = "1.0.3" func GetGoVersion() (ver string) { ver = runtime.Version() From aa1b9f88d6a29b51e8c3c2bcf199dc2b8fa74f7a Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 12:26:08 +0200 Subject: [PATCH 03/13] Update workspace From 8ed1e54f0144c1f470b8ef56548b051026e5192a Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 13:40:42 +0200 Subject: [PATCH 04/13] Added git attributes for JetBrain files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dafc81f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.idea/** merge=ignore \ No newline at end of file From f0b617b6bc1d130bf098d2289db5fc82df3ebc73 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 13:48:06 +0200 Subject: [PATCH 05/13] Added handling for JetBrain files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..dafc81f --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +.idea/** merge=ignore \ No newline at end of file From 39d349a30273e882f07f6f3f15dcb657afe51309 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 14:18:02 +0200 Subject: [PATCH 06/13] Added test file --- workspace/private.txt | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 workspace/private.txt diff --git a/workspace/private.txt b/workspace/private.txt new file mode 100644 index 0000000..e69de29 From 429e42c6fdab7701a43ee744a3fdda79ead96ac3 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 14:18:33 +0200 Subject: [PATCH 07/13] Test --- version/Version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/Version.go b/version/Version.go index c6b35fb..a617869 100644 --- a/version/Version.go +++ b/version/Version.go @@ -5,7 +5,7 @@ import ( "strings" ) -const VERSION = "1.0.3" +const VERSION = "1.0.4" func GetGoVersion() (ver string) { ver = runtime.Version() From 748b3d240b8b6484fef7f8d0b3c3551f71c81dfd Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 14:27:31 +0200 Subject: [PATCH 08/13] Merged --- version/Version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/Version.go b/version/Version.go index a617869..61ddd57 100644 --- a/version/Version.go +++ b/version/Version.go @@ -5,7 +5,7 @@ import ( "strings" ) -const VERSION = "1.0.4" +const VERSION = "1.0.5" func GetGoVersion() (ver string) { ver = runtime.Version() From 103359322e959e1af87a5ce6f6ee644357ae1e56 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 15:36:39 +0200 Subject: [PATCH 09/13] Removed file --- .gitattributes | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dafc81f..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -.idea/** merge=ignore \ No newline at end of file From 58710b436d1207cd6dca2545be3ddb17b8596298 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 16:11:36 +0200 Subject: [PATCH 10/13] Update --- version/Version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/Version.go b/version/Version.go index 61ddd57..a51dc3b 100644 --- a/version/Version.go +++ b/version/Version.go @@ -5,7 +5,7 @@ import ( "strings" ) -const VERSION = "1.0.5" +const VERSION = "1.0.6" func GetGoVersion() (ver string) { ver = runtime.Version() From f90555c4396ecaced038b7504efd60cb2658d2f1 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 16:24:47 +0200 Subject: [PATCH 11/13] Update --- version/Version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/Version.go b/version/Version.go index a51dc3b..32481af 100644 --- a/version/Version.go +++ b/version/Version.go @@ -5,7 +5,7 @@ import ( "strings" ) -const VERSION = "1.0.6" +const VERSION = "1.0.7" func GetGoVersion() (ver string) { ver = runtime.Version() From e4b801da1c88ab19789a98f320fa22b6ace25edf Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 16:39:11 +0200 Subject: [PATCH 12/13] Update --- .gitattributes | 1 - 1 file changed, 1 deletion(-) delete mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes deleted file mode 100644 index dafc81f..0000000 --- a/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -.idea/** merge=ignore \ No newline at end of file From 5d907166e6b247b9c9893aa1d7cf53ac2e392316 Mon Sep 17 00:00:00 2001 From: Thorsten Sommer Date: Sat, 15 Sep 2018 19:05:54 +0200 Subject: [PATCH 13/13] Added readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..764761f --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Simple File Server +The simple file server is a tiny server application to serve files to another machine. Files are provided by HTTP. Thus, these files can be downloaded by any browser as well as tools as e.g. `wget` and `curl`. + +Attention: This application is intended for internal usage. Therefore, an implementation of e.g. Let's Encrypt for HTTPS was intentionally omitted. **Please do not use this application on the public Internet.** + +# Credits +This application uses the library [Cobra](https://github.com/spf13/cobra) for the command line parsing. + +Icons are provided by [Icons8](https://icons8.com). \ No newline at end of file