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 <noreply@anthropic.com>
This commit is contained in:
Jeff Emmett 2026-02-18 18:57:08 +00:00
parent eb5f93e445
commit a6be330708
2 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -518,6 +518,7 @@
.btn-row { flex-direction: column; align-items: center; }
}
</style>
<script defer src="https://rdata.online/collect.js" data-website-id="331bdc06-0bd0-4538-a7cd-e79ba428a876"></script>
</head>
<body>
@ -764,6 +765,7 @@
<a href="https://rfunds.online">rFunds</a>
<a href="https://rtrips.online">rTrips</a>
<a href="https://rcart.online">rCart</a>
<a href="https://rchoices.online">rChoices</a>
<a href="https://rwallet.online" style="color:var(--primary);">rWallet</a>
<a href="https://rfiles.online">rFiles</a>
<a href="https://rtube.online">rTube</a>
@ -773,6 +775,7 @@
<a href="https://rstack.online">rStack</a>
<a href="https://rauctions.online">rAuctions</a>
<a href="https://rpubs.online">rPubs</a>
<a href="https://rdata.online">rData</a>
</div>
<p>Part of the r* ecosystem — collaborative tools for communities.</p>
</footer>