From d34561d155e99a263bf8874318a91e0161518e4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Tue, 5 May 2020 01:17:41 +0200 Subject: Add raw/tar/zip endpoints --- frontend/index.html | 11 +++++++++++ frontend/public.html | 9 +++++++++ 2 files changed, 20 insertions(+) (limited to 'frontend') diff --git a/frontend/index.html b/frontend/index.html index 3a2f7f7..20f2c8d 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -66,6 +66,17 @@
+ + + Raw (curl/wget friendly) + + + Download Tar.gz + + + Download Zip + + Upload File Upload Folder diff --git a/frontend/public.html b/frontend/public.html index 2ddf543..b31401f 100644 --- a/frontend/public.html +++ b/frontend/public.html @@ -28,6 +28,15 @@

{{ path }}

+ + Raw (curl/wget friendly) + + + Download Tar.gz + + + Download Zip + Login -- cgit v1.2.3