From c36d8600515319be1016468537eccf5b859bdd9f Mon Sep 17 00:00:00 2001 From: kinhdev24 Date: Tue, 24 Mar 2026 16:47:11 +0700 Subject: [PATCH 1/2] chore: Added gemini review --- src/app/blog/(post)/v2026.02.14/page.mdx | 69 ++++++++++++++++++++++++ 1 file changed, 69 insertions(+) create mode 100644 src/app/blog/(post)/v2026.02.14/page.mdx diff --git a/src/app/blog/(post)/v2026.02.14/page.mdx b/src/app/blog/(post)/v2026.02.14/page.mdx new file mode 100644 index 0000000..b983d1e --- /dev/null +++ b/src/app/blog/(post)/v2026.02.14/page.mdx @@ -0,0 +1,69 @@ +--- +title: Release v2026.02.13 +date: 2026-02-13 +type: Initial Release +author: SpaceDF Team +description: "Welcome to the official first release of SpaceDF - an all-in-one IoT platform designed for advanced asset tracking, monitoring, and management. SpaceDF empowers developers and organizations to build robust IoT solutions with ease, providing multi-protocol support and powerful visualization tools." +--- + +# 🚀 SpaceDF Release v0.0.2 (Initial Stable Release) + +Welcome to the official first release of **SpaceDF** - an all-in-one IoT platform designed for advanced asset tracking, monitoring, and management. SpaceDF empowers developers and organizations to build robust IoT solutions with ease, providing multi-protocol support and powerful visualization tools. + +## ✨ Key Features & Highlights + +- **Multi-Protocol Adapter (MPA) Service:** Connect any device using LoRaWAN, MQTT, HTTP/HTTPS, WebSocket, CoAP, LwM2M, or SNMP. +- **Pre-integrated Network Servers:** Seamless integration with ChirpStack, The Things Network (TTN), and Helium. +- **Dynamic Dashboards:** - 2D/3D spatial visualization for real-time tracking. + - Virtual Replicas (Digital Twins) and interactive widgets. +- **Enterprise-Grade Multi-Tenancy:** Isolated environments with hierarchical Organization and Space management. +- **Ready-to-use Templates:** Optimized configurations for Fleet Management, Smart Buildings, and Smart Cities. + +## 🐳 Self-Hosting with Docker + +SpaceDF is built for flexibility. You can deploy the entire platform on your own infrastructure using Docker Compose for full data ownership. + +### Quick Start + +Get SpaceDF running in minutes with default settings: + +```bash +# Clone the repository +git clone https://github.com/Space-DF/spacedf-core.git && cd spacedf-core + +# Initialize submodules +git submodule update --init --recursive + +# Generate environment keys and start +chmod +x generate-keys.sh && ./generate-keys.sh +chmod +x entrypoint.sh && ./entrypoint.sh +``` + +> For detailed instructions, visit our [Quick Start Guide](https://docs.spacedf.com/docs/getting-started/self-hosting/docker/quick-start). + +### Advanced Setup + +For production-ready deployments, SpaceDF supports: + +- **Security Hardening:** RSA Key pair generation for JWT Authentication. +- **External Integrations:** Support for AWS SES (Email), AWS S3 (Storage), and Google/Apple OAuth. +- **Custom Infrastructure:** Configurable RabbitMQ, PostgreSQL, Redis, and EMQX settings. + > Check the [Advanced Setup Documentation](https://docs.spacedf.com/docs/getting-started/self-hosting/docker/advanced-setup) for detailed environment variable configurations. + +## 📚 Resources & Community + +- Official Documentation: [docs.spacedf.com](https://docs.spacedf.com/docs) +- GitHub Issues: [Report a bug](https://github.com/Space-DF/spacedf-docs/issues) +- Community: [Join us on Discord](https://discord.gg/HxCTyMCzuK) | [Community Forum](https://docs.spacedf.com/community) + +## 🛠 What's New (Changelog) + +- [Feature] Core SpaceDF microservices architecture initialization. +- [Feature] Multi-Protocol Adapter (MPA) implementation. +- [Feature] Docker & Docker Compose support for easy self-hosting. +- [Feature] Multi-tenant Organization and Staff management system. +- [Docs] Complete Getting Started and Advanced Configuration guides. + +## Next Release + +`v2026.02.27` (planned) From efeae29a1aeb7e00e3b49526df9a8c8112964c80 Mon Sep 17 00:00:00 2001 From: Quynh-Nguyen Date: Tue, 24 Mar 2026 09:47:35 +0000 Subject: [PATCH 2/2] Trigger Build