
0
Answered
How to hide folders?
Dear everyone,
I just installed Filerun on my Synology nas but I see a lot of folders of the OS.
Is there a way to hide these?
Kind regards,
Max Mahl
Answer

Answer
Answered
Do explore the advanced configuration options: https://docs.filerun.com/advanced_configuration
You will find on that page information on how to create the configuration file.
You should be able to hide these folders like this:
$config['app']['hidden_folder_names'][] = "@*";

Thanks for your help!
I am feeling realy stupid at the moment but I cant get it to work....
if you dont mind could you take a look?

It looks good. That works fine for me. Are you still seeing "@.." folders after saving that in the config.php file?
Customer support service by UserEcho
Do explore the advanced configuration options: https://docs.filerun.com/advanced_configuration
You will find on that page information on how to create the configuration file.
You should be able to hide these folders like this: