sigoden / dufs

A file server that supports static serving, uploading, searching, accessing control, webdav...
Other
5.45k stars 259 forks source link

feat: add index page format #384

Closed Aysnine closed 2 months ago

Aysnine commented 2 months ago

Server render index page. Better for SEO or crawler maybe:

image

My use case: https://github.com/ImranR98/Obtainium

"HTML" (Fallback): Any other URL that returns an HTML page with links to APK files

I just want serve some apk files.

sigoden commented 2 months ago

we already have /?simple.

There are no plans to support this special usage scenario yet.