Skip to content
Maattt GoobyFRS edited this page Aug 15, 2026 · 14 revisions

Welcome to the GoobyDesk Documentation Wiki on GitHub.

The Ultimate Simple, Lightweight, Databaseless Service Desk for Home Labbers, Families, and small Managed IT Services Providers (MSP).

default username: admin0
default password: OpenSauce2026!

Code Standards

Use as few dependencies as possible. When multiple package options are available; use the one with the best documentation.

Update CHANGELOG when pushing code/function changes. I need to be better about this.

When making code changes, ensure the following features work as designed....

  1. Technicians can login to the dashboard.
  2. Protected pages cannot be loaded without the session cookies.
  3. Chat Platform Webhooks
  4. User tickets can generate email threads.
  5. Technicians can append notes from Ticket-Commander.
  6. HTML Templates render as expected.
  7. No Error, Warning, or Critical logs to the logging file during normal operation.
  8. Debug=False

How to Contribute

Please start with a branch from main. Fork-it. The code must be clear, unobfuscated, and easy to follow. Verify all core functions plus the 'net new' work as expected. Update the BUILDID to include your username. Open a Pull Request.

AI code is acceptable if it's human friendly and makes logical sense.

KNOWN LIMITATIONS AND CAVEATS

  • Replies appending to notes can get long-winded as the thread gets larger.
  • The employee login cannot contain certain but unknown characters. "-" seems to cause issues.

Clone this wiki locally