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