Jump to content

Oncall

From NixOS Wiki
Revision as of 09:14, 20 March 2025 by Onny (talk | contribs) (Created page with "[http://oncall.tools Oncall] is a web-app for shift planning, developed by LinkedIn. == Setup == {{Note|Parts of this module are not yet stable will be available with the upcoming NixOS release 25.05.}} To enable and run Oncall add following line to your system configuration and apply it <syntaxhighlight lang="nix"> services.oncall.enable = true; </syntaxhighlight> Go to http://localhost to access it. Category:Server Category:Web Applications")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Oncall is a web-app for shift planning, developed by LinkedIn.

Setup

Note: Parts of this module are not yet stable will be available with the upcoming NixOS release 25.05.

To enable and run Oncall add following line to your system configuration and apply it

services.oncall.enable = true;

Go to http://localhost to access it.