Skip to content
Maattt GoobyFRS edited this page Jan 18, 2025 · 8 revisions

Welcome to the GoobyDesk Documentation Wiki on GitHub.

GoobyDesk is a simple, lightweight, databaseless service desk for Home Labbers, Families, and very Small Businesses.

It features a homepage, a login page, and a dashboard. One the homepage (index.html) external users can submit a ticket. When a user submits a ticket, it's content is written to a local tickets.json file.

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.

How to Contribute

Clone this wiki locally