OK, that’s the first reasonable explanation I’ve come across. I wish Greg Linus didn’t reply in that kind of “angry” tone, because for some of us it’s not that obvious.
OK, that’s the first reasonable explanation I’ve come across. I wish Greg Linus didn’t reply in that kind of “angry” tone, because for some of us it’s not that obvious.
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)?
I’ve tried a lot of different DAWs already, Cubase/Nuendo, ProTools, Logic, Reaper, FL Studio, Bitwig, Ableton, Studio One, just to name a few. I’ve worked professionally only with Cubase, Pro Tools and Logic. I hated every minute I used Logic. Cubase being the best for composing and Pro Tools for recording and mixing. Studio One is very mature right now and that’s what I’m testing, since they now have a Linux beta. I tried Ardour before and unfortunately it doesn’t come even close to being as good as a “real” professional DAW. Even Logic was more pleasant to use than Ardour. I really wanted to like it, but it was not a very pleasant experience.
Any chance of this having a Plasma 6 Global Theme?
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 was getting really pissed seeing that Pointieststick had to explain the same fucking thing OVER AND OVER again. I don’t know if the gnome dev in question is stupid or just trolling.
People joke but when I started playing factorio, I was playing multiplayer with my brother and a friend. We played for almost 24hrs straight. I remember going to sleep afterwards and seeing transport belts when I closed my eyes. THE FACTORY MUST GROW.
Save money, buy an Apple computer. Choose one.
THANKS OP, I WAS JUST WAITING FOR THAT MOMENT
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!
What about Akira? Is it still being developed?
Even as a FOSS lover, those softwares are unfortunately light years behind professional solutions like Premiere, DaVinci, Photoshop, etc. But I wish he would open source all those Abode projects.
I think a better question would be: “what’s not wrong with NTFS?”
But that’s the problem, NTFS is not solid at all.
Wow, last time I checked logseq it was not that good. I hope they introduce their Logseq Sync eventually.
I don’t use Windows anymore. Don’t get me wrong, I’m not one of those “Linux purists”, if other people wanna use Windows, go ahead. But I’m not using it. I swear to god, if it becomes mandatory to use Windows at my company, I’m leaving the next day.