update description
This commit is contained in:
parent
57a17845fb
commit
677b6089a3
4 changed files with 10 additions and 46 deletions
27
README.md
27
README.md
|
@ -1,37 +1,18 @@
|
||||||
# Asgardius S3 Music
|
# Asgardius S3 Music
|
||||||
|
|
||||||
File Explorer to manage servers compatible with S3 Object Storage Protocol
|
Play your music that are stored on servers that are compatible with S3 Object Storage Protocol
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Current feature list
|
Current feature list
|
||||||
|
|
||||||
* Audio and Video playback (opus, ogg, oga, mp3, m4a, flac, mka, mkv, mp4, m4v, webm)
|
* Audio and Video playback (opus, ogg, oga, mp3, m4a, flac, mka, mkv, mp4, m4v, webm)
|
||||||
* Picture preview (jpg, jpeg, png, gif, webp)
|
* Folder based playlists
|
||||||
* Plain text file preview (txt, md)
|
|
||||||
* Webpage viewer (htm, html)
|
|
||||||
* Multiple account support
|
|
||||||
* Open object in external web browser
|
|
||||||
* Create buckets
|
|
||||||
* Delete buckets
|
|
||||||
* Delete files
|
|
||||||
* Delete folders
|
|
||||||
* File upload
|
|
||||||
* File download
|
|
||||||
* Download folder content
|
|
||||||
* Upload folder content
|
|
||||||
* pdf file reader using user provided pdf.js server
|
|
||||||
* file sharing links
|
|
||||||
* get object info
|
|
||||||
* get bucket info
|
|
||||||
* Set CORS policy
|
|
||||||
* Set bucket as public or private
|
|
||||||
* Set object as public or private
|
|
||||||
|
|
||||||
Planned feature list
|
Planned feature list
|
||||||
|
|
||||||
* Nothing for now
|
* Nothing for now
|
||||||
|
|
||||||
|
This app is based on Asgardius S3 Manager
|
||||||
|
|
||||||
This app is a work in progress, so it have some bugs that need to be fixed
|
This app is a work in progress, so it have some bugs that need to be fixed
|
||||||
|
|
||||||
You need to setup a pdf.js server to use pdf viewer. Just download latest version from official website and upload to any web server with ssl on same root domain than S3 server (can be same subdomain or a different one). Then set url to pdfjs root folder like https://example.com/pdfjs-dist
|
You need to setup a pdf.js server to use pdf viewer. Just download latest version from official website and upload to any web server with ssl on same root domain than S3 server (can be same subdomain or a different one). Then set url to pdfjs root folder like https://example.com/pdfjs-dist
|
||||||
|
|
|
@ -1,33 +1,16 @@
|
||||||
File Explorer to manage servers compatible with S3 Object Storage Protocol
|
Play your music that are stored on servers that are compatible with S3 Object Storage Protocol
|
||||||
|
|
||||||
Current feature list
|
Current feature list
|
||||||
|
|
||||||
<li>Audio and Video playback (opus, ogg, oga, mp3, m4a, flac, mka, mkv, mp4, m4v, webm)</li>
|
<li>Audio and Video playback (opus, ogg, oga, mp3, m4a, flac, mka, mkv, mp4, m4v, webm)</li>
|
||||||
<li>Picture preview (jpg, jpeg, png, gif, webp)</li>
|
<li>Folder based playlists</li>
|
||||||
<li>Plain text file preview (txt, md)</li>
|
|
||||||
<li>Webpage viewer (htm, html)</li>
|
|
||||||
<li>Multiple account support</li>
|
|
||||||
<li>Open object in external web browser</li>
|
|
||||||
<li>Create buckets</li>
|
|
||||||
<li>Delete buckets</li>
|
|
||||||
<li>Delete files</li>
|
|
||||||
<li>Delete folders</li>
|
|
||||||
<li>File upload</li>
|
|
||||||
<li>File download</li>
|
|
||||||
<li>Download folder content</li>
|
|
||||||
<li>Upload folder content</li>
|
|
||||||
<li>pdf file reader using user provided pdf.js server</li>
|
|
||||||
<li>file sharing links</li>
|
|
||||||
<li>get object info</li>
|
|
||||||
<li>get bucket info</li>
|
|
||||||
<li>Set CORS policy</li>
|
|
||||||
<li>Set bucket as public or private</li>
|
|
||||||
<li>Set object as public or private</li>
|
|
||||||
|
|
||||||
Planned feature list
|
Planned feature list
|
||||||
|
|
||||||
<li>Nothing for now</li>
|
<li>Nothing for now</li>
|
||||||
|
|
||||||
|
This app is based on Asgardius S3 Manager
|
||||||
|
|
||||||
This app is a work in progress, so it have some bugs that need to be fixed
|
This app is a work in progress, so it have some bugs that need to be fixed
|
||||||
|
|
||||||
You need to setup a pdf.js server to use pdf viewer. Just download latest version from official website and upload to any web server with ssl on same root domain than S3 server (can be same subdomain or a different one). Then set url to pdfjs root folder like https://example.com/pdfjs-dist
|
You need to setup a pdf.js server to use pdf viewer. Just download latest version from official website and upload to any web server with ssl on same root domain than S3 server (can be same subdomain or a different one). Then set url to pdfjs root folder like https://example.com/pdfjs-dist
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
File explorer for S3 servers with file preview support
|
Music player for S3 servers
|
|
@ -1 +1 @@
|
||||||
Asgardius S3 Manager
|
Asgardius S3 Music
|
Loading…
Reference in a new issue