oncall
oncall copied to clipboard
Oncall is a calendar tool designed for scheduling and managing on-call shifts. It can be used as source of dynamic ownership info for paging systems like http://iris.claims.
I'm not sure if this is a bug or something I'm doing wrong, but I have a fully up-to-date Ubuntu 20.04 VM that I'm trying to get Oncall to run...
would like to be able to create users locally with DB, and not have to use MYSQL to input the new users. We don't want to integrate to company LDAP...
Hi there! I've setup an beta prod env. with user authentication activated in config.yaml. My oncall app is behind a reverse proxy, everything seems working fined (even with my mods)....
Hi, it would be nice to authenticate to the API via an API key. At the moment you have to use a Cookie and the X-CSRF-TOKEN. This is not so...
- every time the notification starts, it reports a corrupted state because the state never gets stored in the database. saving the state in the database using `UPDATE` sql only...
Add a configuration in config.yaml to authorize or not user that are not admin of a team to modify a team calendar. The objective of that mod is to prevent...
Hi there, I've deployed the container from docker hub (https://registry.hub.docker.com/r/lukdz/oncall/) on latest. I've modified in db role names and add somes. It seems working very well for the moment. I'm...
A PR will be submitted for Pushover.net support in Iris. This allows users to store a Pushover key in LDAP for use in this instance.
I'm upgrading oncall application to current version by migrating my on-call DB with data by modifying required fields as per the new DB schema. after dumping am not able to...
It would be great to have daily oncall rotations. This is my attempt to enable them. Work still in progress but suggestions are welcome so please review.