Commit d4cf5f4
committed
Merge #184: feat: add blog post about new Torrust Tracker Demo
0c291ba feat: add blog post about new Torrust Tracker Demo (Jose Celano)
Pull request description:
## Summary
Adds a new blog post announcing the launch of the dedicated Torrust Tracker Demo on Hetzner.
**Post:** `/blog/new-torrust-tracker-demo`
## Content covered
- Background: the original combined Torrust Demo (Tracker + Index) on Digital Ocean and why it was valuable
- Why we split the demo into two independent projects (July 2025)
- Building the Torrust Tracker Deployer before migrating — and using this deployment as its final end-to-end test
- The new demo setup: Hetzner hosting, MySQL (instead of SQLite), IPv6 support
- Observability: three Grafana dashboards (overview, UDP tracker, HTTP tracker) with screenshots
- Submitted to Newtrackon — with a note about the IPv6 routing fix and uptime recovery
- Why we share all of this: eating our own cooking, building for AI agents
- What's next: three planned follow-up posts (deployment deep-dive, IPv6 floating IP, Newtrackon tips)
## Files added
- `src/routes/blog/new-torrust-tracker-demo/` — post route (metadata, server loader, Svelte page)
- `static/images/posts/new-torrust-tracker-demo/` — cover, Grafana screenshots, Newtrackon screenshot, infographic summary
- `static/blogMetadata.json` — regenerated to include the new post
ACKs for top commit:
josecelano:
ACK 0c291ba
Tree-SHA512: 8fc061ca3baea2757208088e8f7d2005f293d3aad679b66eac8cd0a213b35b2abf9fbfecd3b4fe5aa2dc5c03a5a736f55f2f7c1a69d9260be4f8e5fc073301d8File tree
11 files changed
+634
-63
lines changed- src/routes/blog/new-torrust-tracker-demo
- static
- images/posts/new-torrust-tracker-demo
11 files changed
+634
-63
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
84 | 85 | | |
85 | 86 | | |
86 | 87 | | |
| |||
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| 123 | + | |
122 | 124 | | |
123 | 125 | | |
124 | 126 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments