zyachel / quetre

A libre front-end for Quora
https://quetre.iket.me
GNU Affero General Public License v3.0
417 stars 28 forks source link

New instance #122

Closed r2fo closed 6 months ago

r2fo commented 6 months ago

Can you please add my instance to the list?

URL: https://quetre.r4fo.com Country: The Netherlands Provider: Oracle Cloudflare: false

zyachel commented 6 months ago

done, thanks!

r2fo commented 6 months ago

done, thanks!

I have also setup a Tor hidden service at http://quetre.r4focoma7gu2zdwwcjjad47ysxt634lg73sxmdbkdozanwqslho5ohyd.onion/

I enabled "No HTTPS upgrade" in the .env, but I wonder if I should run 2 Quetre containers, one for the clearnet where "No HTTPS upgrade" is left untouched and another one for Tor where it is set to 1? Or doesn't it matter that "No HTTPS upgrade" is also enabled for the clearnet since I have HSTS and HTTP to HTTPS redirects in Nginx?

zyachel commented 6 months ago

you can use a single container. that env var is just for disabling the csp header that tells browsers to upgrade links in the page.
but since you have both hsts and nginx redirect, I don't think it'll matter much.