Files
lzstealth 0a03cdd0b7
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
Release v2.12.0
2026-09-11 17:22:31 +01:00

10 lines
481 B
Markdown

# 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).