Your comments

You can find a few explanation lines and a sample in the 1.8.0 release post.

Let me know if you need more details on this feature.

I'll try to test it on my side in a few days, but as far as I know, the reverse proxy feature is working fine.

I'll let you know the result of my test once it's done.

It's up !

(and the FAQ has been updated with the link)


I was not aware of the existence of session storage. Thanks.

Not in the current version.

I'll add sorting in the next one.

Ubooquity sorts files alphabetically (so 10 comes before 2). It does not support "natural sort order".


My advice would be to rename your files using a dedicated tool like ZenCBR (it automatically adds 0s where needed).

The pattern is compared to the whole path of the files and folders.

So if you have a file named ._test in the C:/aaa/bbb/ folder, the pattern has to match C:/aaa/bbb/._test


If you want to ignore all files containing "._", this pattern should work:


.*\._.*

(there is probably a more elegant pattern, I'm not a regex expert)

It wouldn't work with several tabs opened in the same browser on different Ubooquity pages.