X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=frontend%2Findex.html;h=24087e9c3dd973be555fd980450186f2d3e64dc4;hb=36e6a99e671e2b7fe03d3a697eec247cb66ffa19;hp=f7c5ab1ec4ab23853a895dfaba42caa73357a822;hpb=6ee80c949ae1ac2bb5177e4ec22eb81d3f790746;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git diff --git a/frontend/index.html b/frontend/index.html index f7c5ab1..24087e9 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -6,15 +6,15 @@ - + - - + + + - @@ -22,24 +22,45 @@
- + + - - + + - Login + Login + + Access tokens are useful to programmatically deploy assets for example within a CI/CD pipeline. + See the [docs](https://cloudron.io/documentation/apps/surfer/) for more information on how to use this token. +
+
+ +
+
+
+ + +
+
+
+ Create Access Token +
+
Surfer
+
+ +
Path / @@ -49,20 +70,22 @@
- Upload + Upload File + Upload Folder New Folder - - - + + Public Folder Listing - - + + WebDAV Endpoint + {{ origin }}/_webdav/ + Access Tokens About - Logout + Logout
@@ -79,17 +102,22 @@ + + + - @@ -98,9 +126,12 @@ - + +
Fetching file information for upload
+
+ - Uploading files ({{ uploadStatus.done }} / {{ uploadStatus.count }}) + Uploading {{ uploadStatus.count }} files ({{ Math.round(uploadStatus.done/1000/1000) }}MB / {{ Math.round(uploadStatus.size/1000/1000) }}MB)