And it would be even more useful with Windows than SteamOS, Windows only has the desktop mode.
And it would be even more useful with Windows than SteamOS, Windows only has the desktop mode.
Well said! The people behind the Steam Deck are passionate about gaming and making a device they would use.
That’s a good point! Apple, Samsung and others have been destroying the consumer electronics space for years.
I agree. First we need to solve the Linux compatibility issues, then we can start thinking about new CPU architectures. It would have been too much to deal with at the same time.
Yep. I mean, better hardware specs are a really good thing, but that alone does not make me want to buy a device.
Me too :) I’m gaming exclusively on Linux for more than 5 years now. The Steam Deck was a blessing for this already amazing Linux gaming ecosystem, so I had to buy one (actually two now, I really wanted the OLED version 😁)
It’s really funny to see how out of touch those companies are with the portable consoles. They clearly don’t understand what makes the Steam Deck a good console. They focus on the hardware specs and that’s it, minimal work on the software side (ROG Ally is at least trying). Valve nailed it with the Steam Deck in various aspects: hardware is good, CAD files are available so it’s highly customizable, but the cherry on top is the software integration, it is amazing and it’s always improving. IMHO software is the real reason for Deck’s success (OS, Proton, compatibility badges, etc).
I understand people not wanting to support Linux, that’s fine. But complaining like that guy did is just stupid. Complains about auto-generated bug reports from people that play the game and then complains about that same group of people of participating in the forums. 🤦
Well, that’s even worse. You are auto-generating bug reports and complaining about the users that send those reports 🤦
How fucking idiot would you have to be to complain about users sending bug reports. Linux users usually send very detailed bug reports, which can uncover bugs that might happen on all platforms.
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!
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)?