-
br-m<user2570:unredacted.org> Vox populi vox merger
-
br-m<jpk68:matrix.org> +1 on merging this
-
br-m<thomasbuilds:matrix.org> github.com/monero-project/monero-si…ebfac945db822e/astro.config.mjs#L11
-
br-m<thomasbuilds:matrix.org> should be beta.getmonero.org right
-
br-m<thomasbuilds:matrix.org> same here? github.com/monero-project/monero-si…/public/.well-known/security.txt#L8
-
br-m<thomasbuilds:matrix.org> github.com/monero-project/monero-si…fac945db822e/README.md?plain=1#L150
-
br-m<thomasbuilds:matrix.org> github.com/monero-project/monero-si…github/workflows/comment_pr.yml#L20
-
br-m<thomasbuilds:matrix.org> let me know if it needs change I'll open PR
-
plowsofthanks for the reminder, thats a TODO item for a real one
-
br-m<thomasbuilds:matrix.org> plowsof: also .well-known/security.txt is expired
-
br-m<thomasbuilds:matrix.org> plowsof: I'll let you fix it
-
plowsof👍
-
plowsofthanks
-
br-m<thomasbuilds:matrix.org> I've seen that on beta.getmonero.org the homepage video can't be seeked in Chromium/Brave (time bar does nothing). Probable cause is that clearnet (Cloudflare) returns 200 + full file for Range requests on /media/what-is-monero.webm instead of 206, so Chromium can't seek. The .onion origin returns 206 correctly which is why To [... too long, see mrelay.p2pool.observer/e/ttXlw6QLUkM3bzZv ]
-
br-m<thomasbuilds:matrix.org> ( plowsof )
-
br-m<321bob321> Ai fridays
-
br-m<321bob321> Brave mobile works
-
br-m<plowsof:matrix.org> Thomas would that a cloudflare setting? or proxy(nginx i think)?
-
br-m<thomasbuilds:matrix.org> nginx most likely
-
br-m<thomasbuilds:matrix.org> Cloudflare only compresses text-type content on its own (video/webm isn't in its list) and the webm comes back content-encoding: br through clearnet while the .onion serves it uncompressed - so the origin vhost for beta.getmonero.org is doing it.
-
br-m<thomasbuilds:matrix.org> curl -sI -H 'Host: beta.getmonero.org' -H 'Accept-Encoding: gzip, br' 127.0.0.1/media/what-is-monero.webm | grep -i content-encoding
-
br-m<thomasbuilds:matrix.org> to confirm I think
-
br-m<thomasbuilds:matrix.org> If that prints an encoding, add gzip off; brotli off; for location /media/ (or drop video types from gzip_types/brotli_types) then purge the Cloudflare cache for /media/*
-
br-m<thomasbuilds:matrix.org> this is probably the fix
-
br-m<321bob321> Gzip is nginx default setting somewhere
-
br-m<321bob321> Isn't beta using caddy?
-
br-m<thomasbuilds:matrix.org> origin answers with Server nginx/1.31.3 (you can see it on the .onion) so there's an nginx in front of / instead of Caddy on the host
-
br-m<321bob321> Finger printed
-
br-m<321bob321> There is command to remove version
-
br-m<321bob321> Nginx probably for onion headera
-
br-m<321bob321> Cause coolify uses trafik
-
br-m<321bob321> server_tokens off
-
br-m<321bob321> BTW to remove version
-
br-m<thomasbuilds:matrix.org> @plowsof:matrix.org:
-
br-m<ofrnxmr:xmr.mx> plowsof always reading
-
br-m<thomasbuilds:matrix.org> ok lol didn't know
-
br-m<ofrnxmr:xmr.mx> only uses matrix acct when he wants u to know he read the msg :P
-
br-m<321bob321> Lurker
-
plowsof🧐