00:09:38 Vox populi vox merger 00:21:11 +1 on merging this 06:40:43 https://github.com/monero-project/monero-site/blob/0da26c230f0db4d0aeda000984ebfac945db822e/astro.config.mjs#L11 06:40:53 should be beta.getmonero.org right 06:44:35 same here? https://github.com/monero-project/monero-site/blob/0da26c230f0db4d0aeda000984ebfac945db822e/public/.well-known/security.txt#L8 06:53:19 https://github.com/monero-project/monero-site/blob/0da26c230f0db4d0aeda000984ebfac945db822e/README.md?plain=1#L150 06:53:27 https://github.com/monero-project/monero-site/blob/0da26c230f0db4d0aeda000984ebfac945db822e/.github/workflows/comment_pr.yml#L20 06:54:00 let me know if it needs change I'll open PR 07:02:15 thanks for the reminder, thats a TODO item for a real one 07:03:44 plowsof: also .well-known/security.txt is expired 07:06:10 plowsof: I'll let you fix it 07:19:13 👍 07:19:16 thanks 16:49:37 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 https://mrelay.p2pool.observer/e/ttXlw6QLUkM3bzZv ] 17:05:06 ( plowsof ) 19:25:46 <321bob321> Ai fridays 19:27:06 <321bob321> Brave mobile works 20:09:15 Thomas would that a cloudflare setting? or proxy(nginx i think)? 20:38:30 nginx most likely 20:38:30 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. 20:39:05 curl -sI -H 'Host: beta.getmonero.org' -H 'Accept-Encoding: gzip, br' http://127.0.0.1/media/what-is-monero.webm | grep -i content-encoding 20:39:05 to confirm I think 20:55:31 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/* 20:55:31 this is probably the fix 21:05:23 <321bob321> Gzip is nginx default setting somewhere 21:06:03 <321bob321> Isn't beta using caddy? 21:08:05 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 21:08:55 <321bob321> Finger printed 21:09:11 <321bob321> There is command to remove version 21:10:51 <321bob321> Nginx probably for onion headera 21:10:59 <321bob321> Cause coolify uses trafik 21:12:20 <321bob321> server_tokens off 21:12:20 <321bob321> BTW to remove version 21:12:34 @plowsof:matrix.org: 21:12:47 plowsof always reading 21:13:16 ok lol didn't know 21:13:38 only uses matrix acct when he wants u to know he read the msg :P 21:13:59 <321bob321> Lurker 21:19:15 🧐