Helpdesk system for smaller installations.
858
This is currently not meant to be used in production.
BountyDesk aims to be a simplistic solution for (IT-) Helpdesk systems where Jira, Redmine and others seem too big. With this I aim for the IT-departments of e.g. schools.
Instead of admin/user privilege management, access/edit privileges are reputation based. It does only support ticket management and nearly nothing else. With the first stable release it may provide these features:
Use admin/admin for an account with 100000 reputation.
git clone https://github.com/ikarulus/BountyDesk.gitcd in your "BountyDesk" directorynpm install./start_dbs.sh. Must be executable. For other distros you have to find your own way.node app.js or npm startFind the prebuilt Docker image on Dockerhub: https://hub.docker.com/r/ikarulus/dountydesk/
This project provides a docker-compose-yml.
Use docker-compose up to pull and start the stack.
I wouldn't deploy this in a large scale. As I'm not an experienced JS developer I can't guarantee for anything including slain kitten. I try to integrate several security best practises. See TODO. Please consider using SLL/TLS - e.g. via nginx reverse proxy and letsencrypt's free certificates.
:key:: Security

Content type
Image
Digest
Size
337.5 MB
Last updated
over 7 years ago
docker pull ikarulus/bountydesk