From d3f31a68d2ebd01ac0c542a84a22381270a9dedf Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 3 Apr 2022 04:44:33 +0200 Subject: [PATCH] add demo GIF to README --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8023130..2a12167 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -

+

GoSƐ logo

GoSƐ - A terascale file-uploader

@@ -14,7 +14,13 @@ GoSƐ is a modern file-uploader focusing on scalability and simplicity. It only depends on an S3 storage backend and can scale horizontally without the need of an additional database or cache. GoSƐ aims at keeping its deployment simple and by bundling both front end backend components in a single binary and Docker image. GoSƐ has been tested with AWS S3, Ceph's RadosGW and Minio. Pre-built binaries and Docker images of GoSƐ are available for all major operating systems and architectures at the [release page](https://github.com/stv0g/gose/releases). -## [Demo](https://gose.0l.de) +## [Demo](https://gose.0l.de) (click for Live-Demo) + +

+ + Gose demo screencast + +

## Features @@ -39,7 +45,9 @@ GoSƐ is a modern file-uploader focusing on scalability and simplicity. It only - Optional link shortening via an external service - Optional notification about new uploads via [shoutrrr](https://containrrr.dev/shoutrrr/v0.5/) - Mail notifications to user-provided recipient - +- Cross-platform support: + - Operating systems: Windows, macOS, Linux, BSD + - Architectures: arm64, amd64, armv7, i386 ## Roadmap