LinkSpin test area: InstantAdPay engine fork rebranded, network registry, sponsor carry-over with engine activation and claim window, rotator with /r/ redirects, link-domain mini-sites

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-15 16:16:52 -05:00
commit 010e8d7ffc
130 changed files with 20096 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
services:
linkspin:
build: .
restart: unless-stopped
environment:
NODE_ENV: production
PORT: 3000
ADMIN_PASSWORD: ${ADMIN_PASSWORD}
DATA_DIR: /app/data
volumes:
- linkspin-data:/app/data
ports:
- "3000:3000"
volumes:
linkspin-data: