From a6be330708d451f3e79a09afeba923bab64417ff Mon Sep 17 00:00:00 2001 From: Jeff Emmett Date: Wed, 18 Feb 2026 18:57:08 +0000 Subject: [PATCH] Add rData analytics tracking and ecosystem footer link - Inject rdata.online/collect.js tracking script in layout - Add rData link to ecosystem footer Co-Authored-By: Claude Opus 4.6 --- docker-compose.yml.pre-harden | 18 ++++++++++++++++++ index.html | 3 +++ 2 files changed, 21 insertions(+) create mode 100644 docker-compose.yml.pre-harden diff --git a/docker-compose.yml.pre-harden b/docker-compose.yml.pre-harden new file mode 100644 index 0000000..2ced777 --- /dev/null +++ b/docker-compose.yml.pre-harden @@ -0,0 +1,18 @@ +version: '3.8' + +services: + rwallet-online: + build: . + container_name: rwallet-online + restart: unless-stopped + labels: + - "traefik.enable=true" + - "traefik.http.routers.rwallet.rule=Host(`rwallet.online`) || Host(`www.rwallet.online`) || Host(`wallets.bondingcurve.tech`)" + - "traefik.http.routers.rwallet.entrypoints=web" + - "traefik.http.services.rwallet.loadbalancer.server.port=80" + networks: + - traefik-public + +networks: + traefik-public: + external: true diff --git a/index.html b/index.html index b3a7064..246b347 100644 --- a/index.html +++ b/index.html @@ -518,6 +518,7 @@ .btn-row { flex-direction: column; align-items: center; } } + @@ -764,6 +765,7 @@ rFunds rTrips rCart + rChoices rWallet rFiles rTube @@ -773,6 +775,7 @@ rStack rAuctions rPubs + rData

Part of the r* ecosystem — collaborative tools for communities.