services.mediawiki.url

NixOS option

URL of the wiki.

type: string
Default
''
  if "mediawiki uses ssl" then "{"https" else "http"}://''${cfg.hostName}" else "http://localhost";
''
Example
"https://wiki.example.org"
declared in: nixos/modules/services/web-apps/mediawiki.nixView source on NixOS/nixpkgs →