All Projects → sithpow → GoldenTicket

sithpow / GoldenTicket

Licence: Apache-2.0 license
A light-weight ticketing system written in C#

Programming Languages

C#
18002 projects
HTML
75241 projects
shell
77523 projects

Projects that are alternatives of or similar to GoldenTicket

itflow
Free and open-source web application for MSPs that streamlines IT documentation, ticketing, invoicing, and accounting, an alternative to ITGlue. It helps in managing and organizing client's IT information, increasing efficiency and profitability.
Stars: ✭ 282 (+872.41%)
Mutual labels:  ticket-management, ticketing-system
tiket
TIKET is a ticketing/helpdesk system to support and help you deal with issues/incidents in your organization or from customers.
Stars: ✭ 59 (+103.45%)
Mutual labels:  ticket-management, ticketing-system
peppermint
An open source ticket management & help desk solution. A freshdesk alternative
Stars: ✭ 367 (+1165.52%)
Mutual labels:  ticket-management, ticketing-system
smartsla-backend
Backend module for SmartSLA
Stars: ✭ 22 (-24.14%)
Mutual labels:  ticketing-system
ticketit-app
Ticketit, the simple helpdesk tickets system pre-installed in Laravel
Stars: ✭ 34 (+17.24%)
Mutual labels:  ticketing-system
desk360-android-sdk
Desk360 Android SDK
Stars: ✭ 14 (-51.72%)
Mutual labels:  ticket-management
Tickety
a simple discord.js ticket system bot
Stars: ✭ 61 (+110.34%)
Mutual labels:  ticket-management
telegram-support-bot
A Telegram ticketing/supporting system.
Stars: ✭ 180 (+520.69%)
Mutual labels:  ticketing-system
panichd
Ticketing system for Laravel 5.1 - 8.x. Allows to create new tickets via form only. Includes file attachments, ticket tags, filtering, scheduling and e-mail notifications.
Stars: ✭ 78 (+168.97%)
Mutual labels:  ticketing-system
smartsla-frontend
Frontend Module for SmartSLA
Stars: ✭ 26 (-10.34%)
Mutual labels:  ticketing-system
Orchardcollaboration
Orchard Collaboration is a free, open source ticketing system, project management and collaboration framework build on top of the Orchard CMS. It natively integrates with Orchard CMS and extends its features by allowing its users to collaboratively work on the content or by simplifying communication with the customers.
Stars: ✭ 37 (+27.59%)
Mutual labels:  ticketing-system
DiscordTickets
A cool Discord bot to manage tickets on your server !
Stars: ✭ 46 (+58.62%)
Mutual labels:  ticketing-system

Golden Ticket

About

Wow, what a great ticketing system!

The Golden Ticket system consists of one ASP.Net Core MVC App:

  • GoldenTicket

You can build and run the app from the "src" folder.

Build And Run

If using Visual Studio Code, the built in debugger will take care of building and running for you.

Required Tools

Using The CLI

  1. dotnet build
  2. dotnet GoldenTicket/bin/Debug/netcoreapp2.0/GoldenTicket.[site|Api].dll

Using Visual Studio Code

  1. Open debugging pane
  2. Select project from launch drop down
  3. Hit f5 or click the play button

Hosting the application

  1. dotnet publish within the src directory
  2. the autodeploy script can handle this for your you can also set it to run as a cron job so that the process is automatic
  3. the service file will allow you to have the applicaiton run as a service on your linux os of choice, just copy it to /etc/systemd/system/ and enable with (sudo) systemctl enable kestrel-golden-ticket.service

the application by default listens on port 5000, apache or nginx can be used as a reverse proxy in order to have the application on port 80 and 443.

I would sugest using certbot(uses LetsEncrypt) in order to give your webaddress an SSL cert in order to enable https

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].