Welcome to Incremental Social! Learn more about this project here!
Check out lemmyverse to find more communities to join from here!

proton_lynx

@proton_lynx@lemmy.world

This profile is from a federated server and may be incomplete. Browse more on the original instance.

proton_lynx , to Privacy in What is the best cloud storage provider right now?

I'm using BorgBase with Vorta (desktop client for Borg Backup) and I'm pretty happy with it.

proton_lynx , to linuxmemes in dd will never reach the end

Oh yes, the good ol' disk destroyer!

proton_lynx , to Technology in Apple argues in favor of selling Macs with only 8GB of RAM

Save money, buy an Apple computer. Choose one.

proton_lynx , to linuxmemes in Linus Torvalds is funlord of LKML

Holy shit, and this is from 2005/2006. It has only gotten worse.

proton_lynx , to Comic Strips in A chore is a chore is a chore

Have you ever checked for hypothyroidism? I was feeling exactly like you described for 2 years. Then, with a blood test, I discovered I had hypothyroidism and started treating it. Feeling a lot better now.

proton_lynx , to Privacy in 'Facial recognition' error message on vending machine sparks concern at University of Waterloo

You should tell Theo that he will miss her :'(

proton_lynx , to Selfhosted in [SOLVED] Nextcloud Snap behind Caddy is responding with `301 Moved Permanently`

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}
        }
}
proton_lynx , to Selfhosted in [SOLVED] Nextcloud Snap behind Caddy is responding with `301 Moved Permanently`

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
proton_lynx , to Selfhosted in [SOLVED] Nextcloud Snap behind Caddy is responding with `301 Moved Permanently`

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
proton_lynx , to Comic Strips in "Wanting to do so many things" by Cassandra Comic

Ask your doctor to check your TSH and T3/T4 levels. That's just like a regular blood test.

proton_lynx , to Comic Strips in "Triangle! Triangle!" by Last Place Comic

We need more cowbell

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • incremental_games
  • meta
  • All magazines