Cam be anything you want, just have to install nginx and configure it: https://medium.com/learn-or-die/build-a-webdav-server-with-nginx-8660a7a7311
Cam be anything you want, just have to install nginx and configure it: https://medium.com/learn-or-die/build-a-webdav-server-with-nginx-8660a7a7311
It your provider has some endpoint somewhere. The thing is, if you’ve law enforcement involved it doesn’t really matter is it’s WiFi calling or a cellular call, they’ll still be able to tie it to you.
There’s encryption and it is managed by the SIM.
So, Apple was right all along. WebP is a bad format.
It is basically a SIP (a widely used VoIP standard) inside of IPSec (a type of VPN, and also a common standard). The IPSec credentials are provided by your your SIM card and that makes it about as secure as cellular.
I guess the current situation could be better if Opera and Brave coordinated among themselves a shared codebase for a patch that would allow both of them to keep v2 working. The thing is that Brave most likely doesn’t actually care, they’ve a built in adblocker so if v2 goes away then their marketshare will increase. Opera can’t do it alone because, well it is the Opera Chinese owned company after all.
I was really hopping that Microsoft would take on this, think about it, from a strategic PoV if Edge kept v2 and advertised it they could just snatch a big chunk of users from Google.
A better title: Opera explains shit on how it plans to keep uBlock Origin support. Will talk to developers so see if anyone has a good ideas.
The funny part is that they sell it as modern yet they use Java like if it was a banking software from the 90’s. Thanks for the tip.
Nextcloud Music (…) Downside: it is Nextcloud.
It’s so hard to have a SMB share with one folder per game. The solution is obviously to run 4000 docker containers.
Bob moved to -messenger-app-that-fails-to-deli ver-notifications
Bob moved to -messenger-app-that-never-syncs-properly
Bob moved to -messenger-app-nobody-uses
Bob has problems.
Yeah because apparently it is too hard to double click on setup.exe but using a docker is okay.
So, looks like tons of HTTP services and SSH.
Great, but what services are you hosting ? What ports you need?
Yeah, those may work. Since you’ve one how does it look like? Are there blocked ports line SMTP? Are the IP good / aren’t blacklisted everywhere already? Thanks.
This means I don’t need to mess around with QBT’s “proxy” settings?
No, you don’t. In short, trackers will look at the source address of the incoming connection on their side, that means you VPS IP because you’re doing NAT on the VPS.
Just make sure qBittorrent is restricted to the WG interface and nothing else.
I agree with that, 100% but for the majority of the world how green it is usually depends on how far-left you are.
So… now nuclear is considered “green power”. Okay boomers.
but without nix it’s a pita to maintain through restores/rebuilds.
No it isn’t. You can even define those routing polices in your systemd network unit alongside the network interface config and it will manage it all for you.
If you aren’t comfortable with systemd, you can also use simple “ip” and “route” commands to accomplish that, add everything to a startup script and done.
major benefit to using a contained VPN or gluetun is that you can be selective on what apps use the VPN.
Systemd can do that for you as well, you can tell that a certain service only has access to the wg network interface while others can use eth0 or wtv.
More classic ip/route can also be used for that, you can create a routing table for programs that you want to force to be on the VPN and other for the ones you want to use your LAN directly. Set those to bind to the respective interface and the routing tables will take place and send the traffic to the right place.
You’re using docker or similar, to make things simpler you can also create a network bridge for containers that you want to restrict to the VPN and another for everything else. Then you set the container to use one or the other bridge.
There are multiple ways to get this done, throwing more containers, like gluetun and dragging xyz dependencies and opinionated configurations from somewhere isn’t the only one, nor the most performant for sure. Linux is designed to handle this cases.
Sorry here’s a better tutorial. I might write one, it is interesting that they all suck in different ways.
https://starbeamrainbowlabs.com/blog/article.php?article=posts/237-WebDav-Nginx-Setup.html
The folder is defined by the “root” directive. Like with any other nginx setup.