-
br-m
-
br-m
<ofrnxmr> cc @redsh4de:matrix.org can you fix the preview image
-
br-m
<redsh4de:matrix.org> on it
-
br-m
-
br-m
<redsh4de:matrix.org> strange i thought i added the thumbnail to astro-seo's twitter settings
-
br-m
-
br-m
<redsh4de:matrix.org> lol i remember seeing that guy throw a tantrum from day 1 when i opened the CCS
-
br-m
<redsh4de:matrix.org> funny mfer
-
br-m
<ofrnxmr> Joe io is funny too
-
br-m
<ofrnxmr> Hes the vibe coder (of "monero one" wallet)who stole unstoppablewallet's backend code, tried to throw a non-free license on it etc
-
br-m
<ofrnxmr> Bro's helpless w/o claude
-
br-m
<redsh4de:matrix.org> the hypocrisy to do some grandstanding at that is crazy
-
br-m
<redsh4de:matrix.org> lmfao had a look at why void's feeling so insecure > <@ofrnxmr>
mrelay.p2pool.observer/m/monero.social/TDfhUhufYuHcQVUTkImcjBrh.jpg (Screenshot_20260221_024012.jpg)
-
br-m
<redsh4de:matrix.org> no wonder, even the images are proompted
-
br-m
<redsh4de:matrix.org> pushed, should be deploy in ~5m > <@ofrnxmr> cc @redsh4de:matrix.org can you fix the preview image
-
br-m
<redsh4de:matrix.org> jfc twitter is retarded, doesnt recognize images from a relative path
-
br-m
<321bob321> So how long does it take to building new site compared to old site ?
-
br-m
<ofrnxmr:xmr.mx> Good q -- i wasnt able to deploy old site using coolify (i gave up after like 6mins)
-
br-m
<ofrnxmr:xmr.mx> New site worked with minimal config changes
-
br-m
<ofrnxmr:xmr.mx> Netlify previews on old site seem to deploy in seconds tho
-
br-m
<redsh4de:matrix.org> are netlify previews deployed in static or server?
-
br-m
<redsh4de:matrix.org> should be in server
-
br-m
<redsh4de:matrix.org> ah, actually thats something i have to add support for
-
br-m
<ofrnxmr:xmr.mx> @redsh4de:matrix.org: No idea
-
br-m
<ofrnxmr:xmr.mx> Its not run by us
-
br-m
<redsh4de:matrix.org> wont be a problem, found what needs to be done in the docs
-
br-m
<ofrnxmr:xmr.mx> was setup yrs ago & we pay yhe bill but nobody maintains it
-
br-m
<ofrnxmr:xmr.mx> How would i setup coolify in server mode:
-
br-m
<redsh4de:matrix.org> are we going to use coolify for PR previews going forward as well?
-
br-m
<ofrnxmr:xmr.mx> Ya
-
br-m
<redsh4de:matrix.org> kk have to scrap this change then
-
br-m
<ofrnxmr:xmr.mx> Well, who knows
-
br-m
<ofrnxmr:xmr.mx> If netlify plug and play works, then we can continue with it
-
br-m
<ofrnxmr:xmr.mx> but netlify charges more $ after N amount of deploys
-
br-m
<redsh4de:matrix.org> hm yeah better to just go coolify then
-
br-m
<redsh4de:matrix.org> 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
-
br-m
<redsh4de:matrix.org> youd have to set some environment variable like "IS_PREVIEW=1" ideally
-
br-m
<redsh4de:matrix.org> for PR previews: > <@ofrnxmr:xmr.mx> How would i setup coolify in server mode:
-
br-m
<redsh4de:matrix.org> In Preview deployments, add a new environment variable SSR=true, scope it to Preview only
-
br-m
<redsh4de:matrix.org> In network settings for previews, expose port 4321
-
br-m
<redsh4de:matrix.org> Start command: node ./dist/server/entry.mjs
-
br-m
<redsh4de:matrix.org> production will stay static
-
br-m
<redsh4de:matrix.org> pushed support for this rn
-
plowsof
Current site deploys on coolify, i deleted mine last week though, i forgot what i did if anything to make it work
-
plowsof
-
plowsof
-
plowsof
Webdesign 2026 is π₯ ^ all looks the same
-
br-m
<rbrunner7> 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?
-
br-m
<321bob321> plowsof: Not unique
-
plowsof
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
-
plowsof
a clone of
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 @
codeberg.org/MarkA860/AutoMonero/sr…h/main/WALLET_GENERATOR_ANALYSIS.md
-
plowsof
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
-
br-m
<redsh4de:matrix.org> plowsof: son π
-
br-m
-
br-m
<redsh4de:matrix.org> this is hilarious
-
br-m
<redsh4de:matrix.org> accusing others of what you are guilty of final boss
-
plowsof
at least the prompt is open source
-
br-m
<redsh4de:matrix.org> Should work without needing Docker as well now via following these guides > <plowsof> ah docker
github.com/monero-project/monero-si…aster...plowsof:monero-site:coolify
-
br-m
<redsh4de:matrix.org> For static/production:
crockettford.dev/blog/astro-with-coolify
-
br-m
<redsh4de:matrix.org> Then for Deploy previews have to follow this in the same project:
crockettford.dev/blog/astro-ssr-with-coolify
-
br-m
<redsh4de:matrix.org> and adding the SSR=true environment variable for previews only > <@redsh4de:matrix.org> for PR previews:
-
br-m
<redsh4de:matrix.org> this tab for step 2
-
br-m
-
plowsof
previews in the same project using differen env variables or an option somewhere?
-
plowsof
or preview deployment a separate community ran instance while core push the static files to the production server?
-
br-m
<redsh4de:matrix.org> both are viable options
-
br-m
<redsh4de:matrix.org> 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
-
plowsof
this is my vision for current site deploy
monero-project/monero-site #2454
-
plowsof
dockerised deploy spits out static files -> pushed to server
-
plowsof
i _think_ the current deployment already has a docker container involved at some stage, but not exactly as id like, 2454 does this
-
br-m
<redsh4de:matrix.org> docker just to have a containerized build environment?
-
plowsof
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
-
plowsof
and the security bonus of not requiring anything but whats needed to serve html files on the production server
-
br-m
<redsh4de:matrix.org> true, the security bonus + not needing to install Node/pnpm if you dont have it makes a good argument
-
br-m
<redsh4de:matrix.org> the dependencies are already largely pinned due to the use of a pnpm lockfile
-
plowsof
backdoors where added right before pinning sadly
-
plowsof
they always know
-
br-m
-
plowsof
nice thanks, i wish haveno.app would come back online for good comparison
-
plowsof
fixedfloat "non-kyc" ok
-
plowsof
Fees: ~whatever they feel like :P
-
br-m
<ofrnxmr:xmr.mx> 0.5% on top of whatever we like, yep
-
plowsof
lists mahestic bank too, was this shared on twitter somewhere?
-
br-m
<ofrnxmr:xmr.mx> I noticed the cheapest "fixed" rates for most exchanges seem to be 1.35% or greater
-
br-m
<ofrnxmr:xmr.mx> plowsof: On hunderhuasanejaned repo
-
br-m
-
plowsof
merged π π
-
br-m
<ofrnxmr:xmr.mx> Wil try this lata > <@redsh4de:matrix.org> Should work without needing Docker as well now via following these guides
-
plowsof
xmr-compass.org/mixers "monero tumblers". most people would already know its garbage, filtered out - those who stay and stumble upon
xmr-compass.org/guide.html -> can provide an email to talk further , thats where money is made
-
plowsof
ah no, its referring to monero as a "native" tumbler :D
-
plowsof
yomix.io shows a harmful warning via metamask
-
br-m
<ofrnxmr:xmr.mx> plowsof: π
-
br-m
<redsh4de:matrix.org> added dockerfile, usage info in PR:
redsh4de/monero-site #143 > <plowsof> 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
-
br-m
<redsh4de:matrix.org> can now just use the docker build/run commands in coolify for both production and preview
-
jpk68
I2P redesigned their site recently and it looks the same, lmao > <ofrnxmr:xmr.mx> xmr-compass.org << add to the list
-
jpk68