Giter VIP home page Giter VIP logo

adora-belle's Introduction

Adora Belle

Hands where I can see them (mister) โ€“ Adora Belle Dearheart (Going Postal)

Synopsis

A simple helpdesk tailored for use in remote-only university exercises: Students can request help, this will lead to a new request being created, along with an link to a jitsi-instance that tutors will visit to answer the students question via webconf.

Usage

stack run -- adora-belle -p 8080 -c config.toml

This will start an instance listening at port 8080.

Visit http://localhost:8080/index.html for the student interface, and http://localhost:8080/admin.html for the admin interface. Passwords are configured using the file config.toml. The configuration can be updated any time, using the reload button in the admin interface.

Configuration file

# Name of your lecture, displayed in the GUI
name = "Lecture TITLE"
# Base url for generated webconference sessions. Generated url will be:
# conferenceurl + UUID-hexstring
conferenceurl = "https://meet.jit.si/"
# The admininterface displays a log of all actions modifying the
# request-databse. The parameter configures how long to retain these actions,
# in minutes. For performance reasons, the log is only cleansed on database
# modification.
backlogminutes = 20

# List of timeslots the tool should accept new requests on, in the servers
# local timezone. If no timeslots are configured (timeslots=[]), submission
# will be completely unrestricted.
# Supported schedules: weekly, biweekly_odd, biweekly_even
[[timeslots]]
day   = "Thursday"
start = "10:15"
end   = "18:45"
sched = "weekly"

# Authentication accounts
# Either plaintext passwords or bcrypt password hashes. Do not use plaintext
# passwords that begin with an $, this is used to detect hashed ones
[[authdb]]
user  = 'user1'
pass  = 'pw'
admin = false

[[authdb]]
user  = 'bcryptuser'
pass  = '$2y$14$xBBZdWgTa8fSU1aPFP5IxeVdUKfT7hUDjmusZEAiNBiYaYEGY/Sh6'
admin = false

# Admin users have the admin flag set
[[authdb]]
user  = 'admin1'
pass  = 'pw'
admin = true

State

Hastily thrown together during the corona crisis as a demo. Use at your own risk.

Screenshots

Student UI:

screenshots/public.png

Admin UI:

screenshots/admin.png

License

AGPL3 - Because all the best things in life are free, and want to stay that way.

adora-belle's People

Contributors

noctux avatar michaeleischer avatar soenkehahn avatar lawniczak avatar phikal avatar praffeck avatar jkarni avatar proger avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.