hisold

joined 1 year ago
 

Google finally disabled Manifest V2 extensions in Chromium version 140!

Unlike previous releases where they already tried to push users towards removing #uBlock origin and other V2 extensions, it was still possible to re enable them.
Today I had to switch to uBlock Origin Lite and jokes on you #YouTube I don't see any ads. Just two days ago they launched another attempt to prevent me from using #adblock and within hours, uBlock managed to bypass it, thanks.

@ublockorigin #Google #Chromium

 

How to easily run a Webdav server in a Docker container

A lot of open source software lets you synchronise data via webdav, but how do you get a #webdav server?
Using Apache with the dav module is a common approach, but I couldn't bother to set it up that way.
My way is different: Rclone can act as a webdav server and is easy to configure.
I've been using it for 3 years and it's very reliable.
Have a look at the compose file in the picture.
@selfhosted