Docs
Getting Started with SilverDESK
SilverDESK is deployed as a Docker Compose stack. Prerequisites: Docker Engine 24+, PostgreSQL 16+, and a domain pointing at your server.
git clone https://git.silverlabs.uk/SilverLABS/silverdesk
cd silverdesk
cp .env.example .env
# Edit .env with your settings
docker compose up -dNetworkOPS Deployment
NetworkOPS runs alongside SilverDESK or standalone. Enable it via the Modules__NetworkOps__Enabled=true environment variable in your SilverDESK deployment.
Full Documentation
Comprehensive documentation is being compiled. Explore source repositories on git.silverlabs.uk or contact us for deployment assistance.