gossa icon indicating copy to clipboard operation
gossa copied to clipboard

🎶 a fast and simple multimedia fileserver

Results 31 gossa issues
Sort by recently updated
recently updated
newest added

I found that the software has some problems in setting the shared folder path. It can only be relative paths and not absolute paths for example: When I use the...

I intended to host gossa to serve all my HTMLs I downloaded by SingleFile, but just found for html its default action is to download. Can make an option or...

Ran into an issue when trying out gossa in IE11. Yeah, I know, _big surprise when using IE11_, but it might be indicative of some underlying problem. ## Symptom I...

The url should encode example: http://localhost:8001/Test#/ -> http://localhost:8001/Test%23/

It would be really neat to be able to have URL shortcuts directly to a file or directory so its' selected already, as if the user either used the cursor...

Hello! I love this project and I have been using it for a long time, but after looking at the code, I noticed multiple problems. I ended up rewriting the...

I have a folder consisting of e-books, about 4GB of them in 20000 files. When uploading the folder it's done in about 10seconds, which is odd. I think it's indexing...

investigate different kind of file sorting (modified date, etc...)

Following the recommendations on https://www.redhat.com/en/blog/secure-your-containers-one-weird-trick, I was seeing if I could secure my docker set-up a little by dropping all capabilities. This works fine on many containers without any changes,...