mirror of
https://github.com/9001/copyparty.git
synced 2025-12-27 10:15:16 -05:00
OPDS Support (#779)
* add OPDS support * add `?opds` to devnotes.md * send content-disposition for opds downloads
This commit is contained in:
@@ -165,6 +165,7 @@ authenticate using header `Cookie: cppwd=foo` or url param `&pw=foo`
|
||||
| GET | `?ls&dots` | list files/folders at URL as JSON, including dotfiles |
|
||||
| GET | `?ls=t` | list files/folders at URL as plaintext |
|
||||
| GET | `?ls=v` | list files/folders at URL, terminal-formatted |
|
||||
| GET | `?opds` | list files/folders at URL as opds feed, for e-readers |
|
||||
| GET | `?lt` | in listings, use symlink timestamps rather than targets |
|
||||
| GET | `?b` | list files/folders at URL as simplified HTML |
|
||||
| GET | `?tree=.` | list one level of subdirectories inside URL |
|
||||
|
||||
Reference in New Issue
Block a user