

It’s great to see another open source OIDC provider (with more features). I’ve set up Pocket ID which is awesome because of it’s simplicity and it’s great.
It’s great to see another open source OIDC provider (with more features). I’ve set up Pocket ID which is awesome because of it’s simplicity and it’s great.
Hate the players not the game. Players being the rights holders.
Yeah. Piracy being legal or Piracy not being sanctioned are two entirely different things. Idk about the former, but the latter is the case in many countries.
E.g. downloading and streaming is legal in Switzerland, while it’s illegal in the EU. But it’s not sanctioned, so nobody cares.
Uploading/seeding is illegal in both regions, thus torrenting copyrighted material is illegal. But Switzerland doesn’t really prosecute torrenting, so nobody cares.
I found the guide/examples on their website a bit irritating at first (that’s on me) but it works well once understood and configured.
Yes. 127.0.0.0 is the localhost. This is the IP the container is listening on. Even if there was no firewall it wouldn’t allow any connection except from the host. If it’s set to 0.0.0.0 it means it’ll allow connections from any IP (which might not be an issue depending on your setup).
The reverse proxy runs on localhost anyway, so any other IPs have no reason to ever have access.
It’s mostly to allow the reverse proxy on localhost to connect to the container/service, while blocking all other hosts/IPs.
This is especially important when using docker as it messes with iptables and can circumvent firewall like e.g. ufw.
You’re right that it doesn’t increase security on case of a compromised container. It’s just about outside connections.
If Cloudflare wants to operate in a jurisdiction it has to follow its laws. They can fight them in court, but if a court orders them to do something they’ll likely comply in some way or another.
E.g. UK wanted a backdoor in E2EE iCloud, so Apple disabled E2EE in the UK.
Some I haven’t yet found in this thread:
127.0.0.1:8080:8080
)I do the same, but with Wireguard instead of OpenVPN. The performance is much better in my experience and it sucks less battery life.
Yes, but the point is keeping the quality the same. If you reencode a 5000 kbps x264 Blu-ray encode to 3000kbps x265 you will have visibly worse quality.
If you encode the corresponding Blu-ray remux with x265 to 3000 kbps the result will likely be nearly indistinguishable from the 5000 kbps x264 encode.
For OP: I also prefer smaller releases so I download mostly h265 WEB-DLs. They are usually around 3000-5000 kbps (1.3-2.3GB/hour) and look fine (especially as they usually come with HDR).
Redownloading WEB-DLs in the right size will give you the best quality for the small size (and saves energy, depending on where you live).
I’ve never used them but I heard about them in the context of private DNS and VPS hosting. E.g. they act as a middleman to shield domain the shield the client from authorities (at least to some extent — they still have to follow the laws).
Given their focus on privacy I’d trust them for torrenting at least as much as the other options. As a first VPN I’d say it’s great because of their flat 5€/m price. A few years ago I used Mullvad for that purpose — until they removed port forwarding.
I just want to mention that the forwarded port provided by the VPN must match the one configured in the torrent client. Buying a VPN which offers port forwarding is not enough.
Not all torrent sites require an open port. E.g. MAM works without an open port. It majorly impacts your ability to seed) but that isn’t a problem because of how much bonus points you get. TL does not either.
That’s fine. It completely depends on your threat model and your preferences. To this date I haven’t heard anything negative about PIA except their owners, so it’s fair to trust them. I just want to point out that you can have both with other providers.
Generating a random account number is a unique and great feature of Mullvad.
But other providers allow for the same privacy. E.g. AirVPN does not require a valid email address. Any random string works for all required fields (email, username, password). Payment via Monero is available too.
Njalla does require a valid email address (it sends a confirmation mail), but any tempmail provider works (which you could access through Tor). They also accept Monero.
I2P is not an option because I’m using a VPN for regular internet traffic. As much as I like the idea of I2P, there’s just no I2P torrent sites with the selection of content I want.
Tor is not an option for torrents.
Given there’re alternatives I’d rather choose an independent service instead.
But that’s a personal decision which is why I mentioned PIA with the disclaimer, instead of ignoring them.
If you want port forwarding the choice is between AirVPN, ProtonVPN and Njalla. Iirc PIA also supports port forwarding, but their ownerships reputation is no good.
Mullvad, IVPN and many other services don’t support port forwarding.
Trying to actually restore is the best way to ensure the backup works. But it’s annoying so I never do it.
I usually trust restic to do it’s job. Validating that files are there and are readable can be done with restic mount
, and you’ve mentioned restic check.
The best way to ensure your data is safe is to do a second backup with another tool. And keep your keys safe and accessible. A remote backup has no use of the keys burned down.
I don’t have direct answer to the question, but I generally don’t add public trackers to my (public) torrents. DHT/PEX usually works fine for me for finding seeds on the occasion that I do need something from public torrent sites.
I wonder whether adding additional trackers only increases the speed in which peers are found or whether it also substantially increases the likelihood of finding peers.
[…] what happens when everyone starts using it and torrents are no longer downloaded and properly seeded?
It’s already happening. More and more people stream torrents and don’t seed back which kills public torrents. Imo Debrid is not as big of an issue as they don’t necessarily tax the P2P network as much as someone only streaming torrents and automatically dumping them directly.
Additionally downloading torrents after you watched them does not make much sense as you’d tax the network without benefit (unless you seed to say a ratio of 2+).
If you currently have torrents there’s nothing stopping you from continuing to seed them if you don’t need the storage. Long term seeders are especially important for keeping torrents alive and you won’t need to redownload content you’ve watched just to seed it.
As long as you seed to 1.0 ratio (e.g. 1GB up, 1GB down) per torrent you don’t hurt the network. More means you compensate for someone not seeding.