02:35:08 https://mrelay.p2pool.observer/m/monero.social/rRxgDyMUrWwOSxSIJSrGeJKi.jpg (Screenshot_20260221_023542.jpg) 02:35:26 cc @redsh4de:matrix.org can you fix the preview image 02:35:53 on it 02:35:58 https://mrelay.p2pool.observer/m/monero.social/EikELqOKnLGAtwGJUmviNehY.jpg (Screenshot_20260221_023645.jpg) 02:37:23 strange i thought i added the thumbnail to astro-seo's twitter settings 02:39:35 https://mrelay.p2pool.observer/m/monero.social/TDfhUhufYuHcQVUTkImcjBrh.jpg (Screenshot_20260221_024012.jpg) 02:40:26 lol i remember seeing that guy throw a tantrum from day 1 when i opened the CCS 02:43:11 funny mfer 03:08:24 Joe io is funny too 03:09:18 Hes the vibe coder (of "monero one" wallet)who stole unstoppablewallet's backend code, tried to throw a non-free license on it etc 03:09:27 Bro's helpless w/o claude 03:12:31 the hypocrisy to do some grandstanding at that is crazy 03:18:42 lmfao had a look at why void's feeling so insecure > <@ofrnxmr> https://mrelay.p2pool.observer/m/monero.social/TDfhUhufYuHcQVUTkImcjBrh.jpg (Screenshot_20260221_024012.jpg) 03:18:42 no wonder, even the images are proompted 03:26:34 pushed, should be deploy in ~5m > <@ofrnxmr> cc @redsh4de:matrix.org can you fix the preview image 03:37:03 jfc twitter is retarded, doesnt recognize images from a relative path 03:58:44 <321bob321> So how long does it take to building new site compared to old site ? 05:20:41 Good q -- i wasnt able to deploy old site using coolify (i gave up after like 6mins) 05:27:45 New site worked with minimal config changes 05:27:45 Netlify previews on old site seem to deploy in seconds tho 05:28:45 are netlify previews deployed in static or server? 05:29:10 should be in server 05:40:56 ah, actually thats something i have to add support for 05:49:58 @redsh4de:matrix.org: No idea 05:50:09 Its not run by us 05:50:32 wont be a problem, found what needs to be done in the docs 05:51:27 was setup yrs ago & we pay yhe bill but nobody maintains it 05:52:21 How would i setup coolify in server mode: 05:54:49 are we going to use coolify for PR previews going forward as well? 05:56:30 Ya 05:56:42 kk have to scrap this change then 05:56:45 Well, who knows 05:57:02 If netlify plug and play works, then we can continue with it 05:57:24 but netlify charges more $ after N amount of deploys 05:58:09 hm yeah better to just go coolify then 05:59:49 the idea is that astro.config.mjs decides whether the site will be statically built or server-side rendered in the "output" parameter - SSR needs an adapter, and need to conditionally switch between "server" and "static" based on context 05:59:49 youd have to set some environment variable like "IS_PREVIEW=1" ideally 06:07:39 for PR previews: > <@ofrnxmr:xmr.mx> How would i setup coolify in server mode: 06:07:39 In Preview deployments, add a new environment variable SSR=true, scope it to Preview only 06:07:39 In network settings for previews, expose port 4321 06:07:39 Start command: node ./dist/server/entry.mjs 06:07:46 production will stay static 06:11:59 pushed support for this rn 07:13:50 Current site deploys on coolify, i deleted mine last week though, i forgot what i did if anything to make it work 07:23:32 ah docker https://github.com/monero-project/monero-site/compare/master...plowsof:monero-site:coolify 07:30:07 https://xmrtousdc.xyz/ https://xmrhub.org/ https://automonero.com/ https://saferoute.cyphergoat.com/ 07:34:09 Webdesign 2026 is 🔥 ^ all looks the same 08:57:48 Er, well, interesting observation regarding web design, but say, which of these things are known to be legit, and for which ones are there doubts? 09:06:37 <321bob321> plowsof: Not unique 09:56:28 rbrunner7 that is my 'this was prompted, or is trying its best to appear that way pile. xmrtousdc is some grifter with a seo friendly uri, i wouldnt recommend it, hub is.. well you click pick wallet and it shows none and pushes clearswap which advertises some nonesense about multi chain mixing, supported by 'everyone' lol yeah automonero looks like 09:56:28 a clone of https://haveno.app/ (which is offline atm) the source is public but i have no motivation to look into a shell script (in this case python) that wraps xmrig and has a ctrl+v of "audit my wallet generator" from chatgpt @ https://codeberg.org/MarkA860/AutoMonero/src/branch/main/WALLET_GENERATOR_ANALYSIS.md 09:57:58 cyohergoat ^ is open source, but the 'jfc do some qa on this prompted stuff' like open the page in mobile and scroll the text boxes 12:22:07 plowsof: son 😭 12:22:07 https://codeberg.org/MarkA860/AutoMonero/src/branch/main/untitled.txt 12:22:39 this is hilarious 12:22:49 accusing others of what you are guilty of final boss 12:37:06 at least the prompt is open source 12:41:40 Should work without needing Docker as well now via following these guides > ah docker https://github.com/monero-project/monero-site/compare/master...plowsof:monero-site:coolify 12:41:40 For static/production: https://crockettford.dev/blog/astro-with-coolify 12:41:40 Then for Deploy previews have to follow this in the same project: https://crockettford.dev/blog/astro-ssr-with-coolify 12:42:01 and adding the SSR=true environment variable for previews only > <@redsh4de:matrix.org> for PR previews: 12:51:39 this tab for step 2 12:51:41 https://mrelay.p2pool.observer/m/matrix.org/slCZndlXLVJhEnTsaiwIhgUC.png (image.png) 12:53:09 previews in the same project using differen env variables or an option somewhere? 12:53:48 or preview deployment a separate community ran instance while core push the static files to the production server? 13:00:20 both are viable options 13:01:37 no idea what the is deployment structure right now (the latter im guessing?), but first one is how things are usually done so it's frictionless and automated 13:01:51 this is my vision for current site deploy https://github.com/monero-project/monero-site/pull/2454 13:02:10 dockerised deploy spits out static files -> pushed to server 13:04:28 i _think_ the current deployment already has a docker container involved at some stage, but not exactly as id like, 2454 does this 13:04:51 docker just to have a containerized build environment? 13:05:58 yes - its a bit more convenient because we support a very specific version of ruby and versoins of dependencies, that operating systems like to mess with or require external deps 13:06:19 and the security bonus of not requiring anything but whats needed to serve html files on the production server 13:07:41 true, the security bonus + not needing to install Node/pnpm if you dont have it makes a good argument 13:07:41 the dependencies are already largely pinned due to the use of a pnpm lockfile 13:08:22 backdoors where added right before pinning sadly 13:08:33 they always know 13:13:00 https://xmr-compass.org/ << add to the list > https://xmrtousdc.xyz/ https://xmrhub.org/ https://automonero.com/ https://saferoute.cyphergoat.com/ 13:13:33 nice thanks, i wish haveno.app would come back online for good comparison 13:15:00 fixedfloat "non-kyc" ok 13:15:16 Fees: ~whatever they feel like :P 13:15:43 0.5% on top of whatever we like, yep 13:16:00 lists mahestic bank too, was this shared on twitter somewhere? 13:16:10 I noticed the cheapest "fixed" rates for most exchanges seem to be 1.35% or greater 13:16:21 plowsof: On hunderhuasanejaned repo 13:16:28 https://github.com/hundehausen/awesome-monero/pull/8 13:16:45 merged 😂 👍 13:19:04 Wil try this lata > <@redsh4de:matrix.org> Should work without needing Docker as well now via following these guides 13:28:23 https://xmr-compass.org/mixers "monero tumblers". most people would already know its garbage, filtered out - those who stay and stumble upon https://xmr-compass.org/guide.html -> can provide an email to talk further , thats where money is made 13:29:17 ah no, its referring to monero as a "native" tumbler :D 13:30:00 yomix.io shows a harmful warning via metamask 13:38:37 plowsof: 😆 13:54:07 added dockerfile, usage info in PR: https://github.com/redsh4de/monero-site/pull/143 > yes - its a bit more convenient because we support a very specific version of ruby and versoins of dependencies, that operating systems like to mess with or require external deps 15:16:10 can now just use the docker build/run commands in coolify for both production and preview 21:56:47 I2P redesigned their site recently and it looks the same, lmao > xmr-compass.org << add to the list 21:56:52 https://i2p.net/en/