Change default path /files #1510
-
|
Hello, I set up the filebrowser yesterday. Worked really well. The only question that is sticking in my mind is, if it is possible to change the default path /files. My subdomain is named files.domain.com so the default path /files looks kinda weird. Is there a way to change this? If I change the baseURL: "/" in the conifg.yaml to baseURL: "/data" the path changes to files.domain.com/data/files. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Yeah I understand the feeling, it's not ideal for that domain name which is quite common. It could be changed in the future. A sub path name like "files" is needed for listing view, right now it's "/files". It's hard coded in quite a few places and would take quite a bit of work to change for something that doesn't have a better default option. "list" , "explore", "view", "items" , nothing else works quite as well. Making it configurable could be possible as an enhancement, but as the default "files" |
Beta Was this translation helpful? Give feedback.
Yeah I understand the feeling, it's not ideal for that domain name which is quite common.
It could be changed in the future. A sub path name like "files" is needed for listing view, right now it's "/files". It's hard coded in quite a few places and would take quite a bit of work to change for something that doesn't have a better default option.
"list" , "explore", "view", "items" , nothing else works quite as well.
Making it configurable could be possible as an enhancement, but as the default "files"