Nebula TeamDeskNebula TeamDesk
A lightweight bug tracker and feedback board. People sign in with Discord. without database - json Recently UpdatedNebula TeamDesk
A lightweight bug tracker and feedback board. People sign in with Discord. without database - json
Overview
Let your community report bugs, request features and leave feedback in one tidy place. People sign in with Discord, post a report, and vote or comment on the ones they care about. Everything is stored in plain JSON files on your own server, so there is no database to set up and backups are just a copy-paste. It can be used internally or publicly, either as a private or a public system.
Features
- discord sign-in with admin, moderator and user roles, plus an approval queue
- reports with categories, tags, priorities and a clear status flow
- votes and comments so the things people really want rise to the top
- public board for signed-out visitors (read-only, names hidden)
- discord notifications via webhook for new reports and status changes
- 15 languages built in, switchable per person, with an in-app editor
- three themes and a layout that works nicely on phones
Requirements
Requirements / Dependencies:
- PHP 8.x (8.3+ recommended)
- PHP extensions: curl, mbstring, json, openssl
- A web server: nginx or Apache
- A Discord application (free) - required for sign-in (OAuth2)
- Server must be able to reach discord.com over HTTPS (for login)
- A writable data/ folder (chmod 775)
No database required. No other paid services or resources needed.
Instructions
- Upload the files to your web space.
- Make the
data/folder writable by PHP: Code:chmod -R 775 data
If your host runs PHP as a different user, set the owner too, for examplechown -R www-data:www-data data. - Create an app at the Discord Developer Portal, copy the Client ID and Client Secret, and add a redirect to
auth.php, for example<a href="https://your-domain.com/auth.php?do=callback">https://your-domain.com/auth.p...</a>. - Paste those values into
config.php. - Open the site and sign in. The first person in becomes the admin.
| Category | Scripts & Code / PHP Scripts / Miscellaneous |
| First release | 29 June 2026 |
| Last update | 29 June 2026 |
| Software version | PHP 8.0, PHP 8.1, PHP 8.2, PHP 8.3, PHP 8.4 |
| Files included | .php, .css, .html, Javascript .js |
| Tags | php, responsive, community, multilingual, no database, voting, dark theme, game server, moderation, self-hosted, bug tracker, issue tracker, feedback board, public board, discord login |








