owncast

Owncast is an open source, self-hosted, decentralized, single user live video streaming and chat server

Declared in: projects/owncast/default.nix

Demo

Implement missing demo

Examples

Enable owncast
{ ... }:

{
  services.owncast = {
    enable = true;
    listen = "0.0.0.0";
    port = 3000;
    openFirewall = true;
    # If you change this, make sure the directory exists with proper ownership
    # and permissions.
    dataDir = "/var/lib/owncast";
  };
}

Declared in: projects/owncast/services/owncast/examples/basic.nix

This project is funded by NLnet through these subgrants:

Review
Owncast

Related links: