Release v2.12.0
Publish Docker Image / build-and-push-existing-registry (./build/Dockerfile, web, pulse-signage-web) (push) Successful in 2m6s
Publish Docker Image / build-and-push-existing-registry (./build/Dockerfile.player, player, pulse-signage-player) (push) Successful in 33s

This commit is contained in:
2026-09-11 17:22:31 +01:00
parent bdb5ab4bac
commit 0a03cdd0b7
32 changed files with 2211 additions and 18 deletions
+9
View File
@@ -0,0 +1,9 @@
# Technical Guides
These references describe the service interfaces and internal data model used to integrate with, deploy, and maintain Pulse Signage.
- [API reference](api.md) - player HTTP endpoints and onboarding integration.
- [Database schema](schema.md) - application tables and relationships.
- [WebSocket reference](websocket.md) - player control and snapshot channels.
For service configuration and deployment, see the [Compose guide](../../docker-compose/README.md).