From 6f0f0731591fb6b008f6e15b3df6c5349b4971e6 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Mon, 19 Sep 2022 20:59:05 +0200 Subject: [PATCH] docker demo example --- README.md | 7 +++++++ docs/index.md | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/README.md b/README.md index 7370960..94a2dcc 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,13 @@ FileGator is a free, open-source project. It's an independent project with its o +## Demo with docker +``` +docker build -t filegator https://raw.githubusercontent.com/filegator/filegator/master/Dockerfile +docker run -p 8000:80 -d filegator +visit: http://127.0.0.1:8000 login as admin/admin123 +``` + ## Typical use cases - share a folder with colleagues, your team, friends or family diff --git a/docs/index.md b/docs/index.md index ea7bb99..d4bcd7e 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,6 +31,13 @@ File upload supports drag&drop, progress bar, pause and resume. Upload is chunke - No database required - Framework free [™](https://www.youtube.com/watch?v=L5jI9I03q8E) +## Demo with docker +``` +docker build -t filegator https://raw.githubusercontent.com/filegator/filegator/master/Dockerfile +docker run -p 8000:80 -d filegator +visit: http://127.0.0.1:8000 login as admin/admin123 +``` + ## Limitations - Symlinks are not supported by the underlying [Flysystem](https://flysystem.thephpleague.com/v1/docs/adapter/local/) - File permission operations are not supported (chmod/chown)