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
+4 -4
View File
@@ -29,10 +29,10 @@ For a complete installation, follow the [public stack setup](docker-compose/READ
## Docs
- [Documentation home](docs/README.md) - the technical reference index.
- [API reference](docs/api.md) - the player HTTP surface and onboarding endpoints.
- [Database schema](docs/schema.md) - the tables and data model the app maintains.
- [WebSocket reference](docs/websocket.md) - the live player and snapshot channels.
- [Documentation home](docs/README.md) - the index for user and technical guides.
- [User guides](docs/user/README.md) - dashboard workflows, publishing, players, and Local Control.
- [Technical guides](docs/technical/README.md) - API, database, and WebSocket references.
- [Docker Compose guide](docker-compose/README.md) - deployment, service configuration, and remote-player setup.
- [Changelog](CHANGELOG.md) - release history and notable changes.
## Explore The Docs