linuxserver / docker-emulatorjs

Web based retro emulation frontend with rom scanning and automated art ingestion.
GNU General Public License v3.0
509 stars 51 forks source link

Hide File Manager from Frontend #33

Closed jeremehancock closed 1 year ago

jeremehancock commented 1 year ago

linuxserver.io


Desired Behavior

I would like to consider putting this behind a reverse proxy. However, I would prefer to not have the file manager exposed. Would it be possible to hide that option? I am new to emulatorjs so please forgive my ignorance if this doesn't really make sense to do so.

Current Behavior

Alternatives Considered

github-actions[bot] commented 1 year ago

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

github-actions[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

thelamer commented 1 year ago

@jeremehancock the file manager is just local browser storage specifically browserfs , it does not do anything server side unless you login with a profile, and even then it only pushes and pulls when you tell it. It is meant as an easy way people can upload existing sram saves from their retroarch setup or download them locally.

jeremehancock commented 1 year ago

@thelamer Thank you for the clarification! I really appreciate it.