2025-03-11 20:15:57 -04:00
2025-03-11 20:15:57 -04:00
2024-12-01 23:03:25 -05:00
2024-11-30 19:48:01 -05:00
2025-01-01 18:35:37 -05:00
2024-12-01 23:03:25 -05:00
2024-12-01 23:03:25 -05:00

Tinker Tickets

A lightweight PHP-based ticketing system designed for tracking and managing data center infrastructure issues.

Features

  • 📊 Clean dashboard interface with sortable columns
  • 🎫 Customizable ticket creation and management
  • 🔄 Real-time status updates and priority tracking
  • 💬 Markdown-supported commenting system
  • 🔔 Discord integration for notifications
  • 📱 Mobile-responsive design

Core Components

  • Dashboard: View and filter tickets by status, priority, and type
  • Ticket Management: Create, edit, and update ticket details
  • Priority Levels: P1 (Critical) to P4 (Low) impact tracking
  • Categories: Hardware, Software, Network, Security tracking
  • Comment System: Markdown support for detailed documentation

Technical Details

  • Backend: PHP with MySQL database
  • Frontend: HTML5, CSS3, JavaScript
  • Authentication: Environment-based configuration
  • API: RESTful endpoints for ticket operations

Configuration

  1. Create .env file with database credentials:
DB_HOST=localhost
DB_USER=username
DB_PASS=password
DB_NAME=database
DISCORD_WEBHOOK_URL=your_webhook_url
Description
A PHP-based ticketing system with a clean web interface for managing and tracking hardware, software, and network issues in JWS Cluster
Readme 915 KiB
Languages
PHP 49%
JavaScript 33.5%
CSS 17%
Shell 0.5%