Self-hosted ticketing system and help desk for small teams. Runs on a machine you own.
567
A small, self-hosted ticketing system (help desk) for teams of one to ten people who take requests from everyone else in the building — IT, facilities and maintenance, operations, office admin — and for trades whose requests are jobs at an address.
The idea it is built around: every open ticket is a post-it note on a wall that requesters can see before they add to it. The queue is visible rather than hidden behind a form.
Runs entirely on your own machine. The ticket database is a folder on that machine.
docker run -d --name workloadwall --restart unless-stopped --network host \
-v workloadwall-data:/data dagazllc/workloadwall:1
Then open the address it prints and run the first-time setup — name the department, create the first account, add a few categories. The 30-day trial starts with every feature on, no card and no account.
Host networking lets workloadwall.local answer on the LAN. Without it, publish port 3000
and set MDNS_DISABLE=1.
1 — the newest 1.x image published here1.9.0, 1.7.2, … — every published version stays available under its own taglinux/amd64 and linux/arm64Container images are published separately from the Windows and Linux builds and can be a
version or two behind them. Windows, Linux and Raspberry Pi installs update themselves; a
container never does. Pull again and recreate the container when you want the newer one.
Admin → Updates inside the app tells you what you are actually running, and
https://workloadwall.com/changelog/ shows the current tag here next to the current installer.
Everything lives in the /data volume — the database, attachments, settings and the license
key. Back up that volume and you have backed up everything. The app can also copy nightly to
a folder, network share, Dropbox, Google Drive or OneDrive you choose.
A 30-day free trial with every feature on, then a one-time purchase per major version: Solo $149, Local Lite $299, Local Standard $599, Local Pro $799 (USD). Every update within that major version is free. Two optional annual services exist — the Jobs add-on at $129 a year and Priority Support at $199 a year — and neither is required to run it.
Staff accounts are limited by edition (1 / 10 / 25 / unlimited). Requesters never count and never need an account.
Full pricing: https://workloadwall.com/pricing/
Made by DAGAZ LLC (Wyoming). Support: [email protected]
Content type
Image
Digest
sha256:89bb012d2…
Size
84.2 MB
Last updated
10 days ago
docker pull dagazllc/workloadwall