I read the post and thought to myself “am I the only one who hates .NET?”. Glad to know that I’m not the only one. Count me in on that hunt bro.
The only people who can get away with putting malware in your games are companies who put that DRM crap like Denuvo. Plus, they charge you money for it.
I’m almost going full circle now, I’m buying a camera and a Music player to use as separate devices from my phone. Not only smartphones are getting expensive as hell, but the usability is actually getting worse IMHO.
And why is it so fucking awful to setup an automated pipeline to deploy smartphone apps (Android and iOS)?
Windows Recall + Kernel level anti-cheat. How could it possibly go wrong, amirite?
Oh no, it’s not. As much as I hate Elon Musk, Alexandre de Moraes is a criminal. Some of the accounts he is trying to ban are specifically talking about some of his criminal activities. He unconstitutionally blocked Starlink some days ago because Elon Musk is part of the board. He ordered the blocking of ALL VPN services because he didn’t want people to access Twitter. That creates a TERRIBLE precedent, even if you agree that what he was doing in the first place was right. He already blocked Telegram and have been censoring everyone who says anything against him. As a Brazilian, it’s really conflicting to see all this going on. Elon Musk is an idiot and Moraes is a criminal.
Oh man, I would kill for this…
This is not about the App Store service’s quality, this is about option. They could charge 50% for all I care, if we had the option to buy iOS apps from another store other than Apple’s.
I’m using BorgBase with Vorta (desktop client for Borg Backup) and I’m pretty happy with it.
deleted by creator
Save money, buy an Apple computer. Choose one.
You should tell Theo that he will miss her :'(
Yep, definitely something wrong with the webserver 😅 Can you try this configuration?
https://nextcloud.domain.com {
reverse_proxy 192.168.1.182:443 {
header_up Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
header_up X-Forwarded-Proto {scheme}
header_up X-Forwarded-For {remote}
header_up X-Real-IP {remote}
}
}
You said that “originally, the Nextcloud server handled HTTPS with Let’s Encrypt at domain.com
” and now you are redirecting to 192.168.1.182
on port 443
. Is this Nextcloud server still serving HTTPS with Let’s Encrypt for domain.com
?
I’m asking because if you are using Caddy in front of that HTTPS webserver as a reverse-proxy, you will need to override the Host
header with the configured upstream address. Here’s the documentation.
I think it would be something like this (?):
https://nextcloud.domain.com {
reverse_proxy domain.com:443 {
header_up Host {upstream_hostport}
header_up Strict-Transport-Security "max-age=31536000; includeSubDomains; preload"
header_up X-Forwarded-Proto {scheme}
header_up X-Forwarded-For {remote}
header_up X-Real-IP {remote}
}
}
More than 50 redirects? Hmm, that looks weird.
What is the output when you run wget --spider https://nextcloud.domain.com
?
Could you try enabling cookies for cURL and pasting the contents of the cookiefile
here?
curl --cookie cookiefile --cookie-jar cookiefile --location https://nextcloud.domain.com
301 Moved Permanently
is usually not something that requires user intervention. Most browsers should automatically detect the 301 Moved Permanently
response code and redirect automatically.
What happens when you run cURL with the --location
flag?
curl --location https://nextcloud.domain.com
Yeah, I wish Nextcloud focused more on the file manager side of their applications. I was using it on my TrueNAS instance and it seems like an unfinished product. E2EE is not enabled by default and looks like their implementation is not perfect either.
Thanks anon, this is really useful!
Am I the only one that finds it weird that Louis Rossman is not even mentioned in those articles about right to repair?
I mean, he said that he didn’t care at all if his name was mentioned or not and that he would be happy if the movement got traction “by itself”, without him being involved.
But I still think it’s weird that he is not even mentioned when they are giving examples of pro-repair groups/shops etc. Idk…